martes, 6 de abril de 2010

Reparar repositorios Ubuntu 9.10

Si tienes un problema como este “99%[esperando cabeceras]” y se queda una eternidad esperando, seguramente es por que la lista de repositorios esta mal, la solución mas simple es borrar la lista y copiar la original. ¿Como hacemos esto?

Ejecuten la consola (Aplicaciones >Accesorios >Terminal) y teclean esto.

sudo gedit /etc/apt/sources.list


Borra todo el contenido de la lista y pega el siguiente.

deb cdrom:[Ubuntu 9.10 _Karmic Koala_ - Release i386 (20091028.5)]/ karmic main restricted

deb http://archive.ubuntu.com/ubuntu karmic main restricted

deb-src http://archive.ubuntu.com/ubuntu karmic main restricted



deb http://security.ubuntu.com/ubuntu karmic-security main restricted

deb-src http://security.ubuntu.com/ubuntu karmic-security main restricted



## Major bug fix updates produced after the final release of the

## distribution.

deb http://archive.ubuntu.com/ubuntu karmic-updates main restricted

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

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

# deb http://archive.ubuntu.com/ubuntu karmic-updates universe

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

# deb http://security.ubuntu.com/ubuntu karmic-security universe

# deb-src http://security.ubuntu.com/ubuntu karmic-security 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://archive.ubuntu.com/ubuntu karmic multiverse

# deb-src http://archive.ubuntu.com/ubuntu karmic multiverse

# deb http://archive.ubuntu.com/ubuntu karmic-updates multiverse

# deb-src http://archive.ubuntu.com/ubuntu karmic-updates multiverse

# deb http://security.ubuntu.com/ubuntu karmic-security multiverse

# deb-src http://security.ubuntu.com/ubuntu karmic-security multiverse


Ahora guarda y comprueba que el error ya no este, ejecutando “sudo apt-get update” obviamente sin comillas.

Ya esta .)

No hay comentarios:

Publicar un comentario