As you may know, Thunderbird is an open-source e-mail client and chat client developed by Mozilla. Among others, it has support for email addresses, newsgroup, news feed and chat (XMPP, IRC, Twitter) Client, managing multiple accounts. Also, it has support for different themes and its power can be extended by plugins.
The latest version available is Thunderbird 38.1, which has been recently released, bringing the below fixes:
- Fixed: Copy/Paste into plain text editor deletes newlines from quoted text
- Fixed: Cross-posts won’t send because Newsgroups: groups are separated with comma+space, not just comma
- Fixed: Cannot send email through exchange server (NTLM)
- Fixed: Doesn’t display GB2312 encoded texts correctly for Chinese Characters
- Fixed: OAuth2 authentication for GMail does not work when specified server is imap.gmail.com or smtp.gmail.com.
Installation instructions:
Mozilla does not provide a repository for Thunderbird, but the installation steps are quite easy anyway and should not create difficulties on any Linux distribution.
The latest versions of Thunderbird are available as pre-compiled libraries via the Mozilla FTP, so we need to download the archive (i386 or i686 for 32 bit systems and amd64 or x86_64 for 64 bit systems), extract it and run the thunderbird file. Also, it is advised to remove previous versions of Thundebird, move Thunderbird to /opt and create a symlink, for an easier usage.
The below instructions should work on all the popular Linux systems, including Ubuntu, Linux Mint, Pinguy OS, Elementary OS, Deepin, Peppermint, LXLE, Linux Lite, Debian, Robolinux, SparkyLinux, Fedora, CentOS, OpenSUSE, Mageia, OpenMandriva, Arch Linux, Manjaro, ROSA Desktop etc.
How to install Thunderbird on 32 bit Linux systems:
$ wget https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/38.1.0/linux-i686/en-US/thunderbird-38.1.0.tar.bz2
$ tar -xjvf thunderbird-38.1.0.tar.bz2
$ sudo rm -rf /opt/thunderbird*
$ sudo mv thunderbird /opt/thunderbird
$ sudo ln -sf /opt/thunderbird/thunderbird /usr/bin/thunderbird
To start Thunderbird, just open a terminal, type thunderbird and hit enter.
How to install Thunderbird on 64 bit Linux systems:
$ wget https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/38.1.0/linux-i686/en-US/thunderbird-38.1.0.tar.bz2
$ tar -xjvf thunderbird-38.1.0.tar.bz2
$ sudo rm -rf /opt/thunderbird*
$ sudo mv thunderbird /opt/thunderbird.beta
$ sudo ln -sf /opt/thunderbird.beta/thunderbird /usr/bin/thunderbird
To start Thunderbird 38, just open a terminal, type thunderbird and hit enter.
Note: This will replace the version of Thunderbird you have already on your system with Thunderbird 38.