Webmin
手順 [#u89b7e84]
Webminをyumでインストールする場合は、下記準備が必要です。
1.必要プログラムのインストール
yum -y install perl perl-Net-SSLeay openssl
2.レポジトリの作成
# cd /etc/yum.repos.d/
# vi webmin.repo
以下を記述
[Webmin]
name=Webmin
baseurl=http://download.webmin.com/download/yum
enabled=1
3.GPGキーのインポート
rpm --import http://www.webmin.com/jcameron-key.asc
4.yumでインストール
yum install webmin