Raspberry Pi

How to Install the ThunderBird on the Raspberry Pi

The Thunderbird is an email client which is used to communicate with others through emails, moreover, you can manage personal information of the contacts and chat with them. This email client is open source and you have to pay nothing to avail the services of ThunderBird.

The thunderBird is a lightweight email service that can be installed on the Raspberry Pi operating system by using some simple commands which are explored in this article.

How to install the ThunderBird on the Raspberry Pi operating system

We will update all the packages of the Raspberry Pi repository before proceeding towards the installation of the ThunderBird by using the command:

$ sudo apt update

Now we will download the deb package of the ThunderBird using the wget command along with the “-c” flag which helps the download to resume from the point where it is interrupted (if the download gets interrupted):

$ wget -c https://launchpad.net/~ubuntu-mozilla-security/+archive/ubuntu/ppa/+build/11078054/+files/thunderbird_45.4.0+build1-0ubuntu0.14.04.1_armhf.deb

Once the command is executed successfully, we will confirm the downloaded deb package of the ThunderBird by listing down the contents of the directory:

$ ls

For installing the ThunderBird from its downloaded deb package, we will use the command:

$ sudo apt install ./thunderbird_45.4.0+build1-0ubuntu0.14.04.1_armhf.deb -y

After the installation is complete, we will check the version of the installed package of the ThunderBird in order to confirm its installation:

$ thunderbird --version

The installed version of the ThunderBird is 45.4.0 and to launch the package from the terminal, use the command:

$ thunderbird

The application has been launched and welcome screen will be displayed:

Another way to launch the ThunderBird application is of the GUI method, for this, click on the “Application menu” on the top of the Desktop screen, then “Internet” and finally choose the “ThunderBird Mail”:

The application of the ThunderBird will be launched:

If you don’t need the ThunderBird application, you can delete it with all of its files from Raspberry Pi using the command:

$ sudo apt purge thunderbird -y

Conclusion

The ThunderBird is an email client that offers a lot of the features like you can customize its theme and install add-ons according to your choice. Other than that, the ThunderBird is secure and ensures the privacy of the users. In this write-up, we have discussed the installation procedure of the ThunderBird in the Raspberry Pi operating system using some simple commands in the terminal.

About the author

Hammad Zahid

I'm an Engineering graduate and my passion for IT has brought me to Linux. Now here I'm learning and sharing my knowledge with the world.