ubuntu 安装webmin

By | 2018-11-27

ubuntu安装包下载地址:
http://sourceforge.net/projects/webadmin/files/webmin/

找最新版本的deb安装包
#wget -c http://nchc.dl.sourceforge.net/project/webadmin/webmin/1.570/webmin_1.570_all.deb
#sudo dpkg –install webmin_1.570_all.deb

如果执行有问题,你先需要执行:
apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime
apt-get install libio-pty-perl apt-show-versions python

更简单的安装方法是apt-get
设置源:
sudo nano /etc/apt/sources.list
添加
deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
然后

导入 GPG Key

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

apt-key add jcameron-key.asc
apt-get update
apt-get install webmin

發佈留言