This is an old revision of the document!


Remove Unused Software

from a Raspian Buster (Debian 10)

After burning a new SD card one finds quite a huge, already installed software package. To get more space on the SD card one can remove all unloved and unused packages. For example these:

 $ sudo apt update
 $ sudo apt remove --purge claws-mail minecraft libreoffice-core wolfram-engine
 $ sudo apt autoremove