Skip to content

Instantly share code, notes, and snippets.

@bmatusiak
Last active December 23, 2015 20:39
Show Gist options
  • Save bmatusiak/6690527 to your computer and use it in GitHub Desktop.
Save bmatusiak/6690527 to your computer and use it in GitHub Desktop.
# wget -qO- https://goo.gl/HBY9jh | sh
wget http://www.webmin.com/download/deb/webmin-current.deb -O webmin.deb
sudo apt-get update
sudo apt-get install perl libnet-ssleay-perl libauthen-pam-perl libio-pty-perl apt-show-versions -y
sudo dpkg -i webmin.deb
sudo apt-get -f install -y
rm -rf webmin.deb
@bmatusiak
Copy link
Author

wget -qO- https://goo.gl/HBY9jh | sh

@bmatusiak
Copy link
Author

if you get

Errors were encountered while processing:
 apt-show-versions

then do as root

$ rm /etc/apt/apt.conf.d/02compress-indexes
$ apt-get update
$ dpkg -a --configure -a

and rerun the script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment