Skip to content

Instantly share code, notes, and snippets.

@RupGautam
Last active August 31, 2015 06:40
Show Gist options
  • Save RupGautam/77ede984f57eec1ea67d to your computer and use it in GitHub Desktop.
Save RupGautam/77ede984f57eec1ea67d to your computer and use it in GitHub Desktop.
Remove LAMPSTACK Ubuntu
apt-get purge apache mysql apache2-mpm-prefork apache2-utils apache2.2-bin apache2.2-common \
libapache2-mod-php5 libapr1 libaprutil1 libdbd-mysql-perl libdbi-perl libnet-daemon-perl \
libplrpc-perl libpq5 mysql-client-5.5 mysql-common mysql-server mysql-server-5.5 php5-common \
php5-mysql
apt-get autoclean
apt-get autoremove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment