PDA

View Full Version : [ubuntu] webmin on Ubuntu 10.04



yosiasz
May 1st, 2010, 01:47 AM
Hi there

Trying to install webmin on Ubuntu 10.04 I get a problem with libmd5-perl. Anyone out there has run into this problem? What is the solution to fix this missing package. It says that the package is not available.

Thanks

althof
May 1st, 2010, 03:10 PM
Since my laptop always connect to the internet, there's no problem with that :d

penguin_patrick
May 2nd, 2010, 02:40 PM
me as well. I had installed clean at work on a dev server, and ran into some similar issues, but after doing 'sudo apt-get install webmin' it told me dependency errors, do a -f install.

I did this, and it worked.

But now at home, I'm trying a 9.10 -> 10.04 upgrade, but the same procedure is not working, saying I have no install candidate for both, when I try and install libmd5-perl and webmin.

So you know, I did not have webmin on my server previously. This is a new load, 9.10 clean, then upgrade to 10.04. I may try a clean 10.04 now, if we don't get a solution soon.

penguin_patrick
May 2nd, 2010, 02:53 PM
found a solution:

on this thread:

http://ohioloco.ubuntuforums.org/showthread.php?t=1433581

there's a link to the download of libmd5-perl for jaunty, but also karmic. So I went to the karmic page, did a download:


wget http://mirrors.kernel.org/ubuntu/pool/universe/libm/libmd5-perl/libmd5-perl_2.03-1_all.deb

then, install libmd5-perl;


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

then, install webmin;


sudo dpkg -i webmin_1.510_all.deb

It now installs webmin, and is working correctly.

computerman88
May 3rd, 2010, 06:53 PM
I am also trying to install webmin on Ubuntu 10.04 server but I get a dependency error of webmin depends on apt-show-versions. How do I fix this?

Shark_AtK12
May 4th, 2010, 07:47 AM
found a solution:

on this thread:

http://ohioloco.ubuntuforums.org/showthread.php?t=1433581there's a link to the download of libmd5-perl for jaunty, but also karmic. So I went to the karmic page, did a download:


wget http://mirrors.kernel.org/ubuntu/pool/universe/libm/libmd5-perl/libmd5-perl_2.03-1_all.debthen, install libmd5-perl;


sudo dpkg -i libmd5-perl_2.03-1_all.debthen, install webmin;


sudo dpkg -i webmin_1.510_all.debIt now installs webmin, and is working correctly.

Thanks, was having this same problem on 10.04 Server

EarthMind
May 7th, 2010, 04:37 PM
Yep, me too. Thanks for the solution.

slacker2
May 21st, 2010, 12:01 AM
I am also trying to install webmin on Ubuntu 10.04 server but I get a dependency error of webmin depends on apt-show-versions. How do I fix this?

I had this and ran:


sudo apt-get -f install