Setting up Virtualmin on Ubuntu 9.10 Karmic Koala
19 12 2009According to the Virtualmin website, the latest version of Ubuntu that is supported is 8.04 LTS. That's probably a safe stance to take since non-LTS versions of Ubuntu have a six-month lifecycle, and most serious hosting companies would stick with LTS versions. For those of us who live on the bleeding edge and want to try Virtualmin on the latest version of Ubuntu, 9.10 (Karmic Koala), you'll find that the standard method of installation (the install.sh script on their site) will fail.
Luckily, the solution is simple.
Add the following repository to your sources.list file:
Then run the following as root:
wget http://software.virtualmin.com/lib/RPM-GPG-KEY-virtualmin
wget http://software.virtualmin.com/lib/RPM-GPG-KEY-webmin
apt-key add RPM-GPG-KEY-virtualmin
apt-key add RPM-GPG-KEY-webmin
apt-get update ; apt-get install webmin webmin-virtual-server
Webmin and Virtualmin will now be installed. Note that the repository may not be as up-to-date as the direct download link. If that scenario arises, simply find the URL of the latest Virtualmin package from the link, and do:
Categories : Linux Luvin'
Trackbacks : No Trackbacks »
