# Fjern nogle programmer
sudo apt-get remove orage
sudo apt-get remove abiword
sudo apt-get remove gnumeric
sudo apt-get remove gnumeric-common
sudo apt-get remove gnumeric-doc

# Tekstbehandling
sudo apt-get -y --force-yes install openoffice.org
sudo apt-get -y --force-yes install openoffice.org-gtk

# Installation af lyd-, video- og billedprogrammer
sudo wget http://www.medibuntu.org/sources.list.d/jaunty.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 mplayer
sudo apt-get -y --force-yes install mozilla-mplayer
# 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
