Потік

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.

Як використовувати AutoKey для автоматизації ігор Linux
AutoKey - це утиліта автоматизації робочого столу для Linux та X11, запрограмована на Python 3, GTK та Qt. Використовуючи його сценарії та функціональ...
How to Show FPS Counter in Linux Games
Linux gaming got a major push when Valve announced Linux support for Steam client and their games in 2012. Since then, many AAA and indie games have m...
How to download and Play Sid Meier's Civilization VI on Linux
Introduction to the game Civilization 6 is a modern take on the classic concept introduced in the series of the Age of Empires games. The idea was fai...