/remove-bloat

Remove bloatware from Raspberry Pi Raspbian with one script

Primary LanguageShellMIT LicenseMIT

Remove Bloatware on the Raspberry Pi

Remove bloatware from Raspberry Pi Raspbian with one script. This will remove the storage hogging programs and some other often never-used tools including:

  1. Wolfram Engine
  2. Libre Office
  3. Minecraft Pi
  4. Sonic Pi
  5. Dillo Web Broswer (dillo)
  6. Image Viewer (gpicview)
  7. Penguines Puzzle (penguinspuzzle)
  8. 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.

Installation

Run the following command within the Raspberry Pi terminal:

git clone git://github.com/raspberrycoulis/remove-bloat.git

Then make the script executable:

sudo chmod +x remove-bloat.sh

Run with:

sudo ./remove-bloat.sh