Remove Raspbian Jessie's fresh install bloatware
This script removes basicaly everything from uneeded appearence packages to libreoffice, VLC Media Player, Minecraft, Python Games, Wolfram, Claws mail, etc. I run this after every fresh install.
- Clone from Git to a temp folder on Desktop
$ cd /home/pi/Desktop
$ git clone https://github.com/AfonsoFG/unbloatify.git
$ cd unbloatify
- Edit the script as needed to comment out the packages you wish to keep on your system
$ nano unbloatify.sh
- Grant the script execution permissions
$ sudo chmod +x unbloatify.sh
- Run the script
$ sh ./unbloatify.sh | sudo sh
- In the end delete the temp folder from step one
$ sudo rm -rf /home/pi/Desktop/unbloatify