Installing qBittorrent in Ubuntu 22.04
qBittorrent is a native application written in C ++, which uses the Boost toolkit, Qt 5 and libtorrent-rasterbar and is extremely light and fast. qBittorrent is very popular with torrent users as the main alternative to UTorrent.
Below is how to install it.
We start the terminal and add the repository to the system:
1 | sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable -y |
We are updating the package list:
1 | sudo apt update |
we make install:
1 | sudo apt install qbittorrent -y |