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
Last revision Both sides next revision
raspberry:raspberry_cleaning [2020/03/05 17:18]
admin
raspberry:raspberry_cleaning [2020/03/05 17:22]
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
 +
 +----