Last active
August 31, 2015 06:40
-
-
Save RupGautam/77ede984f57eec1ea67d to your computer and use it in GitHub Desktop.
Remove LAMPSTACK 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
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