Home > EMail > Manually Install Thunderbird 2 : Ubuntu 7.04

Manually Install Thunderbird 2 : Ubuntu 7.04

Since my exodus yesterday from Mutt I have installed and am playing with Thunderbird 2 for email. So far I don’t hate it like I did 1.5, but we’re still in the test stages. We’ll see how it all turns out. In any event I wanted to share with you how I installed Thunderbird 2 manually since it is not yet in the Ubuntu repositories.

  1. Download Thunderbird 2. (Save to disk)
  2. sudo tar -C /opt -zxvf ~/Desktop/thunderbird-*
  3. sudo ln -s /opt/thunderbird/thunderbird /usr/local/bin/thunderbird
  4. create a menu item: sudo gedit /usr/share/applications/thunderbird.desktop

[Desktop Entry]
Encoding=UTF-8
Name=Thunderbird
Comment=Thunderbird Mail Client
Exec=thunderbird
Icon=/opt/thunderbird/icons/mozicon16.xpm
StartupNotify=true
Terminal=false
Type=Application
Categories=Applications;Network

Enjoy the latest build while we wait for the official package to come down the pipe. You can be sure I’ll keep you updated on my thoughts on Thunderbird 2.

The Ubuntu Wiki has similar instructions and also contains details on having the repository version and the manually installed version side by side. See “Thunderbird New Version“.

If this article has been helpful, please consider linking to it.

Categories: EMail Tags:

Related Posts

  1. Fergus Doyle
    May 18th, 2007 at 22:56 | #1

    Just wondered why install to /opt rather than /usr/local?

  2. Jim
    May 18th, 2007 at 23:00 | #2

    http://www.getdeb.net also has Thunderbird 2 and Pidgin .deb packages.. I think. They seem to be down right now though.

  3. May 19th, 2007 at 02:57 | #3

    While Thunderbird 2 is in /opt, and it does become available from Ubuntu ie in Universe – would it still update Thunderbird 1.5 that’s currently installed?

    Fergus Doyle:

    It’s better to use /opt – as you notice it’s empty, except for any other stuff that you install yourself (ie packages without a deb) – it’s also easier to remove, just delete the package directory.

    In /usr/local – it may be shared with some installed software and you run the risk of messing something up.

    Hope my poor explaination was enough to clear that up :)

  4. anonymous
    May 19th, 2007 at 04:37 | #4

    I read some of you postings and wonder, why do you made everything half done and/or a bit the wrong way ofusual Unix administration?

    Extract it to /usr/local or even better: /usr/lib/thunderbird and do the path fixing in the bash-script ‘/usr/lib/thunderbird/thunderbird’

  5. dlr.pe
    May 19th, 2007 at 05:00 | #5

    Ubuntuzilla has a wiki on installing the latest versions of FF and TB, including scripts that back up your current installation then download, install, and configure the latest direct from Mozilla.

    The script installs them to /opt, for the reasons noted above.

    http://pykeylogger.sourceforge.net/wiki/index.php/Ubuntuzilla

  6. May 19th, 2007 at 06:04 | #6

    Hello Christer,

    I am a member of the Ubuntu Mozilla Team, we have packaged Thunderbird 2.0 for Feisty, but it is in our testing repositories, this can be found here.

    https://wiki.ubuntu.com/MozillaTeam/PreviewArchives

    We have also been working on it for Gutsy and 2.0 is now in the archives for that version.

    (Please be aware that in the testing repositories there are also other builds of Mozilla Software, (Firefox 2.0.x pre-release update builds and Firefox 3 Alpha releases too, so please be careful!)).

    Anyway, Thanks!

    Alex.

  7. thunderb
    May 19th, 2007 at 07:43 | #7

    Ooh, the day you get one of those shiny nice official digital national id cards you will really love Thunderbird. It’s pretty much the only sane email application out there that really works with s/mime and smartcards. :)

  8. May 19th, 2007 at 11:00 | #8

    Another important step for me was to copy the /root/.mozilla-thunderbird folder to /root/.thunderbird so that I’d have all my 1.5 accounts and email available in 2.0.

    Yes, I run as root. When I was a Windows user, I learned to take responsibility for my actions, and I transferred that maturity to Linux. [grin]

    And good for you for putting 2.0 in /opt instead of the “official” location. I have /opt on a separate partition, so that I can have certain apps available on different distros in different partitions.

  9. Pollywog
    May 19th, 2007 at 15:27 | #9

    Under #4 create a menu item…
    Where does all that stuff go, into what file? I use KDE and also Gnome and xfce

  10. Stefan Skotte
    May 19th, 2007 at 15:41 | #10

    Try the shellscript in this blog, it works great, and can even uninstall it, if youw want.

    http://ubuntuclub.com/node/151

    http://pykeylogger.sourceforge.net/installnewthunderbird.sh

  11. May 29th, 2007 at 21:44 | #11

    ummm, i did everything to the dot, but it told me that thunderbird was not a valid directory or command… any suggestions?

  12. mr.prozac
    June 24th, 2007 at 13:47 | #12

    I didn’t understand the steps above, to new for Linux OS. Just used Synaptic Package Manager. :D

  13. Taco
    July 6th, 2007 at 18:43 | #13

    Thanks, :)

  14. July 23rd, 2007 at 21:37 | #14

    Thank you for the great post.
    Simple. Intuitive.

  15. Roger A
    August 20th, 2007 at 01:02 | #15

    Lane Lester: Another way to do it is to run (in your home dir):

    ln -s .mozilla-thunderbird .thunderbird

    Beware, though. I’m not sure what will happen when running 1.x. I’ve done a quick test and it looks like it works okay. Going back again to 2.0 seems to work as well.

  16. AndrewYoungIsGreat
    September 2nd, 2007 at 08:55 | #16

    Using Feisty Kubuntu, I did the following

    1) Downloaded Thunderbird 2. (Saved it to desktop)
    2) Launched Konsole
    3) CD Desktop (navigated to my Desktop)
    4) sudo tar -C /opt -zxvf ~/Desktop/thunderbird-*
    5) sudo ln -s /opt/thunderbird/thunderbird /usr/local/bin/thunderbird
    6) Created a menu item: sudo kate /usr/share/applications/thunderbird.desktop

    [Desktop Entry]
    Encoding=UTF-8
    Name=Thunderbird
    Comment=Thunderbird Mail Client
    Exec=thunderbird
    Icon=/opt/thunderbird/icons/mozicon50.xpm
    StartupNotify=true
    Terminal=false
    Type=Application
    Categories=Applications;Network

    Basicly the same, but used kate instead of gedit and used a different icon

  17. March 4th, 2008 at 10:01 | #17

    Amazing tutorial.

  18. Gus Hauptfleisch
    March 18th, 2008 at 03:37 | #18

    Exactly as intended.
    As I am running Feisty and there is no apt for thunderbird2 it suited me perfectly.
    Thank you.

  19. Bob Coon
    May 23rd, 2008 at 17:44 | #19

    As Gus mentioned above, I’m also running Feisty. This tutorial worked perfectly.

    I’m a long-time user of Win, but I’m exploring my options. I really like using Thunderbird under that OS, so I’m hoping that it runs as well under Ubuntu.

    Thanks so much for putting together this tutorial; a little copy/paste and Ta Da!

    You RULE!

  1. May 18th, 2007 at 22:38 | #1
  2. July 10th, 2007 at 09:47 | #2