[Raspberry Pi] Remove unnecessary software
Hello. You’ve surely noticed that on Raspbian there is software that may be useless for us. To uninstall this software you can use the command: apt-get purge –auto-remove software_to_delete I deleted these: sudo apt-get purge scratch sudo apt-get purge debian-reference-en dillo idle3 python3-tk idle python-pygame python-tk sudo apt-get purge minecraft-pi sudo apt-get purge sonic-pi Finally a nice: apt-get autoremove Bye! ! :) ! Source: http://www.stefan-seelmann.de/wiki/rasperrypi-homeserver