Updated Installing qBittorrent (markdown)

This commit is contained in:
Chocobo1 2022-01-27 12:18:20 +08:00
parent 5f9fd8bade
commit 953d042ffe

View File

@ -3,34 +3,37 @@
qBittorrent is available for Linux, Windows and macOS. qBittorrent is available for Linux, Windows and macOS.
It can be compiled from source for any of those platforms, but binary packages are provided for convenience. It can be compiled from source for any of those platforms, but binary packages are provided for convenience.
# Linux ## Linux
qBittorrent binary packages should be available in your distro's repositories. Both the `qbittorrent` (qBittorrent with GUI) and `qbittorrent-nox` ("no X", for headless server environments) packages should be available. qBittorrent binary packages should be available in your distro's repositories. Both the `qbittorrent` (qBittorrent with GUI) and `qbittorrent-nox` ("no X", for headless server environments) packages should be available.
It is recommended to always use the latest version, and new issue reports should be filed against the latest stable version (or a more recent `master` commit) only. However, some distributions do not always provide the latest packages. In this case, you should either: It is recommended to always use the latest version, and new issue reports should be filed against the latest stable version (or a more recent `master` commit) only. However, some distributions do not always provide the latest packages. In this case, you should either:
* Compile from source (https://github.com/qbittorrent/qBittorrent/wiki#compilation)
- use an official alternative binary repository (such as the official PPAs for Ubuntu) * Use an official alternative binary repository (such as the official PPAs for Ubuntu)
- compile from source (https://github.com/qbittorrent/qBittorrent/wiki#compilation) * Use an alternative unofficial binary repository (at your own risk)
- use an alternative unofficial binary repository (at your own risk)
Currently, two official PPAs are maintained for Ubuntu: Currently, two official PPAs are maintained for Ubuntu:
* The latest stable version: https://launchpad.net/~qbittorrent-team/+archive/ubuntu/qbittorrent-stable
* The latest commits to `master`: https://launchpad.net/~qbittorrent-team/+archive/ubuntu/qbittorrent-unstable
- the latest stable version: https://launchpad.net/~qbittorrent-team/+archive/ubuntu/qbittorrent-stable qBittorrent is also available semi-officially on FlatHub:
- the latest commits to `master`: https://launchpad.net/~qbittorrent-team/+archive/ubuntu/qbittorrent-unstable * FlatHub home: https://flathub.org/apps/details/org.qbittorrent.qBittorrent
* Source repository: https://github.com/flathub/org.qbittorrent.qBittorrent
qBittorrent is also available semi-officially on FlatHub: https://flathub.org/apps/details/org.qbittorrent.qBittorrent
For CentOS, Fedora and RHEL, enable the Extra Packages for Enterprise Linux (EPEL) repository (epel-release) to install qbittorrent or qbittorrent-nox. For CentOS, Fedora and RHEL, enable the Extra Packages for Enterprise Linux (EPEL) repository (epel-release) to install qbittorrent or qbittorrent-nox.
**Unofficial** Debian qBittorrent nightly repo https://github.com/qbittorrent/qBittorrent/issues/12616 Unofficial nightly builds for Debian:
* Repository: https://software.opensuse.org//download.html?project=home%3Anikoneko%3Atest&package=qbittorrent
* Discussion thread: https://github.com/qbittorrent/qBittorrent/issues/12616
# Windows and macOS ## Windows and macOS
The **only** official source for Windows and macOS release builds is this page (and the links within it): https://www.qbittorrent.org/download.php. The **only** official source for Windows and macOS release builds is this page (and the links within it): https://www.qbittorrent.org/download.php
Experimental development builds are available here: https://github.com/qbittorrent/qBittorrent/actions. When reporting bugs against these versions, be sure to mention which specific one you used and its commit ID (which is visible in the top left corner after clicking in a specific run). Experimental development builds are available here: https://github.com/qbittorrent/qBittorrent/actions
When reporting bugs against these versions, be sure to mention which specific one you used and its commit ID (which is visible in the top left corner after clicking in a specific run).
Use any other builds at your own risk. Use any other builds at your own risk.
Issue reports from using other builds such as PortableApps and the like are not accepted. Issue reports from using other builds such as PortableApps and the like are not supported.
You can also compile from source if you wish, by following the relevant guides listed under https://github.com/qbittorrent/qBittorrent/wiki#compilation. You can also compile from source if you wish, by following the relevant guides listed under https://github.com/qbittorrent/qBittorrent/wiki#compilation