Skip to content

Instantly share code, notes, and snippets.

@rverrips
Created May 19, 2016 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rverrips/c75c5ce2f467748f1f958b6592c717a8 to your computer and use it in GitHub Desktop.
Save rverrips/c75c5ce2f467748f1f958b6592c717a8 to your computer and use it in GitHub Desktop.
Recipe to Install Current Webmin on Debian/Ubuntu
#Install Perl Dependancies
apt-get install -f -y perl libnet-ssleay-perl openssl libauthen-pam-perl \
libpam-runtime libio-pty-perl libdbd-pg-perl apt-show-versions python
#Download Most Current Version Webmin
wget -c http://www.webmin.com/download/deb/webmin-current.deb
#Install Webmin
dpkg --install webmin-current.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment