Categories: Ubuntu

How to Install Transmission 3.00 BitTorrent Client in Ubuntu 22.04

Linux provides a free BitTorrent client referred to as Transmission. In comparison to other applications, this client consumes fewer resources; however, it is not present by default in the Ubuntu 22.04 repository. Therefore, to include Transmission 3.00 BitTorrent Client on your system, we make use of the PPA repository.

This blog discusses all the essential steps that should be taken to install Transmission 3.00 BitTorrent Client in Ubuntu 22.04.

How to Install Transmission 3.00 BitTorrent Client in Ubuntu 22.04

The steps mentioned below should be followed to install Transmission 3.00 BitTorrent Client in Ubuntu 22.04.

Step 1: Update System

Updating your system and its existing packages before installing anything is considered good practice; therefore, to update your system, firstly press “CTRL+ALT+T

Sponsored
to open up the terminal and then run this command:
$ sudo apt update && sudo apt upgrade -y

Output

As you can see, our system is now up-to-date.

Step 2: Include Transmission PPA Repository

Now, include the Transmission PPA repository using the below-given “add-apt” command:

$ sudo add-apt-repository ppa:transmissionbt/ppa

Output

Now press “Enter” to continue:

The above-given output signifies that the Transmission repository is successfully added.

Step 3: Apt-cache Update

Once the repository is added, it is advised to update your system again by running the following command:

$ sudo apt update

Output

Cache updated.

Step 4: Install Transmission

Now, use the following command to install Transmission 3.00 BitTorrent Client on Ubuntu 22.04:

Sponsored
$ sudo apt install transmission

Output

The Transmission 3.00 BitTorrent Client app has been installed successfully.

Step 5: Verify Installation

To confirm a successful installation of Transmission 3.00 BitTorrent Client, run this command.

$ transmission-gtk –version

Output

Installation verified.

How to Launch Transmission 3.00 BitTorrent Client application in Ubuntu 22.04

In order to launch the Transmission application, you can use two methods, either GUI or the command line. Both of mentioned methods will be discussed in the below-given section.

Method 1: Using GUI

For the purpose of launching Transmission on Ubuntu 22.04, simply go to the “Activities” menu and type “Transmission” in the search bar, and hit Enter. You now will see the app in the search results; click on it:

Method 2: Command Line

Another way of launching the Transmission application is by running the following command on the terminal:

$ transmission-gtk

Upon doing so, you can use the Transmission 3.00 BitTorrent Client application in your Ubuntu 22.04 system:

We have compiled the easiest method to install Transmission 3.00 BitTorrent Client in Ubuntu 22.04 system.

Conclusion

For the purpose of installing Transmission 3.00 BitTorrent Client on Ubuntu 22.04, you have to include the PPA repository and update your system, and then you can install the application with the “$ sudo apt install transmission” command. Once the Transmision application gets installed, you can utilize either GUI or the command line to launch it. This blog discussed the method to install Transmission 3.00 BitTorrent Client in Ubuntu 22.04.

Ubuntu Server Admin

Recent Posts

Canonical Releases Ubuntu 25.04 Plucky Puffin

The latest interim release of Ubuntu introduces “devpacks” for popular frameworks like Spring, along with…

2 days ago

Ubuntu 25.04 (Plucky Puffin) Released

Ubuntu 25.04, codenamed “Plucky Puffin”, is here. This release continues Ubuntu’s proud tradition of integrating…

3 days ago

Extended Security Maintenance for Ubuntu 20.04 (Focal Fossa) begins May 29, 2025

Ubuntu released its 20.04 (Focal Fossa) release 5 years ago, on March 23, 2020. As…

3 days ago

Ubuntu 20.04 LTS End Of Life – activate ESM to keep your fleet of devices secure and operational

Focal Fossa will reach the End of Standard Support in May 2025, also known as…

4 days ago

Ubuntu MATE 25.04 Release Notes

Ubuntu MATE 25.04 is ready to soar! 🪽 Celebrating our 10th anniversary as an official…

5 days ago

Ubuntu Weekly Newsletter Issue 887

Welcome to the Ubuntu Weekly Newsletter, Issue 887 for the week of April 6 –…

6 days ago