# Installation af lyd-, video- og billedprogrammer
sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list --output-document=/etc/apt/sources.list.d/medibuntu.list
sudo apt-get update && sudo apt-get -y --force-yes install medibuntu-keyring && sudo apt-get update
sudo apt-get -y --force-yes install libdvdcss2
sudo apt-get -y --force-yes install w32codecs
sudo apt-get -y --force-yes install gstreamer0.10-plugins-ugly-multiverse
sudo apt-get -y --force-yes install gstreamer0.10-plugins-ugly
sudo apt-get -y --force-yes install gstreamer0.10-plugins-bad
sudo apt-get -y --force-yes install gstreamer0.10-ffmpeg
sudo apt-get -y --force-yes install soundconverter
sudo apt-get -y --force-yes install mirage
sudo apt-get -y --force-yes install acidrip
sudo apt-get -y --force-yes install sound-juicer
# Installation af net tv og flash
sudo apt-get -y --force-yes remove totem-mozilla
sudo apt-get -y --force-yes install mozilla-mplayer
sudo apt-get -y --force-yes install flashplugin-nonfree
# Installation af andre programmer og ekstra temaer
sudo apt-get -y --force-yes install unrar
sudo apt-get -y --force-yes install gnome-do
sudo apt-get -y --force-yes install mozilla-thunderbird
sudo apt-get -y --force-yes install nautilus-open-terminal
sudo apt-get -y --force-yes install nautilus-wallpaper
sudo apt-get -y --force-yes install gnome-themes-extras
# Installation af VirtualBox
sudo apt-get -y --force-yes install virtualbox-ose
# Installation af programmeringsværktøjer
sudo apt-get -y --force-yes install monodevelop
sudo apt-get -y --force-yes install bluefish
sudo apt-get -y --force-yes install geany
# Installation af Java
# Der kommer et par dialoger, hvor der skal svares 'Ja'
# under installationen
sudo apt-get -y --force-yes install sun-java6-jre

