Skip to content

Instantly share code, notes, and snippets.

@CountZachula
Last active December 14, 2015 07:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save CountZachula/5052876 to your computer and use it in GitHub Desktop.
Save CountZachula/5052876 to your computer and use it in GitHub Desktop.
Download and install XAMPP (Ubuntu 12.10)
# Download and install XAMPP (Ubuntu 12.10)
# Depends on python-gtk2:i386 and python-glade2:i386 for the Control Panel
# If all else fails, XAMPP has step by step instructions at: http://www.apachefriends.org/en/xampp-linux.html
sudo add-apt-repository ppa:upubuntu-com/xampp;
sudo apt-get update;
sudo apt-get install xampp;
# Append the following if you're on a 64-bit system (~250MB)
sudo apt-get install ia32-libs
@denysdovhan
Copy link

Does it work with Ubuntu 14.10?

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