Basil Chupin wrote:
Removing an application which was installed using RPM is easy. But how does one remove a tar-red application installed using the 'install' command?
(snip)
To remove it, is it a matter of looking inside the archive and compiling a list of all the directories where it installed itself and then deleting those entries manually, or is there a faster method?
Use "checkinstall" for installing instead of "install" or "make install". That way an rpm package will be created which you can install and uninstall in the usual way. Unfortunately this won't help you with your current problem, for which I know no solution other than the one you already suggested. And you have to be careful in deleting shared libraries, since they may be used by other programs as well. :-( Regards, -- Jos van Kan registered Linux user #152704