Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
raspberry:raspberry_cleaning [2020/03/05 17:20]
admin
raspberry:raspberry_cleaning [2020/03/05 17:42]
admin
Line 1: Line 1:
 ==== Remove Unused Software ==== ==== 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 some more space on the SD card one can remove all unloved and unused packages.\\+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 update
    $ sudo apt remove --purge claws-mail minecraft libreoffice-core wolfram-engine    $ sudo apt remove --purge claws-mail minecraft libreoffice-core wolfram-engine
    $ sudo apt autoremove    $ sudo apt autoremove
 +
 +That will save around 2 GB of space.\\
 +----