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

What our users make with Ubuntu Pro – Episode 2

How Vaultara achieved FedRAMP compliance with Ubuntu Pro Ubuntu Pro helps businesses worldwide to innovate…

8 hours ago

How To Install Zabbix Server 7.4 On Ubuntu 22.04

Zabbix is smart monitoring system on your network. This software written by php mysql. So…

14 hours ago

How To Install Zabbix Server 7.2 On Ubuntu 22.04

Zabbix is smart monitoring system on your network. This software written by php mysql. So…

14 hours ago

SuperTuxKart 1.5 RC2 added GUI option to Choose Vulkan or DirectX 9

SuperTuxKart, the 3D kart racing game, announced the second release candidate for the next 1.5…

14 hours ago

What’s the state of open source adoption in Europe?

New research suggests 86% of European organizations believe open source is valuable for the future…

1 day ago

What are dependencies, and how do you secure them?

Open source software is everywhere. Research shows that around 97% of codebases contain open source…

1 day ago