Skip to main content

[How-To] Install qBittorrent on Ubuntu 24

Purpose

This how to will focus on explaining steps for qBittorrent installation and basic first time config for a Ubuntu 24 VM.

Prerequisites

List of prerequisites:

  • Sudo user
  • Ubuntu 24 VM

qBittorrent Installation Instructions

Step 1: Update the System

First, update the system by running the following command:

sudo apt update && sudo apt upgrade -y

Step 2: Install qBittorrent Prerequisite Packages

Now, run the following command to install packages needed for qBittorrent install later:

sudo apt install dirmngr ca-certificates software-properties-common apt-transport-https -y