Results 1 to 10 of 10
hi
I cannot find webmin on etch:
Code:
# uname -a
Linux cc.mydomain.net 2.6.18-4-686 #1 SMP Wed Feb 21 16:06:54 UTC 2007 i686 GNU/Linux
# apt-cache search webmin
#
my ...
- 03-28-2007 #1Linux Newbie
- Join Date
- Jun 2004
- Posts
- 120
cannot find webmin on etch
hi
I cannot find webmin on etch:my repositiory:Code:# uname -a Linux cc.mydomain.net 2.6.18-4-686 #1 SMP Wed Feb 21 16:06:54 UTC 2007 i686 GNU/Linux # apt-cache search webmin #
Code:# cat /etc/apt/sources.list #deb cdrom:[Debian GNU/Linux testing _Etch_ - Official Beta #i386 CD Binary-1 20070317-21:45]/ etch contrib main deb http://mirror.switch.ch/ftp/mirror/debian/ etch main deb-src http://mirror.switch.ch/ftp/mirror/debian/ etch main deb ftp://ftp.de.debian.org/debian/ etch main non-free contrib deb http://security.debian.org/ etch/updates main contrib deb-src http://security.debian.org/ etch/updates main non-free contrib
- 03-28-2007 #2
webmin is in the contrib section of the repositories.
So your /etc/apt/sources.list file should look like that :
Code:deb http://mirror.switch.ch/ftp/mirror/debian/ etch main contrib non-free deb-src http://mirror.switch.ch/ftp/mirror/debian/ etch main contrib non-free deb http://security.debian.org/ etch/updates main contrib non-free deb-src http://security.debian.org/ etch/updates main contrib non-free
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 03-28-2007 #3
antidrugue, are you sure? I thought I recalling find that webmin was only in sarge and woody for some reason....
http://packages.debian.org/cgi-bin/s...ll&release=allBrilliant Mediocrity - Making Failure Look Good
- 03-28-2007 #4You are absolutely right. My mistake. Sarge is the last Debian release shipping with webmin. I didn't look thoroughly on that one. I just saw "webmin" in the contrib section, but obviously it was a Sarge optional package for webmin.
Originally Posted by Vergil83
There is a .deb package directly on webmin's homepage though:
http://www.webmin.com/"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 03-30-2007 #5Linux Newbie
- Join Date
- Jun 2004
- Posts
- 120
I've downloadet webmin_1.330_all.deb and try to install, but get the following error:
knows someone howto solve this problem ?Code:# dpkg -i webmin_1.330_all.deb Selecting previously deselected package webmin. (Reading database ... 68558 files and directories currently installed.) Unpacking webmin (from webmin_1.330_all.deb) ... 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 libio-pty-perl; however: Package libio-pty-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: webmin
- 03-30-2007 #6Linux Newbie
- Join Date
- Jun 2004
- Posts
- 120
solved this problem !Code:apt-get install -f
- 03-30-2007 #7Linux Newbie
- Join Date
- Jun 2004
- Posts
- 120
now my etch testing can find webmin:
I'm using this sources.list:Code:# apt-cache search webmin webmin - A web-based administration interface for Unix systems.
Code:deb http://mirror.switch.ch/ftp/mirror/debian/ etch main contrib non-free deb-src http://mirror.switch.ch/ftp/mirror/debian/ etch main contrib non-free deb http://security.debian.org/ etch/updates main contrib non-free deb-src http://security.debian.org/ etch/updates main contrib non-free
- 03-30-2007 #8
apt-get is only a frontend for dpkg, so anything you install via dpkg will show up
Brilliant Mediocrity - Making Failure Look Good
- 06-18-2008 #9
- 06-18-2008 #10
this is how I install webmin
from the webmin documentation WebminUsing the Webmin APT repository
If you like to install and update Webmin via APT, edit the /etc/apt/sources.list file on your system and add the line : deb Index of /download/repository sarge contrib You will now be able to install with the commands : apt-get update
apt-get install webmin All dependencies should be resolved automatically.
works to install and when updates are released.



