Ahorita Ems tiene algunos problemitas con su sources.list asi que me he dado a la tarea de investigar todos los repositorios para nuestra nueva versión, Ubuntu Gutsy Gibbon.
¿Cómo hacerlo?
Ingresa a la terminal más cercana y teclea como root:
[terminal]
# rm /etc/apt/sources.list
[/terminal]
Ahora, vamos a generarlo nuevamente, utilizando gedit
[terminal]
# gedit /etc/apt/sources.list
[/terminal]
Y pega el siguiente contenido:
[terminal]
# Automatically generated sources.list
# http://www.ubuntu-nl.org/source-o-matic/
#
# If you get GPG errors with this sources.list, locate the GPG key in this file
# and run these commands (where KEY is replaced with that key)
#
# gpg –keyserver hkp://subkeys.pgp.net –recv-keys KEY
# gpg –export –armor KEY | sudo apt-key add -
#
# If you don’t know what to do with this file, read
# https://help.ubuntu.com/community/Repositories/CommandLine
# Ubuntu supported packages
# GPG key: 437D05B5
deb http://mx.archive.ubuntu.com/ubuntu gutsy main restricted
deb http://mx.archive.ubuntu.com/ubuntu gutsy-updates main restricted
deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb-src http://mx.archive.ubuntu.com/ubuntu gutsy main restricted
deb-src http://mx.archive.ubuntu.com/ubuntu gutsy-updates main restricted
deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
# Ubuntu community supported packages
# GPG key: 437D05B5
deb http://mx.archive.ubuntu.com/ubuntu gutsy universe multiverse
deb http://mx.archive.ubuntu.com/ubuntu gutsy-updates universe multiverse
deb http://security.ubuntu.com/ubuntu gutsy-security universe multiverse
deb-src http://mx.archive.ubuntu.com/ubuntu gutsy universe multiverse
deb-src http://mx.archive.ubuntu.com/ubuntu gutsy-updates universe multiverse
deb-src http://security.ubuntu.com/ubuntu gutsy-security universe multiverse
# Ubuntu backports project
# GPG key: 437D05B5
deb http://mx.archive.ubuntu.com/ubuntu gutsy-backports main restricted universe multiverse
deb-src http://mx.archive.ubuntu.com/ubuntu gutsy-backports main restricted universe multiverse
# Upstream Opera
# GPG key: 6A423791
deb http://deb.opera.com/opera etch non-free
# Upstream Beryl
# GPG key: ed8a569e
deb http://ubuntu.beryl-project.org/ edgy main-edgy
deb-src http://media.blutkind.org/xgl/ edgy main-edgy
[/terminal]
Guardalo y ahora teclea en tu terminal
[terminal]
# apt-get update
[/terminal]
Con esto, ya tenemos el acceso a mucho Software. Obviamente todo lo podemos instalar desde apt o haciendo uso de Automatix
.