Welcome to Linux Forums!

With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.

Linux Forum ArticlesLinux ForumsLinux Forum DownloadsLinux Hosts
Home|Register|FAQ|Member List|Calendar|Unanswered Posts|Forum Rules|Today's Posts|Advanced Search|
SEARCH FOR IN
Go Back   Linux Forums > Your Distro > Debian Linux Help
Reload this Page cannot find webmin on etch
Linux Forums
Linux Forums
Welcome To The Linux Forums!
Welcome to Linux Forums. We pride ourselves in being one of the largest Linux communities on the web, we encourage you to REGISTER on our forums and participate in the community. There are over 150,000 members ready to answer your questions. JOINING US today will allow you to make new posts, get support, send messages to other members and submit downloads to our downloads directory and many other great features!

Debian Linux Help Discussions related to Debian GNU/Linux.

Closed Thread
 
Thread Tools Display Modes
Old 03-28-2007   #1 (permalink)
cc
Just Joined!
 
Join Date: Jun 2004
Posts: 87
cannot find webmin on etch

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 repositiory:
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
cc is offline  
Old 03-28-2007   #2 (permalink)
antidrugue
Linux Guru
 
antidrugue's Avatar
 
Join Date: Oct 2005
Location: Montreal, Canada
Posts: 3,213
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
antidrugue is offline  
Old 03-28-2007   #3 (permalink)
Vergil83
Linux Guru
 
Vergil83's Avatar
 
Join Date: Mar 2004
Posts: 2,409
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=all
__________________
Brilliant Mediocrity - Making Failure Look Good
Vergil83 is offline  
Old 03-28-2007   #4 (permalink)
antidrugue
Linux Guru
 
antidrugue's Avatar
 
Join Date: Oct 2005
Location: Montreal, Canada
Posts: 3,213
Quote:
Originally Posted by Vergil83
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=all
You 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.

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
antidrugue is offline  
Old 03-30-2007   #5 (permalink)
cc
Just Joined!
 
Join Date: Jun 2004
Posts: 87
I've downloadet webmin_1.330_all.deb and try to install, but get the following error:
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
knows someone howto solve this problem ?
cc is offline  
Old 03-30-2007   #6 (permalink)
cc
Just Joined!
 
Join Date: Jun 2004
Posts: 87
Code:
apt-get install -f
solved this problem !
cc is offline  
Old 03-30-2007   #7 (permalink)
cc
Just Joined!
 
Join Date: Jun 2004
Posts: 87
now my etch testing can find webmin:
Code:
# apt-cache search webmin
webmin - A web-based administration interface for Unix systems.
I'm using this sources.list:
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
cc is offline  
Old 03-30-2007   #8 (permalink)
Vergil83
Linux Guru
 
Vergil83's Avatar
 
Join Date: Mar 2004
Posts: 2,409
apt-get is only a frontend for dpkg, so anything you install via dpkg will show up
__________________
Brilliant Mediocrity - Making Failure Look Good
Vergil83 is offline  
Old 06-18-2008   #9 (permalink)
RoseBud
Just Joined!
 
RoseBud's Avatar
 
Join Date: Jun 2008
Posts: 3
Any idea why they stoped shipping webmin with debian?
RoseBud is offline  
Old 06-18-2008   #10 (permalink)
jledhead
Linux Engineer
 
jledhead's Avatar
 
Join Date: Oct 2004
Location: North Carolina
Posts: 788
this is how I install webmin
Quote:
Using 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.
from the webmin documentation Webmin

works to install and when updates are released.
jledhead is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




All times are GMT. The time now is 05:54 AM.




© 2000 - 2008 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.0.0