8.04: Install Thunderbird failed

Asked by peter

Hi

I-ve 8.04 and I tryed to install thunderbird by sudo apt-get install thunderbird. I got the following error:

root@linux-desktop:~# sudo apt-get install thunderbird
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
  latex-xft-fonts thunderbird-gnome-support
The following NEW packages will be installed:
  thunderbird
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 11.0MB of archives.
After this operation, 32.8MB of additional disk space will be used.
Err http://security.ubuntu.com hardy-security/main thunderbird 2.0.0.19+nobinonly-0ubuntu0.8.04.1
  404 Not Found
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird_2.0.0.19+nobinonly-0ubuntu0.8.04.1_i386.deb 404 Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
root@linux-desktop:~#

I guess security.ubuntu.com is the problem. What can I do? Thanks in advance.
Peter

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
peter
Solved:
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1

Hi,

I suggest running the following 2 commands to install thunderbird:

sudo aptitude update
sudo aptitude install thunderbird

If that does not help, then try these 2 commands instead:

wget http://security.ubuntu.com/ubuntu/pool/main/t/thunderbird/thunderbird_2.0.0.21+nobinonly-0ubuntu0.8.04.1_i386.deb
sudo dpkg -i thunderbird_2.0.0.21+nobinonly-0ubuntu0.8.04.1_i386.deb

Notice that version 2.0.0.19 of Thunderbird is now obsolete. Current version of Thunderbird in http://security.ubuntu.com/ubuntu/pool/main/t/thunderbird/ is version 2.0.0.21

Regards,

Mark

Revision history for this message
peter (peter-neuweiler) said :
#2

Hi Mark

I love you *lol.

The first sudo commands solved the problem. Thanks a lot!!!!!!!!!!!!!!!!!!!!!!!!
Peter

Revision history for this message
Rached ALAYA (rached.alaya) said :
#3

Petre said : The first sudo commands solved the problem.
Don't forget to mark the subject as solved :)