Generador de lista de repositorios

Que tal, espero sea el foro adecuado, pues cada dia descubriendo herramientas para ubuntu, esta es una pagina que te ayuda a generar tus listas de repositorios:

Citar

Como usuarios o administradores sobre las distribuciones de Debian y Ubuntu siempre estamos pendientes de nuestros repositorios que podremos utilizar para nuestras distribuciones. Pero existe una aplicación del tipo web que nos puede generar una lista de repositorios dándonos las siguiente características:

------- Pais del repositorio
------- Version distribucion
------- Por paquetes oficiales, no oficiales
------- otras caracteristicas.

Para esto tendremos que usar nuestro navegador web para poder acceder a la herramienta que genera la lista de repositorio:

debian:
http://debgen.simplylinux.ch/

ubuntu:
http://repogen.simplylinux.ch/

Al terminar solamente copias las lineas y las pegamos en nuestro archivo de sources.list

Actualizamos la lista de paquetes

ascariote:~# apt-get update

Ya tendremos ya repositorios extra a nuestra distribucion

Ingrese y seleccione algunas opciones, ojo, solo algunas ya que son bastantes y esto fue lo que me arrojo:

################### OFFICIAL UBUNTU REPOS ###################
###### Ubuntu Main Repos
deb http://mx.archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
deb-src http://mx.archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
###### Ubuntu Update Repos
deb http://mx.archive.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
deb http://mx.archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
deb http://mx.archive.ubuntu.com/ubuntu/ lucid-proposed main restricted universe multiverse
###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu lucid partner
deb-src http://archive.canonical.com/ubuntu lucid partner

##################### UNOFFICIAL  REPOS ######################
###### 3rd Party Binary Repos
#### Abiword - http://www.abisource.com/
##
Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2382D57E
deb http://ppa.launchpad.net/abiword-stable/ubuntu lucid main

#### Ailurus - http://code.google.com/p/ailurus/
##
Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9A6FE242
deb http://ppa.launchpad.net/ailurus/ppa/ubuntu lucid main
#### AWN (Avant Window Navigator) Testing Packages - http://awn-project.org/
##
Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BF810CD5
deb http://ppa.launchpad.net/awn-testing/ppa/ubuntu lucid main

#### Breathe Icon Set - https://edge.launchpad.net/~breathe-dev/+archive/ppa
##
Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 45FFBBBA
deb http://ppa.launchpad.net/breathe-dev/ppa/ubuntu lucid main

#### Chromium Project - http://code.google.com/chromium/
##
Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E5E17B5
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main

#### Conky - https://launchpad.net/conky
##
Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 95628707
deb http://ppa.launchpad.net/norsetto/ppa/ubuntu lucid main

#### Esmska - http://code.google.com/p/esmska/
## Run this command: wget -q -O - http://repo.palatinus.cz/repo.key | sudo apt-key add -
deb http://repo.palatinus.cz/stable /

#### FreeNX  - http://freenx.berlios.de/
##
Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  D018A4CE
deb http://ppa.launchpad.net/freenx-team/ppa/ubuntu lucid main

#### Google Linux Software Repositories - http://www.google.com/linuxrepositories/index.html
##
Run this command: wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add –
deb http://dl.google.com/linux/deb/ stable non-free

#### Medibuntu - http://www.medibuntu.org/
## Run this command: sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
deb http://packages.medibuntu.org/ lucid free non-free

#### Mozilla Daily Build Team - http://edge.launchpad.net/~ubuntu-mozilla-daily/+archive/ppa
##
Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  247510BE
deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu lucid main

#### Opera - http://www.opera.com/
##
Run this command: sudo wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
deb http://deb.opera.com/opera/ lenny non-free

#### Oracle Database 10g Express Edition  - http://oss.oracle.com
##
Run this command: wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle  -O- | sudo apt-key add -
deb http://oss.oracle.com/debian unstable main non-free

#### Skype - http://www.skype.com
##
Run this command: gpg --keyserver pgp.mit.edu --recv-keys 0xd66b746e && gpg --export --armor 0xd66b746e  | sudo apt-key add -
deb http://download.skype.com/linux/repos/debian/ stable non-free

#### Terminator - http://www.tenshu.net/terminator/
##
Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1BD3A65C
deb http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu lucid main

#### X Updates - https://launchpad.net/~ubuntu-x-swat/+archive/x-updates/
##
Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AF1CDFA9
deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu lucid main

####### 3rd Party Source Repos

#### FreeNX  (Source) - http://freenx.berlios.de/
##
Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  D018A4CE
deb-src http://ppa.launchpad.net/freenx-team/ppa/ubuntu lucid main

###GPG keys:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2382D57E
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9A6FE242
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BF810CD5
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 45FFBBBA
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E5E17B5
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 95628707
wget -q -O - http://repo.palatinus.cz/repo.key | sudo apt-key add -
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  D018A4CE
wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  247510BE
sudo wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle  -O- | sudo apt-key add -
gpg --keyserver pgp.mit.edu --recv-keys 0xd66b746e && gpg --export --armor 0xd66b746e  | sudo apt-key add -
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1BD3A65C
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AF1CDFA9

###Alternate layout for synaptic:
################### OFFICIAL UBUNTU REPOS ###################
###### Ubuntu Main Repos
deb http://mx.archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
deb-src http://mx.archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse

###### Ubuntu Update Repos
deb http://mx.archive.ubuntu.com/ubuntu/ lucid-security main restricted universe multiverse
deb http://mx.archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe multiverse
deb http://mx.archive.ubuntu.com/ubuntu/ lucid-proposed main restricted universe multiverse

###### Ubuntu Partner Repo
deb http://archive.canonical.com/ubuntu lucid partner
deb-src http://archive.canonical.com/ubuntu lucid partner

##################### UNOFFICIAL  REPOS ######################
###### 3rd Party Binary Repos
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2382D57E
deb http://ppa.launchpad.net/abiword-stable/ubuntu lucid main # Abiword - http://www.abisource.com/

## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 9A6FE242
deb http://ppa.launchpad.net/ailurus/ppa/ubuntu lucid main # Ailurus - http://code.google.com/p/ailurus/

## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BF810CD5
deb http://ppa.launchpad.net/awn-testing/ppa/ubuntu lucid main # AWN (Avant Window Navigator) Testing Packages - http://awn-project.org/

## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 45FFBBBA
deb http://ppa.launchpad.net/breathe-dev/ppa/ubuntu lucid main # Breathe Icon Set - https://edge.launchpad.net/~breathe-dev/+archive/ppa

## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4E5E17B5
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu lucid main # Chromium Project - http://code.google.com/chromium/

## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 95628707
deb http://ppa.launchpad.net/norsetto/ppa/ubuntu lucid main # Conky - https://launchpad.net/conky

## Run this command: wget -q -O - http://repo.palatinus.cz/repo.key | sudo apt-key add -
deb http://repo.palatinus.cz/stable /  # Esmska - http://code.google.com/p/esmska/

## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  D018A4CE
deb http://ppa.launchpad.net/freenx-team/ppa/ubuntu lucid main # FreeNX  - http://freenx.berlios.de/

## Run this command: wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
deb http://dl.google.com/linux/deb/ stable non-free # Google Linux Software Repositories - http://www.google.com/linuxrepositories/index.html

## Run this command: sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
deb http://packages.medibuntu.org/ lucid free non-free  # Medibuntu - http://www.medibuntu.org/

## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  247510BE
deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu lucid main # Mozilla Daily Build Team - http://edge.launchpad.net/~ubuntu-mozilla-daily/+archive/ppa

## Run this command: sudo wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
deb http://deb.opera.com/opera/ lenny non-free # Opera - http://www.opera.com/

## Run this command: wget http://oss.oracle.com/el4/RPM-GPG-KEY-oracle  -O- | sudo apt-key add -
deb http://oss.oracle.com/debian unstable main non-free # Oracle Database 10g Express Edition  - http://oss.oracle.com

## Run this command: gpg --keyserver pgp.mit.edu --recv-keys 0xd66b746e && gpg --export --armor 0xd66b746e  | sudo apt-key add -
deb http://download.skype.com/linux/repos/debian/ stable non-free # Skype - http://www.skype.com

## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 1BD3A65C
deb http://ppa.launchpad.net/gnome-terminator/ppa/ubuntu lucid main  # Terminator - http://www.tenshu.net/terminator/

## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys AF1CDFA9
deb http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu lucid main  # X Updates - https://launchpad.net/~ubuntu-x-swat/+archive/x-updates/

####### 3rd Party Source Repos
## Run this command: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys  D018A4CE
deb-src http://ppa.launchpad.net/freenx-team/ppa/ubuntu lucid main # FreeNX  (Source) - http://freenx.berlios.de/

Fuente

A ver a quien le gusta

Orale, segun yo busque, ya que.
Pues si se puede quitar adelante para que no haya repetidos