March 2019
Intermediate to advanced
312 pages
7h 37m
English
If you are using a 32 GB microSD card, Raspbian Stretch will occupy only 15% of the storage space, but if you are using an 8 GB microSD card, it will occupy 50% of the space. If you are using an 8 GB microSD card, you will need to free up some space. You can do this by uninstalling some unused apps. Two such apps are Wolfram engine and LibreOffice.
Uninstalling apps on Raspbian Stretch is easy. You just need to enter a command in a Terminal window. Let's begin by uninstalling the Wolfram engine:
sudo apt-get purge wolfram-engine -y
Next, use the same command to uninstall LibreOffice:
sudo apt-get purge libreoffice* -y
After uninstalling both pieces of software, let's do some cleaning by using two simple ...