How to Install Webmin 1.6.3 in Ubuntu 13.04
1. Open a terminal window.
2. Type in the following commands then hit Enter after each.
sudo apt-get install apt-show-versions libapt-pkg-perl libauthen-pam-perl libio-pty-perl libnet-ssleay-perl
wget -c downloads.sourceforge.net/project/webadmin/webmin/1.630/webmin_1.630_all.deb?r=&ts=1370273316&use_mirror=freefr
sudo dpkg -i webmin_1.630_all.deb
sudo apt-get install -f
Additional Ubuntu Resources
Ask Ubuntu
Ubuntu Documentation
Ubuntu Downloads
Ubuntu Forum
Ubuntu Site
Did this tip help you? Got a question or a better way to do it? Share your thoughts in the comments below.
Source: LinuxG
Well you can just put “wget -c downloads.sourceforge.net/project/webadmin/webmin/1.630/webmin_1.630_all.deb” without the ” just to obtain the Webmin file, without the “r=&ts=1370273316&use_mirror=freefr” following to it.
I am just saying it