Last active
May 1, 2020 13:23
-
-
Save nafferro/440a85a74f0bb7a1360ece3e5488a2be to your computer and use it in GitHub Desktop.
Raspbian Diet - Free Space on Your Raspberry Pi
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
| sudo apt-get purge -y wolfram-engine | |
| sudo apt-get purge -y libreoffice* | |
| sudo apt-get purge -y oracle-java* | |
| sudo apt-get purge -y scratch2 | |
| sudo apt-get purge -y scratch | |
| sudo apt-get purge -y minecraft-pi | |
| sudo apt-get autoremove | |
| sudo apt-get clean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment