Skip to content

Instantly share code, notes, and snippets.

@HeroCC
Forked from samatjain/Slim-Raspbian.sh
Last active August 29, 2015 14:22
Show Gist options
  • Save HeroCC/8bdd048220bf32856444 to your computer and use it in GitHub Desktop.
Save HeroCC/8bdd048220bf32856444 to your computer and use it in GitHub Desktop.
# GUI-related packages
pkgs="xserver-xorg-video-fbdev
xserver-xorg xinit
gstreamer1.0-x gstreamer1.0-omx gstreamer1.0-plugins-base
gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-alsa
gstreamer1.0-libav
epiphany-browser
lxde lxtask menu-xdg gksu
xserver-xorg-video-fbturbo
xpdf gtk2-engines alsa-utils
netsurf-gtk zenity
desktop-base lxpolkit
weston
omxplayer
raspberrypi-artwork
lightdm gnome-themes-standard-data gnome-icon-theme"
# Edu-related packages
pkgs="$pkgs
idle python3-pygame python-pygame python-tk
idle3 python3-tk
python3-rpi.gpio
python-serial python3-serial
python-picamera python3-picamera
debian-reference-en dillo x2x
scratch nuscratch
raspberrypi-ui-mods
timidity
smartsim penguinspuzzle
pistore
sonic-pi
python3-numpy
python3-pifacecommon python3-pifacedigitalio python3-pifacedigital-scratch-handler python-pifacecommon python-pifacedigitalio
minecraft-pi python-minecraftpi
wolfram-engine"
# Remove packages
packageList=$(echo "$pkgs" | tr '\n' ' ')
apt-get purge $packageList
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment