How to upgrade qBittorrent to the latest stable (upstream) version?

riimzzai

I currently have the 2.9.7 version of qBittorrent.

I want to upgrade to the latest version, 3.0.8.

sudo apt-get upgrade qbittorrent returns that the program is up-to-date:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

And install after removal do nothing but reinstall version 2.9.7!

What am I missing?

Eliah Kagan

The version of qBittorrent in Ubuntu is always quite old (since it's updated regularly and most feature and minor bugfix updates don't make it into the official Ubuntu version).

But there is an easy solution!

qBittorrent's maintainer (sledgehammer999) maintains a PPA providing stable qBittorrent builds. I recommend using that.

To enable this PPA and install qBittorrent from it (or upgrade the version you currently have to the version it provides), open a Terminal window (Ctrl+Alt+T) and run:

sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable
sudo apt-get update
sudo apt-get install qbittorrent

(Or you can run sudo apt-get upgrade in place of the third line--if some version of qBittorrent is already installed from Ubuntu packages, both ways work.)

I use qBittorrent from that PPA--it works great.

Source: qBittorrent Downloads page (Other Binary Packages section)

For more information on PPAs, see:

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to upgrade qBittorrent to the latest stable (upstream) version?

From Dev

How do I upgrade PHP version to the latest stable released version?

From Dev

How to find the latest stable version of an npm package?

From Dev

How to install the latest stable version of Chromium?

From Dev

How to install the latest stable version of Chromium?

From Dev

How to upgrade VirtualBox to the latest version?

From Dev

How to upgrade VirtualBox to the latest version?

From Dev

How to upgrade to the latest GNOME version?

From Dev

How to upgrade SAMBA to latest version?

From Dev

How to upgrade to the latest GNOME version?

From Dev

Latest and stable version of kurento

From Dev

Latest and stable version of kurento

From Dev

How to upgrade Apache HTTP Server from version 2.4.16 to the latest stable version i.e. 2.4.18 on 64-bit Ubuntu 14.04 LTS?

From Dev

How can I install the latest upstream version of ImageMagick without compiling?

From Dev

How can I install the latest upstream version of ImageMagick without compiling?

From Dev

How can I convert this nginx upstream block to be accepted by the latest version?

From Java

How to upgrade docker-compose to latest version

From Java

How to upgrade AWS CLI to the latest version?

From Java

How to upgrade Angular CLI to the latest version

From Dev

How to upgrade react-native to latest version

From Dev

How to upgrade Pulseaudio to the latest available version?

From Dev

How to upgrade Pulseaudio to the latest available version?

From Dev

How do I upgrade to the latest version of Shotwell?

From Dev

How to upgrade poppler-utils to latest version?

From Dev

How to upgrade react-native to latest version

From Dev

How do you upgrade Skype to the latest version?

From Dev

How to upgrade to latest version of Ubuntu software in 20.04

From Dev

How do I install the latest stable version of Firefox?

From Dev

How to switch my latest stable Ubuntu installation to the development version?

Related Related

  1. 1

    How to upgrade qBittorrent to the latest stable (upstream) version?

  2. 2

    How do I upgrade PHP version to the latest stable released version?

  3. 3

    How to find the latest stable version of an npm package?

  4. 4

    How to install the latest stable version of Chromium?

  5. 5

    How to install the latest stable version of Chromium?

  6. 6

    How to upgrade VirtualBox to the latest version?

  7. 7

    How to upgrade VirtualBox to the latest version?

  8. 8

    How to upgrade to the latest GNOME version?

  9. 9

    How to upgrade SAMBA to latest version?

  10. 10

    How to upgrade to the latest GNOME version?

  11. 11

    Latest and stable version of kurento

  12. 12

    Latest and stable version of kurento

  13. 13

    How to upgrade Apache HTTP Server from version 2.4.16 to the latest stable version i.e. 2.4.18 on 64-bit Ubuntu 14.04 LTS?

  14. 14

    How can I install the latest upstream version of ImageMagick without compiling?

  15. 15

    How can I install the latest upstream version of ImageMagick without compiling?

  16. 16

    How can I convert this nginx upstream block to be accepted by the latest version?

  17. 17

    How to upgrade docker-compose to latest version

  18. 18

    How to upgrade AWS CLI to the latest version?

  19. 19

    How to upgrade Angular CLI to the latest version

  20. 20

    How to upgrade react-native to latest version

  21. 21

    How to upgrade Pulseaudio to the latest available version?

  22. 22

    How to upgrade Pulseaudio to the latest available version?

  23. 23

    How do I upgrade to the latest version of Shotwell?

  24. 24

    How to upgrade poppler-utils to latest version?

  25. 25

    How to upgrade react-native to latest version

  26. 26

    How do you upgrade Skype to the latest version?

  27. 27

    How to upgrade to latest version of Ubuntu software in 20.04

  28. 28

    How do I install the latest stable version of Firefox?

  29. 29

    How to switch my latest stable Ubuntu installation to the development version?

HotTag

Archive