Find the answer to your Linux question:
Results 1 to 6 of 6
I'm using Debian 'Testing' but webmin does not seem to be available with 'aptitude search' (Anyone knows why?). Is there a way to install webmin without installing from source files? ...
  1. #1
    Just Joined!
    Join Date
    Mar 2006
    Posts
    18

    Webmin is no longer found in Debian 'Testing'?

    I'm using Debian 'Testing' but webmin does not seem to be available with 'aptitude search' (Anyone knows why?). Is there a way to install webmin without installing from source files?

    Thanks !

  2. #2
    Linux Guru Vergil83's Avatar
    Join Date
    Mar 2004
    Posts
    2,408
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=343897

    I guess not, unless you can find a .deb somewhere else
    Brilliant Mediocrity - Making Failure Look Good

  3. #3
    Linux Engineer jledhead's Avatar
    Join Date
    Oct 2004
    Location
    North Carolina
    Posts
    1,077
    couldn't you just add a stable repository to your sources.list file and install webmin.

    Then thru webmin configuration upgrade it to the newest version. it seems like that is what I did

  4. #4
    Linux Enthusiast
    Join Date
    Jul 2005
    Location
    Maryland
    Posts
    521
    tried to install Webmin on Debian and found that it fails when installing from webmin_1.320_all.deb file:
    Code:
    dpkg --install webmin_1.320_all.deb
    would'n work because of dependency problems...
    But I could still install it (on Linux debian 2.6.16-2-686) using webmin-1.320.tar.gz file:
    Code:
    tar xfz webmin-1.320.tar.gz
    cd webmin-1.320
    sh setup.sh
    by accepting the defaults for the few questions asked during the setup and creating login password.

    It installed Webmin just fine and I can login to it.

  5. #5
    Linux Newbie craigevil's Avatar
    Join Date
    Jun 2005
    Location
    Terra in the Milky Way
    Posts
    110
    From #debian irc:

    from memory, webmin is a lame web-based interface for unsafe system administration for Unix. Check it out at http://webmin.com/security.html but, remember, dondelelcaro *hates* webmin. "i'd rather sit on the floor shoving table knives into live electrical outlets than run webmin on an exposed server." Obsoleted in debian: http://lists.debian.org/debian-devel.../msg00790.html
    There is nothing you can do in webmin that you can't do just as easy by editing conf files.
    Debian Sid LXDE Kernel liquorix CPU Pentium IV 2.80GHz GeForce 9400 GT
    Debian - "If you can't apt-get something, it isn't useful or doesn't exist"
    Giant Debian sources.list | Debian upgrade script smxi | sysinfo script inxi

  6. #6
    Linux Enthusiast
    Join Date
    Jul 2005
    Location
    Maryland
    Posts
    521
    Quote Originally Posted by craigevil
    There is nothing you can do in webmin that you can't do just as easy by editing conf files.
    It's true, especially if you are to create scripts, etc.. But, in general, webmin can save you time if you need something (single task) done right away, without much thinking, or looking for configuration files.

    In my case, I am looking for PBX management software, and I found that there is a webmin module for it (not free though ..), so to test it, I need webmin.

Posting Permissions

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