Remove bloatware from Raspberry Pi Raspbian with one script. This will remove the storage hogging programs and some other often never-used tools including:
- Wolfram Engine
- LibreOffice
- Minecraft Pi
- Sonic Pi
- Dillo Web Broswer (dillo)
- Image Viewer (gpicview)
- Penguines Puzzle (penguinspuzzle)
- Java (oracle-java8-jdk openjdk-7-jre oracle-java7-jdk openjdk-8-jre)
The script will then autoremove
, autoclean
and then update
the aptitude pacakges on the Pi itself.
Run the following command within the Raspberry Pi terminal:
sudo curl -fsSL https://raw.githubusercontent.com/raspberrycoulis/remove-bloat/master/remove-bloat.sh | bash
If the automatic method does not work, you can manually download the repository and run the script after making it executable.
git clone git://github.com/raspberrycoulis/remove-bloat.git
cd remove-bloat
sudo chmod +x remove-bloat.sh
sudo ./remove-bloat.sh