Ubuntu10.04 に Webmin を入れるメモです。
Webmin は obsolete なので デフォルトでは apt-get で入れることができません。 今回は deb ファイルを持ってきて入れます。
まず deb ファイルの取得。
$ wget http://prdownloads.sourceforge.net/webadmin/webmin_1.570_all.deb
Webmin のサイトに書かれている URL だと Not Found になるので注意してください。
[参考]
Webmin http://www.webmin.com/deb.html
依存関係のあるファイルを入れます。 Ubuntu10.04 では次のような感じでした。
$ sudo apt-get install apt-show-versions $ sudo apt-get install libapt-pkg-perl $ sudo apt-get install libnet-ssleay-perl $ sudo apt-get install libauthen-pam-perl $ sudo apt-get install libio-pty-perl
最後に落としてきた deb ファイルを入れます。
$ sudo dpkg --install webmin_1.570_all.deb
これで終わりです。 10000 ポートで Webmin が起動します。