Results 1 to 9 of 9

Thread: Trying to install libmd5-perl on Ubuntu server 10.04!

  1. #1
    Join Date
    Nov 2008
    Location
    Saskatchewan
    Beans
    181
    Distro
    Lubuntu 14.04 Trusty Tahr

    Trying to install libmd5-perl on Ubuntu server 10.04!

    Trying to install libmd5-perl on Ubuntu server 10.04 beta 2!

    It says there is no candiate version found for libmd5-perl

  2. #2
    Join Date
    Nov 2008
    Location
    Saskatchewan
    Beans
    181
    Distro
    Lubuntu 14.04 Trusty Tahr

    Re: Trying to install libmd5-perl on Ubuntu server 10.04!

    Solved:

    wget http://ftp.debian.org/pool/main/libm...2.03-2_all.deb

    sudo dpkg -i libmd5-perl_2.03-2_all.deb

  3. #3
    Join Date
    Dec 2006
    Location
    Chicago
    Beans
    3,839

    Re: Trying to install libmd5-perl on Ubuntu server 10.04!


  4. #4
    Join Date
    Jul 2006
    Beans
    27

    Re: Trying to install libmd5-perl on Ubuntu server 10.04!

    I know the last post was 4 weeks ago, but I thought I would provide a link to the download locations for libmd5-perl:

    http://packages.debian.org/etch/all/...-perl/download

    I ran into the same problem when trying to install Webmin, it was pretty frustrating since I am very new at this.

    Revised code that worked for me:
    Code:
    wget http://ftp.us.debian.org/debian/pool/main/libm/libmd5-perl/libmd5-perl_2.03-1_all.deb
    sudo dpkg -i libmd5-perl_2.03-1_all.deb

  5. #5
    Join Date
    May 2008
    Beans
    5

    Re: Trying to install libmd5-perl on Ubuntu server 10.04!

    Thanks a million. That worked perfectly to get webmin installed!

  6. #6
    Join Date
    Jun 2008
    Location
    Ukrine
    Beans
    3
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Trying to install libmd5-perl on Ubuntu server 10.04!

    to install the webmin on 10.04 follow this little tutorial

    sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl
    wget http://mirrors.kernel.org/ubuntu/poo...2.03-1_all.deb
    sudo dpkg -i libmd5-perl_2.03-1_all.deb
    sudo wget http://sourceforge.net/projects/weba...l.deb/download
    sudo dpkg -i webmin_1.520_all.deb
    If your server complains that there is some library things does not find. Just run the following command

    sudo apt-get install -f

  7. #7
    Join Date
    Feb 2006
    Location
    NJ, USA
    Beans
    22
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Trying to install libmd5-perl on Ubuntu server 10.04!

    Quote Originally Posted by alsrmurad View Post
    to install the webmin on 10.04 follow this little tutorial

    sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl
    wget http://mirrors.kernel.org/ubuntu/poo...2.03-1_all.deb
    sudo dpkg -i libmd5-perl_2.03-1_all.deb
    sudo wget http://sourceforge.net/projects/weba...l.deb/download
    sudo dpkg -i webmin_1.520_all.deb
    If your server complains that there is some library things does not find. Just run the following command

    sudo apt-get install -f
    This worked well for me, thanks a bunch!

  8. #8
    Join Date
    Feb 2012
    Beans
    1

    Re: Trying to install libmd5-perl on Ubuntu server 10.04!

    Quote Originally Posted by mjhasbach View Post
    I know the last post was 4 weeks ago, but I thought I would provide a link to the download locations for libmd5-perl:

    http://packages.debian.org/etch/all/...-perl/download

    I ran into the same problem when trying to install Webmin, it was pretty frustrating since I am very new at this.

    Revised code that worked for me:
    Code:
    wget http://ftp.us.debian.org/debian/pool/main/libm/libmd5-perl/libmd5-perl_2.03-1_all.deb
    sudo dpkg -i libmd5-perl_2.03-1_all.deb
    For some reason, my hatchling server had the same problem, it was able to install everything needed for webmin except libmd5-perl. This worked, and the ball still rolls Tyyy
    Last edited by Deathstrike; February 9th, 2012 at 08:16 AM. Reason: one typo

  9. #9
    Join Date
    Mar 2007
    Beans
    1

    Re: Trying to install libmd5-perl on Ubuntu server 10.04!

    I had to go to the archive to get it:
    wget http://archive.ubuntu.com/ubuntu/poo...2.03-1_all.deb

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •