Installing the Usermin RPM
If you are using the RPM version of Usermin, first download the file
from the downloads page , or run the command :
wget http://prdownloads.sourceforge.net/webadmin/usermin-1.540-1.noarch.rpm
and then run the command :
rpm -U usermin-1.540-1.noarch.rpm
The rest of the install will be done automatically
to the directory /usr/libexec/usermin. You should now be able to
login at http://localhost:20000 as any user on your system.
If you want to connect from a remote server and your system has a firewall installed, see this page for instructions on how to open up port 20000.
Using the Usermin YUM repository
If you like to install and update Usermin via RPM, create the /etc/yum.repos.d/webmin.repo file containing :
[Webmin]
You should also fetch and install my GPG key with which the packages are
signed, with the commands :
name=Webmin Distribution Neutral
#baseurl=http://download.webmin.com/download/yum
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1wget http://www.webmin.com/jcameron-key.asc
You will now be able to install with the command :
rpm --import jcameron-key.ascyum install usermin
All dependencies should be resolved automatically.
Supported RPM-Based Distributions
The Usermin RPM can be installed on Fedora, Redhat Enterprise, older Redhat versions, CentOS and all other distributions derived from Fedora or RHEL. In addition, it can be installed on systems running Mandriva, SuSE, TurboLinux, Caldera OpenLinux.
