elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Recuerda que debes registrarte en el foro para poder participar (preguntar y responder)


+  Foro de elhacker.net
|-+  Sistemas Operativos
| |-+  GNU/Linux (Moderador: MinusFour)
| | |-+  Problema con los repositorios en kubuntu 10.04
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] Ir Abajo Respuesta Imprimir
Autor Tema: Problema con los repositorios en kubuntu 10.04  (Leído 4,448 veces)
Devill

Desconectado Desconectado

Mensajes: 159


Ver Perfil
Problema con los repositorios en kubuntu 10.04
« en: 3 Mayo 2010, 13:46 pm »

Hola, al ejecutar un
Código:
sudo apt-get update
al final me salen estos errores W: Error de G
Código:
PG: http://ppa.launchpad.net lucid Release Las firmas siguientes no se pudieron verificar porque su llave pública no está disponible: NO_PUBKEY 69755F70D8D6D0C4
W: Imposible obtener http://ppa.launchpad.net/centelles/ppa/ubuntu/dists/lucid/main/binary-i386/Packages.gz  404  Not Found

W: Imposible obtener http://ppa.launchpad.net/user/ppa-name/ubuntu/dists/lucid/main/binary-i386/Packages.gz  404  Not Found

E: Algunos archivos de índice no se han podido descargar, se han ignorado,
o se ha utilizado unos antiguos en su lugar.

Mi sources.list es este

Código:
# deb cdrom:[Kubuntu 10.04 LTS _Lucid Lynx_ - Release i386 (20100427)]/ lucid main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

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

## Major bug fix updates produced after the final release of the
## distribution.
deb http://es.archive.ubuntu.com/ubuntu/ lucid-updates main restricted
deb-src http://es.archive.ubuntu.com/ubuntu/ lucid-updates main restricted

## 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://es.archive.ubuntu.com/ubuntu/ lucid universe
deb-src http://es.archive.ubuntu.com/ubuntu/ lucid universe
deb http://es.archive.ubuntu.com/ubuntu/ lucid-updates universe
deb-src http://es.archive.ubuntu.com/ubuntu/ lucid-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://es.archive.ubuntu.com/ubuntu/ lucid multiverse
deb-src http://es.archive.ubuntu.com/ubuntu/ lucid multiverse
deb http://es.archive.ubuntu.com/ubuntu/ lucid-updates multiverse
deb-src http://es.archive.ubuntu.com/ubuntu/ lucid-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://es.archive.ubuntu.com/ubuntu/ lucid-backports main restricted universe multiverse
# deb-src http://es.archive.ubuntu.com/ubuntu/ lucid-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 lucid partner
# deb-src http://archive.canonical.com/ubuntu lucid partner

deb http://security.ubuntu.com/ubuntu lucid-security main restricted
deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
deb http://security.ubuntu.com/ubuntu lucid-security universe
deb-src http://security.ubuntu.com/ubuntu lucid-security universe
deb http://security.ubuntu.com/ubuntu lucid-security multiverse
deb-src http://security.ubuntu.com/ubuntu lucid-security multiverse
deb-src http://ppa.launchpad.net/jd-team/jdownloader/ubuntu lucid main


No se porque me sale ese error. Podéis ayudarme?


En línea

Festor
Ex-Staff
*
Desconectado Desconectado

Mensajes: 1.955


Ver Perfil
Re: Problema con los repositorios en kubuntu 10.04
« Respuesta #1 en: 3 Mayo 2010, 13:56 pm »

Comprueba si tienes algún archivo en el directorio:

/etc/apt/sources.list.d

Y pon aquí su contenido.


En línea

Devill

Desconectado Desconectado

Mensajes: 159


Ver Perfil
Re: Problema con los repositorios en kubuntu 10.04
« Respuesta #2 en: 3 Mayo 2010, 14:07 pm »

Comprueba si tienes algún archivo en el directorio:

/etc/apt/sources.list.d

Y pon aquí su contenido.


Si, hay diez archivos y en cada uno hay una repositorio, los pego todos juntos:

Código:
deb http://ppa.launchpad.net/centelles/ppa/ubuntu lucid main
deb http://ppa.launchpad.net/centelles/ppa/ubuntu lucid main
deb http://ppa.launchpad.net/jd-team/jdownloader/ubuntu lucid main
deb http://ppa.launchpad.net/jd-team/jdownloader/ubuntu lucid main
deb http://ppa.launchpad.net/lopeztobal/maths/ubuntu lucid main
deb http://ppa.launchpad.net/lopeztobal/maths/ubuntu lucid main

# This file makes sure that Opera Browser is kept up-to-date
# as part of regular system upgrades

deb http://deb.opera.com/opera/ stable non-free

# The line above will make sure you get all final public releases.
# Uncomment the following line if you want to get alpha and beta
# releases, too.

# deb http://deb.opera.com/opera-beta/ stable non-free

# This file makes sure that Opera Browser is kept up-to-date
# as part of regular system upgrades

deb http://deb.opera.com/opera/ stable non-free

# The line above will make sure you get all final public releases.
# Uncomment the following line if you want to get alpha and beta
# releases, too.

# deb http://deb.opera.com/opera-beta/ stable non-free

deb http://ppa.launchpad.net/user/ppa-name/ubuntu lucid main
deb http://ppa.launchpad.net/user/ppa-name/ubuntu lucid main




En línea

Festor
Ex-Staff
*
Desconectado Desconectado

Mensajes: 1.955


Ver Perfil
Re: Problema con los repositorios en kubuntu 10.04
« Respuesta #3 en: 3 Mayo 2010, 14:20 pm »

Juas!... tienes una mezcla de repositorios que da miedo... xD

A ver... para que se solucione el "error" (que no es más que un 404) debes borrar o comentar estos repositorios:

Código:
deb http://ppa.launchpad.net/centelles/ppa/ubuntu lucid main
deb http://ppa.launchpad.net/centelles/ppa/ubuntu lucid main

deb http://ppa.launchpad.net/user/ppa-name/ubuntu lucid main
deb http://ppa.launchpad.net/user/ppa-name/ubuntu lucid main

Que además los tienes duplicados... :huh:

Pero luego... yo te recomendaría borrar los repositorios del Jdownloader ya que es mejor descagarse la aplicación de la web oficial y recibir las actualizaciones automáticas y no depender de cuando actualicen o no esos repositorios

Código:
deb http://ppa.launchpad.net/jd-team/jdownloader/ubuntu lucid main
deb http://ppa.launchpad.net/jd-team/jdownloader/ubuntu lucid main
deb-src http://ppa.launchpad.net/jd-team/jdownloader/ubuntu lucid main

Y si quieres un consejo: deberías revisar la lista de repositorios que tienes (desde la aplicación "Origenes de Software" por ejemplo) y eliminar aquellos repositorios que no uses.
« Última modificación: 3 Mayo 2010, 14:23 pm por Festor » En línea

Páginas: [1] Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
Problema con aireplay en Kubuntu
Wireless en Linux
тαптяα 1 1,884 Último mensaje 28 Noviembre 2010, 20:07 pm
por ChimoC
problema con los repositorios
GNU/Linux
Borito30 4 7,894 Último mensaje 7 Febrero 2017, 16:05 pm
por Borito30
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines