Tuesday, May 20, 2014

How to remove uninstall webmin control panel from centos redhat fedora

Webmin is a web-based interface for system administration. Using any modern web browser, you can set-up user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely.

Follow the steps below to uninstall webmin from server completely.
  • service webmin stop
  • Check Webmin version that has been installed and configured.
[root@centos63 ~]# rpm -qa | grep webmin
webmin-1.590-1.noarch
  • Remove webmin control panel using “rpm -e” command my webmin version is webmin-1.590-1.noarch yours can be different.
  • rpm -e webmin-1.590-1.noarch
                       or
  •  Remove using “yum remove” command :
  • yum remove webmin
If you want you can Uninstall Webmin control panel from Source Installation too just run the command below.
  • /etc/webmin/uninstall.sh

No comments:

Post a Comment

Do Write about the Blog and Welcome to the world where open source is every thing :-)