Created
August 30, 2016 04:41
-
-
Save jasperf/5ca1b05d718148b3b4ab3b3128b88f79 to your computer and use it in GitHub Desktop.
Remove Apache, MySQL and PHP 7 on Ubuntu Xenial #php #ubuntu #lamp
This file contains hidden or 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
| sudo apt remove apache2 apache2-bin apache2-data apache2-utils libapache2-mod-php libapache2-mod-php7.0 php7.0-mysql php7.0-opcache php7.0-readline mysql-client-5.7 mysql-client-core-5.7 mysql-common mysql-server mysql-server-5.7 mysql-server-core-5.7 php-mysql php7.0-mysql php-common php-mysql php7.0-cli php7.0-common php7.0-json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks man!