Webmin install in Ubuntu
Posted: September 20, 2009 at 11:04 am | Tags: webmin, webmin install ubuntuThis tutorial is about installing Webmin in Ubuntu.
First, get the webmin package from sourceforge.net .For installing on Ubuntu we need the debian package:
wget http://garr.dl.sourceforge.net/sourceforge/webadmin/webmin_1.441_all.deb
The next thing to do is to install the package:
sudo dpkg -i webmin_1.441_all.deb
The output will be something like that:
(Reading database … 219487 files and directories currently installed.)
Preparing to replace webmin 1.441 (using webmin_1.441_all.deb) …
Unpacking replacement webmin …
Setting up webmin (1.441) …
Webmin install complete. You can now login to https://mylaptop:10000/
as root with your root password, or as any user who can use sudo
to run commands as root.
After install, go to the https://your-hostname:10000 or https://your-ip-address:10000. Note that you have to accept the security certificate before you can login.
This is how it should look:
I hope this tutorial is helpfull.


























The Discussion
see what everyone is saying
how do i fix the following error. im new to linux.
dpkg: dependency problems prevent configuration of webmin:
webmin depends on libnet-ssleay-perl; however:
Package libnet-ssleay-perl is not installed.
webmin depends on libauthen-pam-perl; however:
Package libauthen-pam-perl is not installed.
webmin depends on libmd5-perl; however:
Package libmd5-perl is not installed.
dpkg: error processing webmin (–install):
dependency problems – leaving unconfigured
Errors were encountered while processing:
@lordspartner
Hi,
You can try to install the missing dependencies.
After that, try to install webmin again. I hope that helps you!