Skip to content

Instantly share code, notes, and snippets.

@telemakhos
Forked from samatjain/Slim-Raspbian.sh
Last active August 29, 2015 14:24
Show Gist options
  • Select an option

  • Save telemakhos/79461ee6ff6e6221885c to your computer and use it in GitHub Desktop.

Select an option

Save telemakhos/79461ee6ff6e6221885c to your computer and use it in GitHub Desktop.

Revisions

  1. Jose revised this gist Jul 10, 2015. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion Slim-Raspbian.sh
    Original file line number Diff line number Diff line change
    @@ -27,7 +27,6 @@ python-serial python3-serial
    python-picamera python3-picamera
    debian-reference-en dillo x2x
    scratch nuscratch
    raspberrypi-ui-mods
    timidity
    smartsim penguinspuzzle
    pistore
  2. @samatjain samatjain created this gist Feb 6, 2015.
    48 changes: 48 additions & 0 deletions Slim-Raspbian.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,48 @@
    # 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
    qt50-snapshot qt50-quick-particle-examples
    "

    # 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
    oracle-java8-jdk
    minecraft-pi python-minecraftpi
    wolfram-engine
    "

    # Remove packages
    for i in $pkgs; do
    echo apt-get -y remove --purge $i
    done

    # Remove automatically installed dependency packages
    echo apt-get -y autoremove