Add

Webmin install in Ubuntu


This 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:

Webmin on Ubuntu

I hope this tutorial is helpfull.

1 Star2 Stars3 Stars4 Stars5 Stars (15 votes, average: 5.00 out of 5)
Loading ... Loading ...

The Discussion

see what everyone is saying

  • lordspartner February 16th, 2010 at 18:01 #1

    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:

  • admin February 16th, 2010 at 19:39 #2

    @lordspartner
    Hi,
    You can try to install the missing dependencies.

    sudo apt-get install libnet-ssleay-perl
    sudo apt-get install libauthen-pam-perl
    sudo apt-get install libmd5-perl

    After that, try to install webmin again. I hope that helps you!

Respond

get in on the action.

* Required

Rumanian flagItalian flagEnglish flagGerman flagFrench flagSpanish flagRussian flagGreek flagDutch flagBulgarian flagCzech flagCroat flagDanish flagFinnish flagSwedish flagNorwegian flagSerbian flagSlovenian flagUkrainian flagTurkish flagHungarian flag
By N2H

Random Posts Recent Comments

  • SEWilco Says:

    Would be nice to know where the check_command definitions for all the plugins reside. Ubuntu's comm...

  • gregory wayne cox Says:

    my computer is hacked by someone bigtime, I need help capturing the information from all possible p...

  • admin Says:

    @lordspartner Hi, You can try to install the missing dependencies. sudo apt-get inst...

  • lordspartner Says:

    how do i fix the following error. im new to linux. dpkg: dependency problems prevent configuratio...

  • Raul Molnar Says:

    Nice, thanks....

  • admin Says:

    Poti incerca sa instalezi din surse. Daca accesezi link-ul asta in browser, te va intreba daca vrei ...

  • codrin Says:

    mai ai alte solutii?...

  • codrin Says:

    ioana@ioana-desktop:~$ sudo apt-get install libglib1.2-dev [sudo] password for ioana: Citire list...

  • admin Says:

    Aici poti gasi pachetul libglib1.2-dev: https://launchpad.net/ubuntu/karmic/+package/...

  • codrin Says:

    incerc sa instalez pe ubuntu 9.10 am urmat pasii descrisi de tine luand comenzile cu copy &paste...

Tag Cloud