How to Uninstall Something in Linux on my Dedicated / Cloud Server
In the example below, we will uninstall apache.
For Ubuntu
apt-get remove –purge apache2 apache2-utils
For Centos
yum erase httpd httpd-tools apr apr-util
InetServices offers both Windows and Linux bare metal server hosting, and cloud server hosting for any small to medium size business. We also offer both PCI and HIPAA Compliant servers allowing you to achieve PCI or HIPAA Compliance without all the worries of figuring it out. InetServices offers much more than just dedicated servers and cloud servers, we offer you a complete solution to your hosting needs including Big Data, Disaster Recovery, and High Availability services.
How to Uninstall Something in Linux on my Dedicated / Cloud Server
In the example below, we will uninstall apache.
For Ubuntu
apt-get remove –purge apache2 apache2-utils
For Centos
yum erase httpd httpd-tools apr apr-util