
1. Añadir el repositorio Medibuntu: por razones legales, Ubuntu no puede instalar Multimedia, Entertainment & Distractions In Ubuntu. Esto es imprescindible para reproducir MP3, instalar codecs, reproducir DVDs, etc. Para instalarlo:
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 install medibuntu-keyring && sudo apt-get update
Y luego:
sudo sed -i -e “s/# deb/deb/g” /etc/apt/sources.list && sudo apt-get update
2. Activar la reproducción de DVDs encriptados:
sudo apt-get install libdvdcss2
3. Reproducir MP3, WMA, Real y AppleQuickTime en Ubuntu:
Para equipos 32 bits:
sudo apt-get install w32codecs
Para equipos 64 bits:
sudo apt-get install w64codecs
4. Instalar Skype:
sudo apt-get install skype
5. Instalar Adobe Acrobat Reader:
sudo apt-get install acroread
6. Instalar Google Earth:
wget http://dl.google.com/earth/client/current/GoogleEarthLinux.bin && chmod +x GoogleEarthLinux.bin && ./GoogleEarthLinux.bin
7. Instalar VLC Player:
sudo apt-get install vlc
8. Instalar OpenOffice 3.0:
echo ‘deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main’ >> /etc/apt/sources.list.d/openoffice.sources.list && sudo apt-get update
9. Instalar el plugin Flash:
sudo apt-get install flashplugin-nonfree
10. Instalar Picassa:
sudo echo ‘deb http://dl.google.com/linux/deb/ stable non-free’ >> /etc/apt/sources.list && sudo apt-get update && sudo apt-get install picasa
Visto en:
http://www.dailygyan.com/2008/11/10-things-you-should-do-immediately.html