Find the answer to your Linux question:
Results 1 to 7 of 7
I'm trying to install the webmin administration tool on debian 4.0 i try: apt-get install webmin and get Reading package lists... Done Building dependency tree... Done Package webmin is not ...
  1. #1
    Just Joined!
    Join Date
    Mar 2007
    Posts
    36

    Unhappy webmin, how do i install??!!

    I'm trying to install the webmin administration tool on debian 4.0


    i try: apt-get install webmin

    and get
    Reading package lists... Done
    Building dependency tree... Done
    Package webmin is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    E: Package webmin has no installation candidate

    what is the problem? am i "ordering" the wrong package?

  2. #2
    Linux User towy71's Avatar
    Join Date
    May 2006
    Location
    West Wales
    Posts
    322
    You could look at Debian help
    free/libre/open software for the people by the people
    Linux user #185360

  3. #3
    Just Joined!
    Join Date
    Mar 2007
    Posts
    36
    thanks for the reply.

    But I've tried that, it didn't work.

    I've also checked my /etc/apt/sources.list file. Everything seems to be in order.

    Is there some error on my end, or is it something on the source server?

  4. #4
    Linux Engineer jledhead's Avatar
    Join Date
    Oct 2004
    Location
    North Carolina
    Posts
    1,077
    a google search webmin apt - Google Search

    will turn up a very nice result like this one
    Webmin

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Webmin is available in oldstable sources. add oldstable source and install it with apt-get.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined!
    Join Date
    Jul 2007
    Posts
    3
    just grab the .deb package from the webmin website and install it as root from a shell :

    dpkg -i <webmin .deb. package>

    if it complains about dependencies not met, then type

    apt-get -f install

    which will correct for the missing deps.

  7. #7
    Linux Enthusiast
    Join Date
    Jul 2005
    Location
    Maryland
    Posts
    521
    You can install it from sources:
    Code:
    tar xfz webmin-1.350.tar.gz
    cd webmin-1.350
    sh setup.sh
    Then, if you accepted defaults during setup, in browser enter:
    Code:
    localhost:10000

Posting Permissions

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