https://github.com/chocobo1/qbittorrent-flatpak
Unofficial repository of qBittorrent (flatpak) package
https://github.com/chocobo1/qbittorrent-flatpak
flatpak qbittorrent
Last synced: 2 days ago
JSON representation
Unofficial repository of qBittorrent (flatpak) package
- Host: GitHub
- URL: https://github.com/chocobo1/qbittorrent-flatpak
- Owner: Chocobo1
- Created: 2017-03-23T15:25:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T08:53:06.000Z (over 7 years ago)
- Last Synced: 2025-04-11T15:21:04.230Z (2 months ago)
- Topics: flatpak, qbittorrent
- Language: Shell
- Homepage:
- Size: 76.2 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qBittorrent-flatpak
*Unofficial* repository of [qBittorrent](https://github.com/qbittorrent/qBittorrent) (flatpak) package## For package maintainer
Refer to [maintainer.md](./maintainer.md) file## Just want to use qBittorrent
* First, install flatpak: [Getting Flatpak](https://flatpak.org/getting)
* If your distro supports "click to download" then use the following link:
[Latest stable](https://cdn.rawgit.com/Chocobo1/qBittorrent-flatpak/master/qBittorrent.flatpakref)
* Otherwise do the following:
* Install
```shell
flatpak install --from https://raw.githubusercontent.com/Chocobo1/qBittorrent-flatpak/master/qBittorrent.flatpakref --assumeyes
```
* Run
```shell
flatpak run org.qBittorrent.qbittorrent
```
* Update:
```shell
flatpak update --app org.qBittorrent.qbittorrent
```
* Remove:
```shell
flatpak uninstall org.qBittorrent.qbittorrent
```