Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flathub/com.biglybt.biglybt
https://github.com/flathub/com.biglybt.biglybt
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flathub/com.biglybt.biglybt
- Owner: flathub
- Created: 2022-04-11T06:53:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T15:02:51.000Z (about 2 months ago)
- Last Synced: 2024-11-03T16:17:30.929Z (about 2 months ago)
- Homepage: https://flathub.org/apps/details/com.biglybt.BiglyBT
- Size: 62.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# com.biglybt.BiglyBT
Flatpak for BiglyBT (https://www.biglybt.com/)## Prerequisite
- `flatpak`, `flatpak-builder` packages
- Runtime `org.freedesktop.Platform` version `24.08`
- Runtime `org.freedesktop.Sdk`
- Runtime Extension `org.freedesktop.Sdk.Extension.openjdk11`## Method 1:
### Build and install BiglyBT
```bash
flatpak-builder --user --install --force-clean flatpakbuildir com.biglybt.BiglyBT.yaml
```
### Run BiglyBT
```bash
flatpak run com.biglybt.BiglyBT
```
### Uninstall BiglyBT
```bash
flatpak uninstall --user com.biglybt.BiglyBT
```## Method 2:
### Build BiglyBT
```bash
flatpak-builder --repo=repo --force-clean flatpakbuildir com.biglybt.BiglyBT.yaml
```
### Add BiglyBT local repo
```bash
flatpak remote-add --user mybiglybt repo
```
### Install BiglyBT from local repo
```bash
flatpak install --user mybiglybt com.biglybt.BiglyBT
```
### Run BiglyBT
```bash
flatpak run com.biglybt.BiglyBT
```
### Uninstall BiglyBT
```bash
flatpak uninstall --user com.biglybt.BiglyBT
```