Skip to content

Instantly share code, notes, and snippets.

@arjus
Last active August 7, 2018 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arjus/d8ea3391eb0357a100d5a710244df73e to your computer and use it in GitHub Desktop.
Save arjus/d8ea3391eb0357a100d5a710244df73e to your computer and use it in GitHub Desktop.
#linux ubuntu 18# remove mariadb or other apps
sudo apt-get remove --purge *mariadb\*
sudo apt-get autoremove
sudo apt-get autoclean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment