Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save francelwebdev/2570da373e401101e9dbeec2e855140d to your computer and use it in GitHub Desktop.
Save francelwebdev/2570da373e401101e9dbeec2e855140d to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment