Damit ich es immer wieder finde, ein Auszug aus der Installationsanleitung von webmin.com:

If you like to install and update Webmin via APT, edit the /etc/apt/sources.list file on your system and add the line :

deb http://download.webmin.com/download/repository sarge contrib

You should also fetch and install my GPG key with which the repository is signed, with the commands :

cd /root
wget http://www.webmin.com/jcameron-key.asc
apt-key add jcameron-key.asc

You will now be able to install with the commands :

aptitude update
aptitude install webmin

All dependencies should be resolved automatically.

Eigentlich sind es nur ein paar wenige Befehle. Wenn ich Zeit habe, mach ich daraus ein kleines Shell-Script. (TODO!)