ERRORE INIZIALIZZAZIONE INFO PACCHETTO

Problemi riscontrati durante l'installazione di Ubuntu, degli aggiornamenti e degli avanzamenti del sistema.
lavio
Prode Principiante
Messaggi: 14
Iscrizione: lunedì 7 dicembre 2009, 17:29

ERRORE INIZIALIZZAZIONE INFO PACCHETTO

Messaggio 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.'
Avatar utente
il_muflone
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 18878
Iscrizione: venerdì 1 maggio 2009, 15:31
Desktop: GNOME Shell
Distribuzione: Arch Linux x86_64
Località: Profondo sud
Contatti:

Re: ERRORE INIZIALIZZAZIONE INFO PACCHETTO

Messaggio da il_muflone »

che versione di ubuntu stai usando?
http://www.muflone.com - I miei contatti e i miei progetti - La guida completa a VirtualBox
Non mandatemi messaggi privati per chiedere aiuto, li cancello senza rispondere nemmeno.
lavio
Prode Principiante
Messaggi: 14
Iscrizione: lunedì 7 dicembre 2009, 17:29

Re: ERRORE INIZIALIZZAZIONE INFO PACCHETTO

Messaggio da lavio »

UBUNTU 9.04
Avatar utente
Petr
Rampante Reduce
Rampante Reduce
Messaggi: 6203
Iscrizione: lunedì 17 agosto 2009, 1:26
Desktop: Unity
Distribuzione: Ubuntu 14.04 LTS x86_64

Re: ERRORE INIZIALIZZAZIONE INFO PACCHETTO

Messaggio 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.
Avatar utente
il_muflone
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 18878
Iscrizione: venerdì 1 maggio 2009, 15:31
Desktop: GNOME Shell
Distribuzione: Arch Linux x86_64
Località: Profondo sud
Contatti:

Re: ERRORE INIZIALIZZAZIONE INFO PACCHETTO

Messaggio da il_muflone »

esegui
sudo apt-get update
find /etc/apt -name "*.list" -exec bash -c "echo {} && cat {}" \;

e copia entrambe le risposte
http://www.muflone.com - I miei contatti e i miei progetti - La guida completa a VirtualBox
Non mandatemi messaggi privati per chiedere aiuto, li cancello senza rispondere nemmeno.
lavio
Prode Principiante
Messaggi: 14
Iscrizione: lunedì 7 dicembre 2009, 17:29

Re: ERRORE INIZIALIZZAZIONE INFO PACCHETTO

Messaggio 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
Avatar utente
il_muflone
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 18878
Iscrizione: venerdì 1 maggio 2009, 15:31
Desktop: GNOME Shell
Distribuzione: Arch Linux x86_64
Località: Profondo sud
Contatti:

Re: ERRORE INIZIALIZZAZIONE INFO PACCHETTO

Messaggio 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
http://www.muflone.com - I miei contatti e i miei progetti - La guida completa a VirtualBox
Non mandatemi messaggi privati per chiedere aiuto, li cancello senza rispondere nemmeno.
lavio
Prode Principiante
Messaggi: 14
Iscrizione: lunedì 7 dicembre 2009, 17:29

Re: ERRORE INIZIALIZZAZIONE INFO PACCHETTO

Messaggio da lavio »

non capisco!!!  >:(
dove devo copiare il comando???
Avatar utente
il_muflone
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 18878
Iscrizione: venerdì 1 maggio 2009, 15:31
Desktop: GNOME Shell
Distribuzione: Arch Linux x86_64
Località: Profondo sud
Contatti:

Re: ERRORE INIZIALIZZAZIONE INFO PACCHETTO

Messaggio da il_muflone »

dove hai dato gli altri, nel terminale ovviamente
http://www.muflone.com - I miei contatti e i miei progetti - La guida completa a VirtualBox
Non mandatemi messaggi privati per chiedere aiuto, li cancello senza rispondere nemmeno.
Scrivi risposta

Ritorna a “Installazione e aggiornamento del sistema operativo”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 6 ospiti