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

New 50 TOPS DC-ROMA RISC-V AI PC ships with Ubuntu Desktop 24.04 LTS pre-installed

Canonical is excited to announce the launch of DeepComputing’s new 50 TOPS DC-ROMA RISC-V AI…

11 hours ago

CRA compliance: Things IoT manufacturers can no longer do under the CRA (and what to do instead)

I’ve written about the EU Cyber Resilience Act (CRA) on our Canonical blog a few…

2 days ago

IBM LinuxONE 5 and Ubuntu Server, a great combination from day one

Today, IBM announced the launch of their latest server: the new IBM LinuxONE Emperor 5.…

3 days ago

Ubuntu Weekly Newsletter Issue 890

Welcome to the Ubuntu Weekly Newsletter, Issue 890 for the week of April 27 –…

4 days ago

Ubuntu IoT Day in Singapore – Unlock compliant and scalable innovation in edge AI

Singapore | May 27, 2025 | Full-day event How do you build robust, performant edge…

4 days ago

Kolla Ansible OpenStack Installation (Ubuntu 24.04)

Kolla Ansible provides production-ready containers (here, Docker) and deployment tools for operating OpenStack clouds. This…

1 week ago