Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. # GUI-related packages
  2. pkgs="xserver-xorg-video-fbdev
  3. xserver-xorg xinit
  4. gstreamer1.0-x gstreamer1.0-omx gstreamer1.0-plugins-base
  5. gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-alsa
  6. gstreamer1.0-libav
  7. epiphany-browser
  8. lxde lxtask menu-xdg gksu
  9. xserver-xorg-video-fbturbo
  10. xpdf gtk2-engines alsa-utils
  11. netsurf-gtk zenity
  12. desktop-base lxpolkit
  13. weston
  14. omxplayer
  15. raspberrypi-artwork
  16. lightdm gnome-themes-standard-data gnome-icon-theme"
  17.  
  18. # Edu-related packages
  19. pkgs="$pkgs
  20. idle python3-pygame python-pygame python-tk
  21. idle3 python3-tk
  22. python3-rpi.gpio
  23. python-serial python3-serial
  24. python-picamera python3-picamera
  25. debian-reference-en dillo x2x
  26. scratch nuscratch
  27. raspberrypi-ui-mods
  28. timidity
  29. smartsim penguinspuzzle
  30. pistore
  31. sonic-pi
  32. python3-numpy
  33. python3-pifacecommon python3-pifacedigitalio python3-pifacedigital-scratch-handler python-pifacecommon python-pifacedigitalio
  34. minecraft-pi python-minecraftpi
  35. wolfram-engine"
  36.  
  37. # Remove packages
  38. packageList=$(echo "$pkgs" | tr '\n' ' ')
  39. apt-get purge $packageList
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement