Installing Thunderbird 2 in Ubuntu 7.04
After updating to Ubuntu 7.04 “Fiesty Fawn” I was surprised to find out that it did not come with Mozilla Thunderbird 2.0. Well, this happened because the new version of Mozilla’s popular email program was released a couple of days after Fiesty Fawn, at which point it was simply to late.
If you want to install and use Thunderbird 2.0, here is your quick and dirty guide:
The first thing we need to do is download Thunderbird 2 from Mozilla, save it to somewhere you will remember, the default is your Desktop under Ubuntu. This brief how to will assume that you saved the file to your Desktop.
Open a Terminal Session (applications -> accessories -> Terminal)
cd Desktop
tar zxvf thunderbird-2.0.0.0.tar.gz
sudo mv thunderbird /opt/thunderbird2
Now we have Thunderbird installed, but we do not have an Icon to launch it, we need to add one. I like to keep icons for Firefox and Thunderbird on the top Panel, beside the system menu, these instructions will work if you choose to create a launch icon on the desktop.
- Right click on the top launch bar, select “add to panel”
- Click “Custom Application Launcher” on the pop up window. (If you chose to create an Icon on your desktop, right click your desktop and select “Create Launcher…”)
- Set type to “Application”
- Name: Thunderbird 2.0
- Command: /opt/thunderbird2/thunderbird
- Next, click on Icon, and scroll down until you see the Thunderbird icons, choose the “mozilla-thunderbird.xpm” icon.
- Click “OK”
And thats it. Enjoy Thunderbird 2.0!
If you have automatix installed, thunderbird 2.0 is now available for automatic installation. Its not yet in Ubuntu official repositories.