* Mads Martin Joergensen; <mmj@suse.de> on 28 Oct, 2002 wrote:
* pacak <magre@hot.ee> [Oct 28. 2002 09:49]:
How can I clean my system from older installations of winex if there is no more source directories(from where they were installed) ??? Can anyone advice the command like "rm *wine*" or something?
It's a little work. Unpack the same sources you installed, configure them and compile them. But instead of doing 'make install' do a 'make -n install'. Then make just outputs the commands. Pipe that to a file, and go through it to find all the stuff it installed. Do a find on your system, and remove them.
before doing a "make -n install" either read the Makefile to see if there is something uninstall or just try "make uninstall" -- Togan Muftuoglu Unofficial SuSE FAQ Maintainer http://dinamizm.ath.cx