Install the Webmin Repo
کد:
    # cat > /etc/yum.repos.d/webmin.repo << EOF
    [Webmin]
    name=Webmin Distribution Neutral
    #baseurl=http://download.webmin.com/download/yum
    mirrorlist=http://download.webmin.com/download/yum/mirrorlist
    enabled=1
    EOF
Add the GPG Key and Install Webmin
کد:
    # rpm --import http://www.webmin.com/jcameron-key.asc
کد:
    # yum install webmin
or if you prefer using an editor
کد:
    # vi /etc/yum.repos.d/webmin.repo     

[Webmin]
name=Webmin Distribution Neutral
#baseurl=http://download.webmin.com/download/yum
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1
Installing Webmin

کد:
    # yum install webmin