Skip to content

Remove bloatware from Raspberry Pi Raspbian with one script

License

Notifications You must be signed in to change notification settings

antonilol/RPi-Debloater

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bloatware removal script for 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. LibreOffice
  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)
  9. smartsim
  10. Python Games (package and ~/python_games)
  11. Xorg xserver (graphical stuff) (optional)

Actually all options are optional. Just clone this repo and edit the debloater.sh (before you run it :)).

The script will then autoremove, autoclean, update and upgrade the aptitude packages on the Pi itself.

Download and run

With git clone

git clone https://github.com/antonilol/RPi-Debloater.git
sudo RPi-Debloater/xdebloater.sh # run this if you also want to remove Xorg xserver
sudo RPi-Debloater/debloater.sh

With curl

curl https://raw.githubusercontent.com/antonilol/RPi-Debloater/master/debloater.sh | sudo bash

With wget

wget -O - https://raw.githubusercontent.com/antonilol/RPi-Debloater/master/debloater.sh | sudo bash

About

Remove bloatware from Raspberry Pi Raspbian with one script

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Shell 100.0%