Monthly Archives: June 2022

linux Uninstall/Remove Webmin Software

How do I uninstall or remove Webmin software under Linux / UNIX operating system?

Remove Webmin RPM (RHEL / Centos / Fedora )

If you have installed it via rpm, type the following command to remove the same:
# rpm -ev webmin

Uninstall Webmin Source Installation

Just run the command /etc/webmin/uninstall.sh if you’ve install it from source:
# /etc/webmin/uninstall.sh
Sample Output: Continue reading