* pacak <magre@hot.ee> [Oct 28. 2002 09:49]:
I downloaded winex and tried to install it. It couln't. I deleted the source directory, and when i try to install the other versions(i download them and install) they tell me that "old version is found" and don't install.
Saving the old source is good, since there often is a make uninstall target knowing where it went.
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. I can really recommend 'stow' for people who install from source, it's perfect for it. http://www.gnu.org/software/stow/stow.html -- 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.