On 28/10/01 13:19 +0530, N S Srikanth wrote: > Hi, > When we install programs from RPM's , after some time if we want to > uninstall them, one logs in as root and use "gnorpm" , and select the > particular program and uninstall it from the menu command. rpm -e (or --erase) is your very best friend).
> How to uninstall a program which was extracted from a tarball and > installed(./configure,make, make install)? make uninstall or rm -f (the second option is bad and needs some reading of thei makefile). Devdas Bhagat _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
