Find the answer to your Linux question:
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 ...
  1. #1
    cc
    cc is offline
    Linux Newbie
    Join Date
    Jun 2004
    Posts
    120

    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

  2. #2
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    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

  3. #3
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    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

  4. #4
    Linux Guru antidrugue's Avatar
    Join Date
    Oct 2005
    Location
    Montreal, Canada
    Posts
    3,212
    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

  5. #5
    cc
    cc is offline
    Linux Newbie
    Join Date
    Jun 2004
    Posts
    120
    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 ?

  6. #6
    cc
    cc is offline
    Linux Newbie
    Join Date
    Jun 2004
    Posts
    120
    Code:
    apt-get install -f
    solved this problem !

  7. #7
    cc
    cc is offline
    Linux Newbie
    Join Date
    Jun 2004
    Posts
    120
    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

  8. #8
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    apt-get is only a frontend for dpkg, so anything you install via dpkg will show up
    Brilliant Mediocrity - Making Failure Look Good

  9. #9
    Just Joined! RoseBud's Avatar
    Join Date
    Jun 2008
    Posts
    5
    Any idea why they stoped shipping webmin with debian?

  10. #10
    Linux Engineer jledhead's Avatar
    Join Date
    Oct 2004
    Location
    North Carolina
    Posts
    1,077
    this is how I install webmin
    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.

Posting Permissions

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