Torrent

How to Install Transmission 3.00 BitTorrent Client in Ubuntu 20.04

How to Install Transmission 3.00 BitTorrent Client in Ubuntu 20.04

Transmission is a free BitTorrent client available for Linux. It uses very few resources as compared to other BitTorrent clients. The Transmission client application is not available in the Ubuntu 20.04 repository. However, Transmission can be installed via the external PPA repository. As of the time this guide was written, the latest version of Transmission is 3.00.

Installing Transmission in Ubuntu 20.04

Follow the steps provided below to install Transmission in Ubuntu 20.04.

Step 1: Update and Upgrade the System

Before installing Transmission, update and upgrade the system packages with the following commands:

$ sudo apt update

$ sudo apt upgrade

Step 2: Add Transmission Repository

Next, add the Transmission PPA repository with the following command:

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

Press the Enter key to continue adding the Transmission PPA repository.

Step 3: Update Apt-Cache

After adding any repository, it is advisable to update the apt-cache. To do so, enter the following command:

$ sudo apt update

Step 4: Install Transmission

Now, issue the following command to install Transmission in Ubuntu 20.04:

$ sudo apt install transmission

Press Y/y to continue installing the Transmission BitTorrent client application.

Step 5: Verify Installation

Once the Transmission application has been installed successfully, execute the following command to verify the installation:

$ transmission-gtk --version

The output confirms that Transmission 3.00 has been installed successfully on my Ubuntu 20.04 system.

Launch and Use Transmission

The Transmission application can be launched either from the terminal or the Applications menu. To launch Transmission from the Applications menu, open the Applications menu, and search for the Transmission application in the search bar.

To launch the Transmission application from the terminal, issue the following command:

$ transmission-gtk

Upon the first launch, the Transmission application will display a window with the Terms and Conditions. Click I Agree to agree to the Terms and Conditions.

Next, Transmission's dashboard screen will appear.


To open a torrent file, click Open and select the file.

Select the destination folder and torrent priority, then click Open.

The Transmission application will now begin downloading the data.

Wrapping Up

Transmission is a free and popular BitTorrent client. We can install it in Ubuntu 20.04 via the external repository.

How to reverse Mouse and Touchpads scrolling direction in Windows 10
Mouse and Touchpads not only make computing easy but more efficient and less time-consuming. We cannot imagine a life without these devices, but still...
How to change Mouse pointer and cursor size, color & scheme on Windows 10
The mouse pointer and cursor in Windows 10 are very important aspects of the operating system. This can be said for other operating systems as well, s...
Linux Oyunları Geliştirmek için Ücretsiz ve Açık Kaynaklı Oyun Motorları
Bu makale, Linux'ta 2D ve 3D oyunlar geliştirmek için kullanılabilecek ücretsiz ve açık kaynaklı oyun motorlarının bir listesini kapsayacaktır. Bu tür...