Web Hosting Talk







View Full Version : Redhat 9, how to uninstall proftpd FTP Daemon


Athea
06-10-2004, 05:05 PM
Hello,

I am wondering how to uninstall proftpd FTP Daemon on Readhat 9 Linux. I am not very fimiliar with linux also, are there any books/guides I can get/view? I dont even know how to mount an a drive disk lol.

Thanks a lot!

zupanm
06-10-2004, 05:26 PM
if you installed the rpm

rpm -e proftpd

sawbuck
06-10-2004, 05:31 PM
You might also want to rpm -e --test before uninstalling packages to see if there are any conflicts. The test option also works when installing. For rpm help do rpm --help.
For books/guides check: http://www.tldp.org/
HTH

Athea
06-10-2004, 06:57 PM
Hmm, I guess the RPM wasnt installed, is there a way I can check what WAS installed by rpm? Every program that was installed by rpm?

Haze
06-10-2004, 06:59 PM
List installed RPM's

# rpm -qa

Add |more to the end of the above command to get a page by page read out, or add > filename to pipe to a file.