Nuestro amigo Leo nos escribe:

Hago todo lo que dicen tus instrucciones y las de la guia ubuntu…pero cuando uso el “apt-get install mplayer-686″ o mplayer-586 que es lo que supongo seria para mi pentium 4…me dice:
Reading package lists… Done
Building dependency tree… Done
E: Couldn’t find package mplayer

arrrGHH!! ya estan los repositorios extra…que estará mal?

a compilar no me meto…aun estoy muy wey, soy principiante…

Pues tienes razón amigo, la última vez que instalé Ubuntu me tope con la sorpresa de que algunos repositorios que recomienda la Guía Ubuntu han dejado de funcionar.

Si tienes una oportunidad dale un vistazo a Ubuntu Recargado, básicamente es un script que te instala de un jalón lo más básico para empezar a trabajar con Ubuntu.

Bueno el punto es que este script también te hace una actualización de tus repositorios, los mios quedaron así:

deb http://us.archive.ubuntu.com/ubuntu hoary main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu hoary main restricted universe multiverse

## Uncomment the following two lines to fetch major bug fix updates produced
## after the final release of the distribution.
deb http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted

deb http://security.ubuntu.com/ubuntu hoary-security main restricted
deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted

# deb http://security.ubuntu.com/ubuntu hoary-security universe
# deb-src http://security.ubuntu.com/ubuntu hoary-security universe

#deb ftp://ftp.nerim.net/debian-marillat/ stable main
#deb ftp://ftp.nerim.net/debian-marillat/ unstable main
#deb ftp://ftp.nerim.net/debian-marillat/ testing main

#Primary Mirror (5/17/2005) overloaded
#deb http://backports.ubuntuforums.org/backports hoary-backports main universe multiverse restricted
#deb http://backports.ubuntuforums.org/backports hoary-extras main universe multiverse restricted

#backup Mirror - FAST
deb ftp://ftp2.caliu.info/backports/ hoary-backports main universe multiverse restricted
deb ftp://ftp2.caliu.info/backports/ hoary-extras main universe multiverse restricted

Te recuerdo que para editar los repositorios debes de teclear:

sudo gedit /etc/apt/sources.list

y no se te olvide actualizar los repositorios con:

sudo apt-get update

Te hago notar que al igual que en el articulo anterior los repositorios de nerim estan desactivados.

Ahora si … debes de poder instalar mplayer, también te recomiendo que instales estos paquetes:

  • mozilla-mplayer que es un agregado a mozilla para reproducir contenido multimedia en el firefox.
  • gmplayer la interfaz gráfica de mplayer.
  • Espero que este mensaje te ayude a solucionar tu problema.