In this tutorial you will learn:
- How to install Thunderbird from command line
- How to install Thunderbird using graphical user interface
Software Requirements and Conventions Used
Category | Requirements, Conventions or Software Version Used |
---|---|
System | Installed Ubuntu 20.04 or upgraded Ubuntu 20.04 Focal Fossa |
Software | Thunderbird |
Other | Privileged access to your Linux system as root or via the sudo command. |
Conventions | # - requires given linux commands to be executed with root privileges either directly as a root user or by use of sudo command $ - requires given linux commands to be executed as a regular non-privileged user |
Thunderbird installation on Ubuntu 20.04 step by step instructions
Install Thunderbird from command line
- Start by opening a terminal window and execution of the bellow
apt
command:$ sudo apt install thunderbird
All done. - You can start the Thunderbird using the below command:
$ thunderbird
Subscribe to RSS and NEWSLETTER and receive latest Linux news, jobs, career advice and tutorials.