Last active
August 7, 2018 14:23
-
-
Save arjus/d8ea3391eb0357a100d5a710244df73e to your computer and use it in GitHub Desktop.
#linux ubuntu 18# remove mariadb or other apps
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
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