Hi there,

Here is the apt remove command to delete all unneeded packages from the Raspbian Streach distro on the Raspberry Pi. Free up alot of space on your SD-card

As root: (sudo -s)

apt remove --purge scratch2 minecraft-pi wolfram-engine sonic-pi dillo libreoffice libreoffice-avmedia-backend-gstreamer libreoffice-base libreoffice-base-core libreoffice-base-drivers libreoffice-calc libreoffice-common libreoffice-core libreoffice-draw libreoffice-gtk libreoffice-gtk2 libreoffice-impress libreoffice-java-common libreoffice-math libreoffice-pi libreoffice-report-builder-bin libreoffice-sdbc-hsqldb libreoffice-style-galaxy libreoffice-systray libreoffice-writer squeak-vm squeak-plugins-scratch geany

And then

apt-get clean
apt-get autoremove

/Renzo