Created
May 19, 2016 20:38
-
-
Save rverrips/c75c5ce2f467748f1f958b6592c717a8 to your computer and use it in GitHub Desktop.
Recipe to Install Current Webmin on Debian/Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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