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
# First you update your system | |
sudo apt update && sudo apt-get dist-upgrade | |
# Clean-up System | |
sudo apt purge epiphany-browser epiphany-browser-data #browser | |
sudo apt purge midori-granite #browser | |
# sudo apt-get purge noise # music player | |
sudo apt autoremove | |
sudo apt autoclean |