How to remove the installation from centos?

One thing I always do after I install a machine is removing the installation files. Some of this caution may be paranoia, but if you run web services for your company, for example, it's wise to not leave around any obvious signs that someone has been there. A hacker could potentially check if there's an admin user for a service and then use common default passwords to try to break in. 

how to remove installation from cent os

on Jan 01, 1970
yum autoremove [package_name]

Add Comment

0

remove yum package

on Jan 01, 1970
# Remove yum package
yum remove package_name…

Add Comment

0

To remove all traces of the centOS installation. This method removes only centOS, not the partitions and data.

Shell/Bash answers related to "Yum uninstall"

View All Shell/Bash queries

Shell/Bash queries related to "Yum uninstall"

Browse Other Code Languages

CodeProZone