0

I tried the suggestion given to this question:

Thunderbird won't send email

but apt gave the following error:

Cannot access PPA (https://launchpad.net/api/1.0/~mozillateam/+archive/thunderbird-stable) to get PPA information, please check your internet connection.

Of course, because I can post this, my internet connection is fine. Any suggestions?

Ubuntu 12.04 LTS.

Thanks.

AWM
  • 47
  • 8

1 Answers1

0

That PPA seems to no longer exist, see here.

That other answer you linked to basically suggested installing the newest stable version of Thunderbird, which may have been more up-to-date than the latest stable version in the official repos at that time. But apparently, now the thunderbird package is updated often enough in the official repos.

Along the lines of the idea suggested in that other thread, if you have a similar problem and want try upgrading Thunderbird to solve it, you may try the Thunderbird Beta PPA:

sudo add-apt-repository ppa:mozillateam/thunderbird-next
sudo apt-get update
sudo apt-get install thunderbird

Be aware that this will install a beta version of thunderbird, with a higher potential for bugs.

Malte Skoruppa
  • 13,196
  • 5
  • 57
  • 65