Lista actualizada y probada de repositorios para Gutsy Gibbon

4 11 2007

Ante la respuesta que obtuve en Ubuntu-es acerca de este trabajo que hice, he decidido crear mi propio blog y para empezar les dejo a todos esta lista de repositorios para Gutsy Gibbon, pero recuerden, es bajo su responsabilidad:

NOTA: Les pido que al menos si van a distribuir este sources.list, me pongan como origen de dicho trabajo.

1.- Editamos el sources.list:

sudo gedit /etc/apt/sources.list

Borramos el contenido y pegamos lo siguiente:

#——————————————————————————————————————————————-

# Sorces.list hecho por CATRIP para Ubuntu 7.10 Gutsy Gibbon
#
# IMPORTANTE: USALO BAJO TU PROPIO RIESGO, YA QUE PUEDEN EXISTIR PROBLEMAS CON LOS PAQUETES
# LO HE ESTADO TESTEANDO Y HASTA EL MOMENTO TODO FUNCIONA PERFECTAMENTE.
#
# Espero que te sirva, este trabajo, y si piensas modificarlo o redistribuirlo no hay problema, solo ponme como
# origen del sources.list

# Paquetes soportados de Ubuntu
deb http://archive.ubuntu.com/ubuntu/ gutsy main restricted
deb http://archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb http://archive.ubuntu.com/ubuntu/ gutsy-security main restricted
deb-src http://archive.ubuntu.com/ubuntu/ gutsy main restricted
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-security main restricted

# Paquetes soportados por la comunidad Ubuntu
deb http://archive.ubuntu.com/ubuntu/ gutsy universe multiverse
deb http://archive.ubuntu.com/ubuntu/ gutsy-updates universe multiverse
deb http://archive.ubuntu.com/ubuntu/ gutsy-security universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-updates universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-security universe multiverse

# Ubuntu backports project
deb http://archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ gutsy-proposed restricted main multiverse universe

# EMESENE
deb http://apt.emesene.org/ ./
deb-src http://apt.emesene.org/ ./

# CANONICAL COMMERCIAL REPOSITORY (Hosted on Canonical servers, not Ubuntu servers.
# RealPlayer10, Opera, VmWare Server and more to come.)
deb http://archive.canonical.com/ubuntu gutsy partner

# Free fonts for Ubuntu Gutsy Gibbon
deb http://ppa.launchpad.net/corenominal/ubuntu gutsy main
deb-src http://ppa.launchpad.net/corenominal/ubuntu gutsy main

# Ubuntu with KDE4 icons
deb http://download.tuxfamily.org/oxygenrefit/OxyRepo/ nebula main

# AUTOMATIX
deb http://www.getautomatix.com/apt gutsy main
deb http://security.ubuntu.com/ubuntu gutsy-security main restricted universe multiverse

# Medibuntu – Ubuntu 7.10 “gutsy gibbon”
deb http://packages.medibuntu.org/ gutsy free non-free
deb-src http://packages.medibuntu.org/ gutsy free non-free

# Upstream Wine
deb http://wine.budgetdedicated.com/apt gutsy main

# Elisa Debian Packages
deb http://elisa.fluendo.com/packages gutsy main

# Iuculano’s debian packages
deb http://ubuntu.iuculano.it gutsy all
deb-src http://ubuntu.iuculano.it gutsy all

# Ryan Kavanagh packages
deb http://packages.ryanak.ca ryan-gutsy all
deb-src http://packages.ryanak.ca ryan-gutsy all

# Le depomaniak repository
deb http://ubuntu.davromaniak.eu gutsy-depomaniak all
deb-src http://ubuntu.davromaniak.eu gutsy-depomaniak all

# syzygy42 repository avant window navigator, exaile, closure
deb http://download.tuxfamily.org/syzygy42/ gutsy all
deb-src http://download.tuxfamily.org/syzygy42/ gutsy all

# The Ubuntu NLP Repository
deb http://cl.naist.jp/~eric-n/ubuntu-nlp gutsy all
deb-src http://cl.naist.jp/~eric-n/ubuntu-nlp gutsy all

# Debuntu Ubuntu Gutsy packages
deb http://repository.debuntu.org/ gutsy multiverse
deb-src http://repository.debuntu.org/ gutsy multiverse

# Cafuego Gutsy Stuff: Broadcom firmware google-earth secondlife
deb http://au.ubuntu.cafuego.net gutsy-cafuego all
deb-src http://au.ubuntu.cafuego.net gutsy-cafuego all

# gnomemeeting – ekiga
deb http://snapshots.ekiga.net/ubuntu/ gutsy main
deb-src http://snapshots.ekiga.net/ubuntu/ gutsy main

# Ubuntu repository for Screenlets
deb http://hendrik.kaju.pri.ee/ubuntu/ gutsy screenlets

# Ekiga and Debian pkg-voip
deb http://pkg-voip.buildserver.net/ubuntu gutsy main

# The repository from Kubuntu Germany
deb http://archive.czessi.net/ubuntu gutsy main restricted universe multiverse preview
deb-src http://archive.czessi.net/ubuntu gutsy main restricted universe multiverse preview

# Ubuntu backports project
deb http://mi.mirror.garr.it/ubuntu gutsy-backports main restricted universe multiverse
deb-src http://mi.mirror.garr.it/ubuntu gutsy-backports main restricted universe multiverse

#——————————————————————————————————————————————
2.- Creamos un script que nos permita añadir las llaves sin problema:

gedit llaves.sh

Y pegamos lo siguiente:

#!/bin/sh
zenity –info –text=”Sources.list creado por CATRIP para Ubuntu Gutsy Gibbon”
clear
gpg –keyserver subkeys.pgp.net –recv 437D05B5
gpg –export –armor 437D05B5 | sudo apt-key add -
gpg –keyserver subkeys.pgp.net –recv 437D05B5
gpg –export –armor 437D05B5 | sudo apt-key add -
gpg –keyserver subkeys.pgp.net –recv 437D05B5
gpg –export –armor 437D05B5 | sudo apt-key add -
sudo apt-get install nanolx-key
wget http://www.getautomatix.com/keys/automatix2.key
gpg –import automatix2.key
gpg –export –armor E23C5FC3 | sudo apt-key add -
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -
wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -
wget http://elisa.fluendo.com/packages/philn.asc -O – | sudo apt-key add -
gpg –keyserver subkeys.pgp.net –recv AE3BE9AA
gpg –export –armor AE3BE9AA | sudo apt-key add -
gpg –keyserver subkeys.pgp.net –recv 02544D0E
gpg –export –armor 02544D0E | sudo apt-key add -
gpg –keyserver subkeys.pgp.net –recv 1D59E694
gpg –export –armor 1D59E694 | sudo apt-key add -
wget http://download.tuxfamily.org/syzygy42/reacocard.asc -O- | sudo apt-key add -
gpg –keyserver subkeys.pgp.net –recv 8ABD1965
gpg –export –armor 8ABD1965 | sudo apt-key add -
wget http://repository.debuntu.org/GPG-Key-chantra.txt -O- | sudo apt-key add -
wget http://debian.cafuego.net/AF425CB5.gpg -O- | sudo apt-key add -
gpg –keyserver subkeys.pgp.net –recv 52ABFCB1
gpg –export –armor 52ABFCB1 | sudo apt-key add -
wget http://hendrik.kaju.pri.ee/ubuntu/hendrikkaju.gpg -O- | sudo apt-key add -
wget http://archive.czessi.net/ubuntu/kczessi.gpg –quiet -O – | sudo apt-key add -
gpg –keyserver subkeys.pgp.net –recv 437D05B5
gpg –export –armor 437D05B5 | sudo apt-key add -

Lo guardamos, y le damos permiso de ejecución:

sudo chmod +x llaves.sh

Y con los permisos de ejecución, ahora lo ejecutamos:

sh ./llaves.sh

¡¡¡ Ya tenemos el sources.list listo para ser usado !!!

Por último ejecutamos

sudo apt-get update

Y veremos como todo quedó listo…

Les repito, no hay ningún problema en que este trabajo sea distribuido, solo les pido que me pongan como origen del mismo.

Por cierto, el script para añadir las llaves es gracias al trabajo de Denos de Linux para todos


Acciones

Información

15 respuestas

12 12 2007
seaofgrass

Hola,
LLevo tiempo usando tu lista de repositorios, y ultimamente me ha estado dando diversos errores con las keys y demas. Por ello aprobechando que encontre tu blog en el foro de ubuntu lo he actualizado e ingresado las keys con el script, pero sigue saliendo esto:
*****************************
W: GPG error: http://download.tuxfamily.org nebula Release: Las firmas siguientes no se pudieron verificar porque su llave pública no está disponible: NO_PUBKEY EEAFA5164715F6D0
W: Duplicate sources.list entry http://wine.budgetdedicated.com gutsy/main Packages (/var/lib/apt/lists/wine.budgetdedicated.com_apt_dists_gutsy_main_binary-i386_Packages)
****************************************************************************
Lo del wine duplicado no lo entiendo, pues en la lista solo sale una vez.

un saludo y gracias

12 12 2007
seaofgrass

por cierto, veo que te faltan los repositorios de get deb, ¿no crees que son interesantes de tener?.
#GetDeb
deb http://ubuntu.org.ua/ getdeb/

saludos

12 12 2007
catrip

Tienes razón, para lo repositorios de treviño (tuxfamily), wine y no recuerdo bien cual otro más, da ese tipo de error, estoy trabajando para solucionarlo, solo dame un poco de tiempo, por cierto, los repositorios de getdeb no los incluí, ya que no me convencí mucho de colocarlos, pero es un buen aporte para quien quiera usarlos

13 12 2007
Ludvin

Hola y gracias por postear los conocimientos.
Y mira yo he tenido problemas con mi source.list ya que cuando queria instalar algun paquete, actualizar o algun comando que tenga que ver con los repositorios simplemente me da una lista enorme de estas:

Err http://archive.ubuntu.com gutsy-security/universe Packages
No pude resolver ‘:@’

y otra de estas:

Ign http://archive.ubuntu.com gutsy/universe Sources

He estado buscando la manera de solucionarlo pero nada, ya copie la lista que genera la pagina; http://www.ubuntu-nl.org/source-o-matic

el problema esta en que yo pongo repositorios que desde la consola me dice error al conectarse, se ignoro, no se pudo resolver. pero si copio esa direccion y la pego en mi browser lo encuentra, entonces eso em dice que el servidor no se ha caido sino que el problema esta con mi SOURCE.LIST, MI KEY, O?? aca ya no se a donde dar marcha.

Si alguien paso un caso parecido, seria de gran ayuda.

ahora estoy con Ubuntu 7.10 Gutsy Gibbon

13 12 2007
catrip

Mmm… podrías pegar tu sources.list para que pueda ayudarte

13 12 2007
LUDVIN

Ok

13 12 2007
LUDVIN

HOLA Y GRACIAS POR TU TIEMPO, ESTA ES LA LISTA:

deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016)]/ gutsy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://pe.archive.ubuntu.com/ubuntu/ gutsy main restricted
deb-src http://pe.archive.ubuntu.com/ubuntu/ gutsy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://pe.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb-src http://pe.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted

## 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://pe.archive.ubuntu.com/ubuntu/ gutsy universe
deb-src http://pe.archive.ubuntu.com/ubuntu/ gutsy universe
deb http://pe.archive.ubuntu.com/ubuntu/ gutsy-updates universe
deb-src http://pe.archive.ubuntu.com/ubuntu/ gutsy-updates universe

## 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
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://pe.archive.ubuntu.com/ubuntu/ gutsy multiverse
deb-src http://pe.archive.ubuntu.com/ubuntu/ gutsy multiverse
deb http://pe.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
deb-src http://pe.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
## Uncomment the following two lines to add software from the ‘backports’
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://pe.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
# deb-src http://pe.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical’s
## ‘partner’ repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.

# deb http://archive.canonical.com/ubuntu gutsy partner
# deb-src http://archive.canonical.com/ubuntu gutsy partner

# deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
# deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb http://security.ubuntu.com/ubuntu gutsy-security universe
deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
# deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
# deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse

deb http://www.virtualbox.org/debian gutsy non-free
# deb http://download.tuxfamily.org/3v1deb feisty eyecandy

# deb http://archive.ubuntu.com/ubuntu edgy universe
# deb-src http://archive.ubuntu.com/ubuntu edgy universe

13 12 2007
catrip

Mira, al parecer estas haciendo una “doble” referencia de tus repositorios, es como si llamaras un paquete de un servidor y al mismo tiempo de otro, además de que estás utilizando, aunque desmarcados, repositorios que no deben estar como los repositorios de tuxfamily y archive.ubuntu para Edgy.

Si te sirve, te sugiero que uses estos repositorios ya que son estables y son para Gutsy:

# Paquetes soportados de Ubuntu
deb http://archive.ubuntu.com/ubuntu/ gutsy main restricted
deb http://archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb http://archive.ubuntu.com/ubuntu/ gutsy-security main restricted
deb-src http://archive.ubuntu.com/ubuntu/ gutsy main restricted
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-security main restricted

# Paquetes soportados por la comunidad Ubuntu
deb http://archive.ubuntu.com/ubuntu/ gutsy universe multiverse
deb http://archive.ubuntu.com/ubuntu/ gutsy-updates universe multiverse
deb http://archive.ubuntu.com/ubuntu/ gutsy-security universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-updates universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-security universe multiverse

# Ubuntu backports project
deb http://archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ gutsy-proposed restricted main multiverse universe

# CANONICAL COMMERCIAL REPOSITORY (Hosted on Canonical servers, not Ubuntu servers.
# RealPlayer10, Opera, VmWare Server and more to come.)
deb http://archive.canonical.com/ubuntu gutsy partner

# Free fonts for Ubuntu Gutsy Gibbon
deb http://ppa.launchpad.net/corenominal/ubuntu gutsy main
deb-src http://ppa.launchpad.net/corenominal/ubuntu gutsy main

# Medibuntu – Ubuntu 7.10 “gutsy gibbon”
deb http://packages.medibuntu.org/ gutsy free non-free
deb-src http://packages.medibuntu.org/ gutsy free non-free

Para Medibuntu, la llave la puedes obtener así:
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add -

NOTA:
Aunque parece muy “agradable” tener una muy buena lista de repositorios, te sugiero que vayas agregando solo repositorios para Gutsy de uno en uno, es decir, agregas un repositorio, haces un sudo apt-get update y si todo va bien, agregas otro y así sucesivamente, no quieras agregar muchos de un solo paso, y también verifica las KEY’s ya que sin ellas puedes tener problemas

14 12 2007
seaofgrass

wenas de nuevo.
Espero con ansia una nueva actualizacion de la lista, mientras tanto a ver si sabes como solucionar este error que me da al instalar brasero:
brasero:
Depende: libtotem-plparser1 (>=2.17.5) but it is not installable
me dice que no encuentra esas librerias, pero no se donde se hallan o si sera un error general que tendran que solucionar.
saludos y sigue asi.

15 12 2007
Catrip

Ahh ok ok, el problema es que necesitas “indicarle” a Ubuntu de donde puede descargar ese paquete, te sugiero que revises este post que alguna vez escribí en Ubuntu-es donde le ayude a un usuario con el mismo problema que tu:

http://www.ubuntu-es.org/index.php?q=node/66554#comment-180147

Espero que esto te ayude y si no, no dudes en escribir…

16 12 2007
seaofgrass

pos anda, me sigue dando el mismo problema. para empezar lo tengo todo asi configurao de siempre, y despues del install f y el update siegue ocurriendo lo mismo.

saludos y gracias

17 12 2007
llevo un tiempor con el mmismo problema necesito ayuda please!

tengo el siguiente problema:

E: Internal Error, Could not perform immediate configuration (2) on libpam-runtime

este error me lo da cuando intento actualizar ubuntu gusty desde el gestor de actualizaciones. Si alguien puede ayudarme se lo agradeceria porque yo llevo intentandolo una semana sin resultados. Saludos y gracias de antemano!

17 12 2007
Catrip

Buscando un poco de información, me topé con este post dejado en Ubuntu-es, posiblemente sea el problema que tienes, porque no lo lees y nos cuentas como te fué:

http://www.ubuntu-es.org/index.php?q=node/68430

24 12 2007
seaofgrass

WENAS,
Pues he conseguido solucionarlo, reinstalando todo de nuevo, algo que se me hizo necesario al fastidiarseme la configuracion grafica.
saludos y felices fiestas

24 12 2007
Catrip

Bueno seaofgrass, tuviste una mala experiencia, pero no te diste por vencido, aunque hayas reinstalado, el hecho de que continúes aprendiendo es lo que le da fuerza a Ubuntu

Deja un comentario