About Linux FAQ

Browse More FAQs:

Howto install thunderbird-2.0.0.0.tar.gz in Linux

Posted by Vivek Gite [Last updated: April 25, 2008]

Q. I would like to install latest and greatest Mozilla thunderbird mail client under Linux.

How do I download and install the same to read emails?

A. Mozilla’s Thunderbird 2 email application is more powerful than ever. Thunderbird 2 features many new enhancements to help you better manage your unruly inbox, and stay informed. Thunderbird 2 scales to the most sophisticated organizational needs while making it easy to find what you need. It is the best mail/news client with RSS and integrated spam filter support.

Download Thunderbird to your Linux desktop

=> Visit this site to download Thunderbird

Thunderbird 2.0 installation - Just untar file and install it

Let us say you would like to install thunderbird in your own home directory called /home/jerry/. Open X terminal and type following command.

Copy your downloaded file to /home/tom/ and untar it:
$ cp /home/tom/Desktop/thunderbird-2.0.0.0.tar.gz .
$ tar -zxvf thunderbird-2.0.0.0.tar.gz

Now software was installed. To start Thunderbird mail client, enter:
$ cd thunderbird
$ ./thunderbird

How do I install thunderbird for everyone?

Install thunderbird in /opt directory. Login as root user:
# cd /opt
# mkdir thunderbird
# cd thunderbird
# cp /home/tom/Desktop/thunderbird-2.0.0.0.tar.gz .
# tar -zxvf thunderbird-2.0.0.0.tar.gz

To start thunderbird, enter:
$ /opt/thunderbird/thunderbird &

How do I create thunderbird icon on my desktop?

Right click on your Linux desktop
Select Create Launcher
Fill the details as follows:

  • Set name to : Thunderbird
  • Set command to : /opt/thunderbird/thunderbird
  • Set comment to : My Email Client
  • Hit OK to create an ICON

Howto install thunderbird-2.0.0.0.tar.gz and create an ICON in Linux

A note about Ubuntu / Debian Linux user

If you are using Ubuntu / Debian Linux, open terminal and type the following command to install thunderbird:
$ sudo apt-get update
$ sudo apt-get install thunderbird

E-mail this to a friend      Printable version

Related Other Helpful FAQs:

Discussion on This FAQ

  1. Philip Lynn Says:

    This is the first time I have installed new software
    on my Linux machine in 10 months.
    I am thrilled to bits.
    Thank you

  2. Rafi Avital Says:

    Excellent instructions, thank you so much. Just a note: I noticed that right before your first code section, you have:
    “Copy your downloaded file to /home/tom/ and untar it:”

    And right below it you have:
    $ cp /home/jerry/Desktop/thunderbird-2.0.0.0.tar.gz .

    So, is it Tom, or Jerry? :)

    Thanks again and best regards

  3. vivek Says:

    Thanks for the heads up. The faq has been updated.

Leave a Reply

We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture. Click on the picture to hear an audio file of the word.
Click to hear an audio file of the anti-spam word

Tags: , , , , , , , , , , , ,

Copyright © 2006-2008 nixCraft. All rights reserved - TOS/Disclaimer - Privacy policy - Sitemap - Powered by Open source software.