LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-19-2016, 10:57 AM   #1
Hatman KZN
Member
 
Registered: Oct 2010
Location: Scottburgh South Africa
Distribution: Linux Mint 17.3 - Mate
Posts: 76

Rep: Reputation: 9
Mozilla Thunderbird does not process emails on a random basis - Mint 17.3 Mate


Hi Guys and Guyesses

I am still up the ignoramus creek in my dumb canoe with Thunderbird.
It still randomly refuses to send or receive random emails.
(see Problems with Mozilla Thunderbird in Mint 17.3 Mate - 04-11-16 )

It will process various emails some of the time and not at others.
Some items like my subscription feeds, it refuses to process at all.

I have checked for filter, security and firewall settings on both Thunderbird's settings and the settings on Vodacom's server.
Nix – nada - didley squat.

In order to cure my woes with Thunderbird I finally tried to uninstall it by right clicking on the appropriate tab in the applications menu and then selecting uninstall but it would not budge.
I got this message:-

An error occurred
The following details are provided
E: Encountered a section with no Package header
E: Problem with MergeList/var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty_main_i18n_Translation-en%5fZA
E: The package lists or status file could not be parsed or opened
E Cache→open() failed, please report.

So then I tried my old nemesis THE TERMINATOR and typed in - sudo apt-get uninstall Mozilla Thunderbird only to be told that the cli does not recognize uninstall.

Then I tried sudo apt-get purge pkg mozilla thunderbird and got a similar message.
E: The package lists or status file could not be parsed or opened
(I tried to paste a snippet of it here but it won't paste.)

I am getting so frustrated that I am thinking of getting a shotgun and going bird hunting - Thunderbirds to be exact.

So how do I get rid of this…. application so that I can either re-install it or get something else?




___________________________________________________________
Artificial intelligence is no match for natural stupidity

Last edited by Hatman KZN; 04-19-2016 at 11:00 AM. Reason: Wrong wording
 
Old 04-19-2016, 01:44 PM   #2
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
Hatman KZN,

Before you obliterate Thunderbird, it might be a good idea to first save your Thunderbird Profile folder.

Open your Home folder, click on View.

Click on Show Hidden Files.

Click on the .thunderbird folder and copy & paste the ********.default folder to your Desktop.

Also, it is a good idea to save (on your Desktop initially, so that you can find it easily) each of your Address Books as a Comma Separated File (.csv).

Open Thunderbird.

Click on Address Book > Tools > Export > Name: Addbook1

Select Desktop. Change LDIF to Comma Separated. Click on Save.

Repeat for any different Address Books.

To remove Thunderbird:
Code:
sudo apt-get purge thunderbird*
 
1 members found this post helpful.
Old 04-19-2016, 04:25 PM   #3
Hatman KZN
Member
 
Registered: Oct 2010
Location: Scottburgh South Africa
Distribution: Linux Mint 17.3 - Mate
Posts: 76

Original Poster
Rep: Reputation: 9
Quote:
Originally Posted by beachboy2 View Post
Hatman KZN,
To remove Thunderbird:
Code:
sudo apt-get purge thunderbird*
Thanks beachboy2.
I just knew the cavalry would heed the call.

OK, I tried what you suggested but I still get

E: The package lists or status file could not be parsed or opened.

Me thinkest that I'm jinxed
 
Old 04-20-2016, 02:08 AM   #4
Hatman KZN
Member
 
Registered: Oct 2010
Location: Scottburgh South Africa
Distribution: Linux Mint 17.3 - Mate
Posts: 76

Original Poster
Rep: Reputation: 9
Hoo – boy.
It now looks like Mint has also developed a nappy rash and has joined with Tbird to gang up on me.
I can no longer access the Software manager and Synaptic package manager gives me this message when I try to access it:-

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

It is basically the same message that I get when I tried to purge Tbird.

I am very careful when I fiddle with things that I don't know anything about.
I read the guides and the advice given numerous times before I take action, but still Linux takes umbrage at my ministrations.
My relationship with Linux is steadily becoming a one-way affair that is beginning to turn sour.

Pardon my whinge but I am not a happy camper this morning.
 
Old 04-20-2016, 03:01 AM   #5
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
As the error message says, the file(s) apt uses to keep track of your packages is broken.
This usually only happens if you have been doing very unwise things with it.
You can try deleting (or moving to a safe place, if you are cautious) the file in question, then retry an apt-get update to repopulate it.
It may or may not help, depending on what else you have done to your system.
 
Old 04-20-2016, 03:36 AM   #6
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 3,972
Blog Entries: 32

Rep: Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465Reputation: 1465
Hatman KZN,

Open your good friend “the Terminator” and run these two commands, one at a time:


Code:
sudo rm /var/lib/apt/lists/* -vf
Code:
sudo apt-get update

This may be useful in the future:

https://help.ubuntu.com/community/Pa...otingProcedure

By the way, if you ever come across a broken package, this will usually fix it:

Menu > Applications > All > Synaptic Package Manager > give password > Edit > Fix Broken Packages.
 
1 members found this post helpful.
  


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
Problems with Mozilla Thunderbird in Mint 17.3 Mate Hatman KZN Linux - Newbie 7 04-11-2016 04:10 AM
[SOLVED] Linux Mint Mate 17.3 freezes while attempting the instalation process Bromba Linux - Newbie 15 01-13-2016 02:11 PM
[SOLVED] update Thunderbird in Linux Mint 12.04 Debian (Xfce/MATE/Cinnamon) WFV Linux - Newbie 6 06-17-2012 01:46 AM
Fedora 10: X restarts on its own on a random basis. Iltbreg Fedora 5 02-09-2009 01:16 PM
Printing emails problem Mozilla Thunderbird 1.0 bdika Linux - Software 5 01-16-2005 10:43 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:29 PM.

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