Chocobo1 / org.qbittorrent.qBittorrent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qBittorrent Flatpak

Download on Flathub

Installation

To install, simply click on the above 'Download on Flathub' button and follow the instructions.
In reality, 2 branches are provided:

  1. stable (default)
    This follows the regular stable release of qBittorrent (with GUI).

    • To install:
      flatpak install flathub org.qbittorrent.qBittorrent
    • To run:
      flatpak run org.qbittorrent.qBittorrent
  2. beta
    This follows the latest development of qBittorrent and libtorrent-rasterbar. However, due to laziness it isn't updated regularly.

    • Add flathub-beta repository:
      flatpak remote-add flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
    • To install:
      flatpak install flathub-beta org.qbittorrent.qBittorrent
    • To run:
      flatpak run org.qbittorrent.qBittorrent//beta
    • Set stable version as the default when you invoke flatpak run org.qbittorrent.qBittorrent
      sudo flatpak make-current org.qbittorrent.qBittorrent stable
    • Set beta version as the default when you invoke flatpak run org.qbittorrent.qBittorrent
      sudo flatpak make-current org.qbittorrent.qBittorrent beta

About