Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Repositorios lenny

8 views
Skip to first unread message

Jaime Antonio Hernandez Larin

unread,
Dec 15, 2008, 11:40:11 AM12/15/08
to
Hola amigos, quiero que me ayuden a editar mi archivo /etc/apt/sources.list para que pueda descargar paquetes de LENNY.
si alguien me puede ayudar se lo agradeceré mucho.
 
 

Manuel García

unread,
Dec 15, 2008, 11:40:12 AM12/15/08
to

Cambia la palabra sarge o stable por la palabra testing o lenny, y lee
el manual del sources.list


--
Manuel Garcia
Administrador de redes y servidores
Debian GNU/Linux 4.1
codename "Lenny"


--
To UNSUBSCRIBE, email to debian-user-s...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

debian azul

unread,
Dec 18, 2008, 10:40:11 AM12/18/08
to
Y cual es tu archivo sources.list?

Maximiliano Marin Bustos

unread,
Dec 18, 2008, 10:50:09 AM12/18/08
to

Hola!
Quiza estos te sirvan.

deb http://ftp.us.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.us.debian.org/debian/ testing main contrib non-free


Los tienes que pegar al final de tu /etc/apt/sources.list y hacer un
apt-get update :D
--
Atte,
Maximiliano Marin
http://maximilianomarin.com
http://blog.maximilianomarin.com

Manuel García

unread,
Dec 18, 2008, 10:50:16 AM12/18/08
to
2008/12/18 debian azul <debia...@gmail.com>:

> Y cual es tu archivo sources.list?
>
>

deb http://ftp.debian.org/debian/ stable main non-free contrib
deb-src http://ftp.debian.org/debian/ stable main non-free contrib
deb http://security.debian.org/ stable/updates main contrib non-free

debian azul

unread,
Dec 18, 2008, 7:20:08 PM12/18/08
to
Solo cambia stable por lenny o testing (que para la época es lo mismo, testing es mas general).
podes luego hacer como te dijo el camarada anterior.

deb http://ftp.debian.org/debian/ lenny main non-free contrib
deb-src http://ftp.debian.org/debian/ lenny main non-free contrib
deb http://security.debian.org/ lenny/updates main contrib non-free
deb-src http://security.debian.org/ lenny/updates main contrib non-free

apt-get update
apt-get dist-upgrade

y ya te pondrá todo en lenny... 

Maximiliano Marin Bustos

unread,
Dec 18, 2008, 8:50:06 PM12/18/08
to
Eso si, recuerda realizar un respaldo de tu /etc/ por si pierdes
alguna configuracion.
Un saludo

Jaime Velázquez

unread,
Dec 19, 2008, 1:20:08 AM12/19/08
to
usa apt-spy

2008/12/19, Maximiliano Marin Bustos <maxm...@gmail.com>:

debian azul

unread,
Dec 19, 2008, 9:10:08 AM12/19/08
to
2008/12/19 Jaime Velázquez <quetzal...@gmail.com>
usa apt-spy

Di para que sirve...
El apt-spy te sirve para observar las velocidades de distintos servidores, es bueno para que sepas cual te conviene. Escanea diferentes servidores y mide las velocidades de bajada. Tienes que instalarlo si quieres utilizarlo.
apt-get install apt-spy
Pero no lo necesitas realmente.

Analía Lorenzatto

unread,
Dec 21, 2008, 5:30:12 PM12/21/08
to
Buenas a todos!

El programa "netselect-apt" te será muy útil, pués te genera el
sources.list basándose en la elección de mirrors oficiales disponibles
a partir de la mejor velocidad de descarga.
Saludos!


Analía Lorenzatto.

Jaime Antonio Hernandez Larin

unread,
Dec 22, 2008, 11:30:18 AM12/22/08
to

netselect-apt

Name

netselect-apt - create sources.list for the fastest Debian mirrors

Synopsis

netselect-apt [OPTIONS] [stable|testing|unstable|experimental|woody|sarge|etch|sid]

Description

netselect-apt automatically creates a sources.list file for using with apt for the specified distribution by downloading the list of Debian mirrors using wget and choosing the fastest servers (both US and non-US) using netselect. The output file is written to OUTFILE.

If there is a file called mirrors_full in the current directory which lists the Debian mirrors, netselect-apt uses that rather than downloading another copy.

Options

stable|testing|unstable|experimental|woody|sarge|etch|sid Specify which distribution of Debian to use. By default stable is used.

-s, --sources
While generating OUTFILE include also deb-src lines to use with ''apt-get source'' to obtain Debian source packages.

-i, --infile INFILE
Use INFILE instead of mirrors_full for reading mirror list. The file must be in the same format as mirrors_full.

-o, --outfile OUTFILE
Use OUTFILE instead of sources.list.

-n, --nonfree
Include also non-free section while generating OUTFILE.

-f, --ftp
Use FTP mirrors instead of HTTP and generate OUTFILE accordingly.



Muy buena herramienta, Gracias!!!
0 new messages