LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to fix a broken package (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-fix-a-broken-package-4175417606/)

nuris 07-19-2012 09:24 AM

how to fix a broken package
 
I got a broken package problem when try to install some package and update my OS(ubuntu). the error message as follow:

E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/ppa.launchpad.net_antonio.chiurazzi_ppa_ubuntu_dists_precise_main_binary-i386_Packages
E: The package lists or status file could not be parsed or opened.


what should i do?

knudfl 07-19-2012 11:26 AM

Welcome to LQ.

Remove the "ppa.launchpad.net_antonio.chiurazzi_ppa" entry
in Synaptic ( if available ), or in /etc/apt/sources.list :

gedit /etc/apt/sources.list
... and then delete the "antonio.chiurazzi_ppa" line(s).

And afterwards refresh the package lists : sudo apt-get update

.

nuris 07-19-2012 06:37 PM

I've try to edit the "souuce.list" but i did not find "antonio.chiurazzi_ppa"

bsat 07-20-2012 01:01 AM

Can you post your source.list here.

knudfl 07-20-2012 06:25 AM

Quote:

I did not find "antonio.chiurazzi_ppa"
OK, the "ppa" text is probably in :

/etc/apt/sources.list.d/<name>.list

nuris 07-21-2012 03:25 PM

thank you. finally i can fix my ubuntu


All times are GMT -5. The time now is 12:42 AM.