LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 04-05-2013, 09:42 AM   #1
crazee
LQ Newbie
 
Registered: May 2007
Posts: 5

Rep: Reputation: 0
Synaptic Package Manager will not work


Hello there,

I've run into a problem with Synaptic Package Manager with Mint 14. When I try and run the synpatic package manager I get the following and the it closes.

E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_quantal-security_main_i18n_Translation-en%5fCA
E: The package lists or status file could not be parsed or opened.
E: _cache->open() failed, please report.

Can someone please help me with this? I cannot find a solution online.
 
Old 04-06-2013, 06:07 PM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

Quote:
Originally Posted by crazee View Post
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_quantal-security_main_i18n_Translation-en%5fCA
E: The package lists or status file could not be parsed or opened.
E: _cache->open() failed, please report.
Somehow that file seems to have become corrupted. You should be able to safely delete it to fix this problem. The file should be regenerated next time you run "apt-get update" (or the synaptic equivalent).

Evo2.
 
Old 04-10-2013, 12:09 PM   #3
crazee
LQ Newbie
 
Registered: May 2007
Posts: 5

Original Poster
Rep: Reputation: 0
evo2

I cannot delete that particular file in question. I even tried changing the permissions on the file and was denied.
 
Old 04-10-2013, 05:50 PM   #4
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,
Quote:
Originally Posted by crazee View Post
I cannot delete that particular file in question. I even tried changing the permissions on the file and was denied.
Hmm, can you show us the ownership and permissions? Eg the output of
Code:
ls -l /var/lib/apt/lists
Evo2.
 
Old 04-11-2013, 11:43 AM   #5
crazee
LQ Newbie
 
Registered: May 2007
Posts: 5

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by crazee View Post
evo2

I cannot delete that particular file in question. I even tried changing the permissions on the file and was denied.

-rw-r--r-- 1 root root 366 Mar 11 20:38 security.ubuntu.com_ubuntu_dists_quantal-security_main_i18n_Translation-en%5fCA

I've tried both command line and thru file system manager with the same result. Even did chmod 777 security.ubuntu.com_ubuntu_dists_quantal-security_main_i18n_Translation-en%5fCA and was denied

Last edited by crazee; 04-11-2013 at 11:44 AM.
 
Old 04-11-2013, 01:50 PM   #6
cortman
Member
 
Registered: Jan 2012
Location: ZZ9 Plural Z Alpha
Distribution: Crunchbang 11, LFS 7.3, DSL 4.1.10, Lubuntu 12.10, Debian 7
Posts: 219

Rep: Reputation: 43
You must use sudo to delete it.

Code:
sudo rm /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_quantal-security_main_i18n_Translation-en%5fCA
 
Old 04-11-2013, 02:49 PM   #7
crazee
LQ Newbie
 
Registered: May 2007
Posts: 5

Original Poster
Rep: Reputation: 0
Thanks cortman and evo2. I managed to remove the file in question, however, when I run the command sudo apt-get update I get this at the end.

Fetched 771 kB in 6s (117 kB/s)
Reading package lists... Error!
E: Encountered a section with no Package: header
E: Problem with MergeList /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_quantal-security_multiverse_i18n_Translation-en
E: The package lists or status file could not be parsed or opened.

I guess it is something at the source, but I don't know who or where to report this.
 
Old 04-11-2013, 06:19 PM   #8
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Déjà vu...

Did you read the error? I think you already know how to solve this.

Evo2.
 
Old 04-11-2013, 08:49 PM   #9
cortman
Member
 
Registered: Jan 2012
Location: ZZ9 Plural Z Alpha
Distribution: Crunchbang 11, LFS 7.3, DSL 4.1.10, Lubuntu 12.10, Debian 7
Posts: 219

Rep: Reputation: 43
Right. Remove that file as well.
 
Old 05-01-2013, 12:02 PM   #10
angel115
Member
 
Registered: Jul 2005
Location: France / Ireland
Distribution: Debian mainly, and Ubuntu
Posts: 542

Rep: Reputation: 79
Hy Crazee,

did you try the following? (as root or with sudo):
Code:
rm /var/lib/apt/lists/* -vf
apt-get update
apt-get upgrade
That should fix the issue.

Best regards,
Angel.
 
1 members found this post helpful.
Old 05-05-2013, 08:17 AM   #11
crazee
LQ Newbie
 
Registered: May 2007
Posts: 5

Original Poster
Rep: Reputation: 0
Thanks Angel. That fixed the issue I was having.

Quote:
Originally Posted by angel115 View Post
Hy Crazee,

did you try the following? (as root or with sudo):
Code:
rm /var/lib/apt/lists/* -vf
apt-get update
apt-get upgrade
That should fix the issue.

Best regards,
Angel.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Synaptic package manager won't open due to faulty package nine9nine Linux - Software 7 09-15-2011 07:30 PM
[SOLVED] Difference Between Synaptic Package Manager and Update Manager nasser019 Linux - Software 1 07-20-2010 07:12 AM
Need wifi support for Broadcom 4318 -- synaptic package manager won't work DocNelsonPT Linux - Wireless Networking 1 03-31-2008 06:25 AM
LXer: Simple Package management with Synaptic Package Manager LXer Syndicated Linux News 0 12-05-2006 06:33 PM
synaptic package manager forcing me to delete a broken package mbman Linux - Software 6 04-25-2006 09:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 01:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration