-1

as mentioned in the title I want to remove Pure-FTPd from my centOS server. Can anyone tell me how to do this? What is the command line that remove pure-ftpd? I have centOS 6.5 64-bit. Appreciate it.

Mina Hafzalla
  • 253
  • 2
  • 4
  • 13
  • . . .Did you even look at the [documentation](http://wiki.centos.org/PackageManagement) ([man page](http://linux.die.net/man/8/yum)) and/or [ask Google](https://www.google.com/search?client=safari&rls=en&q=Remove+package+CentOS&ie=UTF-8&oe=UTF-8)? See http://serverfault.com/help/how-to-ask – voretaq7 May 01 '14 at 20:57

2 Answers2

2

If it was installed using the yum (the CentOS package manager)

yum remove pure-ftpd
user9517
  • 115,471
  • 20
  • 215
  • 297
0

As an alternative to Iain's answer, you can use RPM with:

rpm -e pure-ftpd
Ladadadada
  • 26,337
  • 7
  • 59
  • 90
Christopher Karel
  • 6,582
  • 1
  • 28
  • 34