Pagina 1 di 1

ERRORE INIZIALIZZAZIONE INFO PACCHETTO

Inviato: martedì 13 luglio 2010, 19:20
da lavio
salve!
HO UN PROBLEMA CHE MI SI SEGNALA CON UN DIVIETO NELLA BARRA IN ALTO A DX, cliccandoci si visualizza il seguente messaggio..
che posso fare?
>:(
GRAZIE!



Impossibile inizializzare le informazioni del pacchetto

Si è verificato un problema irrisolvibile durante l'inizializzazione delle informazioni del pacchetto.

Segnalare questo bug per il pacchetto «update-manager» e includere il seguente messaggio d'errore:

'E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists/ppa.launchpad.net_corenominal_ubuntu_dists_hardy_main_binary-i386_Packages, E:La lista dei pacchetti o il file di status non possono essere letti o aperti.'

Re: ERRORE INIZIALIZZAZIONE INFO PACCHETTO

Inviato: martedì 13 luglio 2010, 19:25
da il_muflone
che versione di ubuntu stai usando?

Re: ERRORE INIZIALIZZAZIONE INFO PACCHETTO

Inviato: martedì 13 luglio 2010, 19:49
da lavio
UBUNTU 9.04

Re: ERRORE INIZIALIZZAZIONE INFO PACCHETTO

Inviato: martedì 13 luglio 2010, 19:51
da Petr
Ubuntu 9.04-Jaunty Jakalope

Questo hardy_main non lo dovresti avere. Si riferisce a ubuntu 8.04 Hardy Heron.
Hai aggiunto un archivio alla tua lista sorgenti inadeguato.

Re: ERRORE INIZIALIZZAZIONE INFO PACCHETTO

Inviato: martedì 13 luglio 2010, 19:52
da il_muflone
esegui
sudo apt-get update
find /etc/apt -name "*.list" -exec bash -c "echo {} && cat {}" \;

e copia entrambe le risposte

Re: ERRORE INIZIALIZZAZIONE INFO PACCHETTO

Inviato: martedì 13 luglio 2010, 19:58
da lavio
1.
Lettura della lista dei pacchetti in corso... Errore!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/ppa.launchpad.net_corenominal_ubuntu_dists_hardy_main_binary-i386_Packages
E: La lista dei pacchetti o il file di status non possono essere letti o aperti.

2.
martina@martina-laptop:~$ find /etc/apt -name "*.list" -exec bash -c "echo {} && cat {}" \;
/etc/apt/sources.list
# deb cdrom:[Ubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ jaunty main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

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

## Major bug fix updates produced after the final release of the
## distribution.
deb http://it.archive.ubuntu.com/ubuntu/ jaunty-updates main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty-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://it.archive.ubuntu.com/ubuntu/ jaunty universe
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty universe
deb http://it.archive.ubuntu.com/ubuntu/ jaunty-updates universe
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty-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://it.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty multiverse
deb http://it.archive.ubuntu.com/ubuntu/ jaunty-updates multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty-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://it.archive.ubuntu.com/ubuntu/ jaunty-backports main restricted universe multiverse
# deb-src http://it.archive.ubuntu.com/ubuntu/ jaunty-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 jaunty partner
# deb-src http://archive.canonical.com/ubuntu jaunty partner

deb http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb-src http://security.ubuntu.com/ubuntu jaunty-security main restricted
deb http://security.ubuntu.com/ubuntu jaunty-security universe
deb-src http://security.ubuntu.com/ubuntu jaunty-security universe
deb http://security.ubuntu.com/ubuntu jaunty-security multiverse
deb-src http://security.ubuntu.com/ubuntu jaunty-security multiverse
deb http://ppa.launchpad.net/corenominal/ubuntu hardy main

Re: ERRORE INIZIALIZZAZIONE INFO PACCHETTO

Inviato: martedì 13 luglio 2010, 20:04
da il_muflone
0- copia il comando successivo per bene, non mettere spazi a caso se non vuoi perdere tutto
1- elimina tutti gli elenchi precedenti con sudo rm /var/lib/apt/lists/*
2- elimina l'ultima riga del file con gksudo gedit /etc/apt/sources.list
3- riesegui sudo apt-get update

Re: ERRORE INIZIALIZZAZIONE INFO PACCHETTO

Inviato: martedì 13 luglio 2010, 22:17
da lavio
non capisco!!!  >:(
dove devo copiare il comando???

Re: ERRORE INIZIALIZZAZIONE INFO PACCHETTO

Inviato: martedì 13 luglio 2010, 22:19
da il_muflone
dove hai dato gli altri, nel terminale ovviamente