Skip to content

Instantly share code, notes, and snippets.

View gracaassane's full-sized avatar

Graça Mateus Assane gracaassane

View GitHub Profile
@jasperf
jasperf / ubuntu-xenial-remove-amp.sh
Created August 30, 2016 04:41
Remove Apache, MySQL and PHP 7 on Ubuntu Xenial #php #ubuntu #lamp
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