-. Primero vamos a añadir repositorios extra y actualizar el sistema.
$ sudo gedit /etc/apt/sources.list
...
## Uncomment the following two lines to fetch updated software from the network
# deb http://archive.ubuntu.com/ubuntu warty main restricted
# deb-src http://archive.ubuntu.com/ubuntu warty main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
# deb http://archive.ubuntu.com/ubuntu warty universe
# deb-src http://archive.ubuntu.com/ubuntu warty universe
# deb http://security.ubuntu.com/ubuntu warty-security main restricted
# deb-src http://security.ubuntu.com/ubuntu warty-security main restricted
...
Substituya por las líneas siguientes
## Uncomment the following two lines to fetch updated software from the network
deb http://archive.ubuntu.com/ubuntu/ warty main restricted
deb-src http://archive.ubuntu.com/ubuntu/ warty main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://archive.ubuntu.com/ubuntu/ warty universe
deb-src http://archive.ubuntu.com/ubuntu/ warty universe
deb http://security.ubuntu.com/ubuntu/ warty-security main restricted
deb-src http://security.ubuntu.com/ubuntu/ warty-security main restricted
deb http://archive.ubuntu.com/ubuntu/ warty multiverse
deb-src http://archive.ubuntu.com/ubuntu/ warty multiverse
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
deb http://ubuntu-bp.sourceforge.net/ubuntu/ warty-backports main universe
$ sudo apt-get update
$ sudo apt-get update
$ sudo apt-get upgrade
-. Ahora vamos a castellanizar un poco más de lo que viene Ubuntu por defecto.
$ sudo apt-get install mozilla-firefox-locale-es
$ sudo apt-get install aspell-es
$ sudo apt-get install myspell-es
$ sudo apt-get install openoffice.org-help-es
$ sudo apt-get install openoffice.org-l10n-es
$ openoffice
Idioma para
Entorno local Español (España)
Idiomas predeterminados para los documentos
Occidental Español (España)
$ evolution
-. Vamos ahora a instalar los Principales plugins para Firefox.
$ sudo apt-get install flashplayer-mozilla
$ sudo apt-get install acroread
$ sudo apt-get install acroread-plugin
-. Ahora instalamos Java y el plug-in para Firefox en el sistema.
$ cd ve_a_tu_carpeta_de_descargas
$ sh jre-1_5_0-linux-i586.bin
$ sudo mkdir /usr/java
$ sudo mv jre1.5.0/ /usr/java/
$ sudo chown -R root:root /usr/java/jre1.5.0/
$ sudo ln -s /usr/java/jre1.5.0/bin/java /usr/bin/java
$ sudo ln -s /usr/java/jre1.5.0/bin/java_vm /usr/bin/java_vm
$ sudo gedit /etc/bash.bashrc
Añade las siguientes lineas al final del fichero
JAVA_HOME=/usr/java/jre1.5.0
export
JAVA_HOME
PATH=$PATH:$JAVA_HOME/bin
export PATH
$ java -version
-.Codificar mp3 con sound-juicer
Como mi reproductor portatil no lee fichero ogg, voy a ripear los CD's a mp3 para poder oirlos.(Gracias a Paco Avila)
$ sudo apt-get install liblame0
$ sudo dpkg -i gstreamer0.8-lame_0.8.2-2_i386.deb
Programa: Sound Juicer CD Ripper.
Editar -> Preferencias
En Formato de pista marcar MP3
Pulsa en Cerrar
-.Un poquito de Multimedia por favor.