DropVPS Team
Writer: Cooper Reagan
How to install thunderbird on ubuntu 25.04

Table of Contents
What you will read?
Mozilla Thunderbird is one of the most popular open-source email clients. It supports multiple accounts, advanced filtering, add-ons, and strong privacy features. Installing Thunderbird on Ubuntu 25.04 is simple and can be done using different methods.
Step 1: Update System Packages
Before installing Thunderbird, make sure your system is up to date:
sudo apt update && sudo apt upgrade -y
Step 2: Install Thunderbird via APT (Default Method)
Ubuntu 25.04 provides Thunderbird in its official repositories. Run:
sudo apt install thunderbird -y
This installs Thunderbird and its required dependencies.
Step 3: Verify Installation
After installation, confirm the version:
thunderbird --version
If the installation was successful, you’ll see the version number displayed.
Step 4: Launch Thunderbird
You can open Thunderbird in two ways:
-
From the Applications Menu → search Thunderbird.
-
Or run in terminal:
thunderbird
Step 5: (Optional) Install Thunderbird via Snap
If you prefer the Snap package (often more up-to-date), use:
sudo snap install thunderbird
Thunderbird is now installed on Ubuntu 25.04, ready to manage your emails securely and efficiently. You can extend its functionality with themes and add-ons. For more Linux tutorials and server solutions, visit dropvps.com.