lunes, 12 de diciembre de 2011

Cambiar el repositorio de ubuntu 11.10

Para su instalación en Ubuntu (y derivados) 11.10, abrimos la terminal y pegamos el siguiente código:

sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list; sudo apt-get -q update; sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring; sudo apt-get -q update && sudo apt-get install medibuntu-keyring && sudo apt-get update

Luego podemos instalar los Codecs:

Ubuntu 32bit
sudo apt-get install w32codecs libdvdcss2

Ubuntu 64bit
sudo apt-get install w64codecs libdvdcss2

No hay comentarios:

Publicar un comentario