* Togan Muftuoglu <toganm@dinamizm.com> [Oct 28. 2002 10:55]:
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"
He did not have his original configured sources from where he installed, so he might not be uninstalling correctly. -- Mads Martin Jørgensen, http://mmj.dk [Favorite flag: Cloaking] "Why make things difficult, when it is possible to make them cryptic and totally illogic, with just a little bit more effort?" -- A. P. J.