How to install Webmin on Ubuntu 20.04?
Last updated
sudo apt updatesudo apt upgardesudo apt-get install software-properties-common apt-transport-https wgetwget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -sudo add-apt-repository "deb [arch=amd64] http://download.webmin.com/download/repository sarge contrib"sudo apt-get updatesudo apt-get install webminsudo systemctl status webmin