Install Ubuntu restricted extras

wget http://installit.googlecode.com/hg/install.ubuntu-restricted-extras.sh -O - | bash -

#!/bin/bash

sudo apt-get install -y debconf-utils

# create answer file
sudo debconf-set-selections <<\EOF
sun-java6-bin shared/accepted-sun-dlj-v1-1 boolean true
msttcorefonts msttcorefonts/defoma note
ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula boolean true
ttf-mscorefonts-installer msttcorefonts/present-mscorefonts-eula note
EOF

sudo apt-get install -y ubuntu-restricted-extras

Do you like this page? Then support it. Please click the AD below and visit the sponsor. Thank you!