Advertisement
princeofisles

Admin tools for Linux

Oct 14th, 2011
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.78 KB | None | 0 0
  1. install and update Webmin via APT, edit the /etc/apt/sources.list file on your system and add the lines :
  2.  
  3. deb http://download.webmin.com/download/repository sarge contrib
  4. deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib You should also fetch and install my GPG key with which the repository is signed, with the commands : cd /root
  5. wget http://www.webmin.com/jcameron-key.asc
  6. apt-key add jcameron-key.asc You will now be able to install with the commands : apt-get update
  7. apt-get install webmin All dependencies should be resolved automatically.
  8.  
  9. If Debian complains about missing dependencies, you can install them with the command :
  10.  apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl apt-show-versions python
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement