Install Webmin 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. We Need For Installing Ubuntu on 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 (1441) ...
Webmin install complete. You Can now login to https://mylaptop:10000/
as root with your root password, or I use sudo Any user who CAN
to run commands as root.
After install, go to the https://your-hostname:10000 or https://your-ip-address:10000. That note 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 libauthen-pam-depends on perl, however:
Package libauthen-pam-perl is Not Installed.
webmin depends on libmd5-perl, however:
Libmd5-perl Package Is Not Installed.
dpkg: error processing webmin (-install):
dependency problems - leaving unconfigured
Errors encountered while processing Were:
@ Lordspartner
Hi,
You CAN try to install the missing dependencies.
After That, again try to install Webmin. I hope That helps you!