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

Cut data center energy costs with bare metal automation

Data centers are popping up everywhere. With the rapid growth of AI, cloud services, streaming…

4 hours ago

Build the future of *craft: announcing Starcraft Bounties!

Our commitment to building a thriving open source community is stronger than ever. We believe…

5 hours ago

NodeJS 18 LTS EOL extended from April 2025 to May 2032 on Ubuntu

The clock was ticking: Node.js 18’s upstream End of Life (EOL) The OpenJS Foundation is…

5 hours ago

Native integration now available for Pure Storage and Canonical LXD

June 25th, 2025 – Canonical, the company behind Ubuntu, and Pure Storage, the IT pioneer…

1 day ago

Revolutionizing Web Page Creation: How Structured Content is Slashing Design and Development Time

Co-authored with Julie Muzina A year ago, during our Madrid Engineering Sprint, we challenged ourselves…

2 days ago

Ubuntu Weekly Newsletter Issue 897

Welcome to the Ubuntu Weekly Newsletter, Issue 897 for the week of June 15 –…

3 days ago