mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-11 04:35:53 -06:00
docs: Revise Flatpak install instructions and add to 1.1.0 series.
This commit is contained in:
parent
922d2ac7b8
commit
40a77a6470
@ -72,6 +72,8 @@ The HandBrake Team also publishes [OpenPGP signatures for all downloads on GitHu
|
||||
|
||||
If you have installed a HandBrake package from your distribution or other third-party package repository, please remove it before proceeding. See the section, *Warning about broken third-party builds* on [Where to get HandBrake](where-to-get-handbrake.html) for more information.
|
||||
|
||||
### Ubuntu PPAs
|
||||
|
||||
The following instructions are for Ubuntu. They may also work on other `deb`-compatible distributions. For other Linux, please compile from the [official source code](https://github.com/HandBrake/HandBrake).
|
||||
|
||||
From the command line, add the [official releases PPA](https://launchpad.net/~stebbins/+archive/ubuntu/handbrake-releases) to your system.
|
||||
@ -92,6 +94,31 @@ Run `HandBrakeCLI` to use HandBrake on the command line.
|
||||
|
||||
Run `ghb` to launch HandBrake's graphical user interface. You may wish to right-click on the icon and select "Lock to Launcher" for easy access in the future.
|
||||
|
||||
### Flatpak bundles
|
||||
|
||||
[Flatpak](https://flatpak.org/) bundles of HandBrake for Linux are available on the [HandBrake website](https://handbrake.fr/) and [Flathub](https://flathub.org/).
|
||||
|
||||
Install your distribution's `flatpak` package before running the following commands.
|
||||
|
||||
From the command line, install the Flathub repostitory.
|
||||
|
||||
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
|
||||
Install the latest HandBrake release from Flathub.
|
||||
|
||||
flatpak --user install flathub fr.handbrake.ghb
|
||||
|
||||
You can later update the HandBrake Flatpak to the latest release on Flathub by running the following.
|
||||
|
||||
flatpak --user update fr.handbrake.ghb
|
||||
|
||||
If you prefer HandBrake's nightly builds, download and install the latest available version.
|
||||
|
||||
curl -O https://nightly.handbrake.fr/HandBrake-latest-master-x86_64.flatpak
|
||||
flatpak install HandBrake-latest-master-x86_64.flatpak
|
||||
|
||||
Run `flatpak run fr.handbrake.ghb` to launch HandBrake's graphical user interface, or `flatpak run --command=HandBrakeCLI fr.handbrake.ghb` to use HandBrake on the command line.
|
||||
|
||||
<!-- /.system-linux -->
|
||||
<!-- .system-macos -->
|
||||
|
||||
|
||||
@ -98,8 +98,6 @@ Run `ghb` to launch HandBrake's graphical user interface. You may wish to right-
|
||||
|
||||
[Flatpak](https://flatpak.org/) bundles of HandBrake for Linux are available on the [HandBrake website](https://handbrake.fr/) and [Flathub](https://flathub.org/).
|
||||
|
||||
#### Release bundle
|
||||
|
||||
Install your distribution's `flatpak` package before running the following commands.
|
||||
|
||||
From the command line, install the Flathub repostitory.
|
||||
@ -114,17 +112,7 @@ You can later update the HandBrake Flatpak to the latest release on Flathub by r
|
||||
|
||||
flatpak --user update fr.handbrake.ghb
|
||||
|
||||
Run `flatpak run fr.handbrake.ghb` to launch HandBrake's graphical user interface, or `flatpak run --command=HandBrakeCLI fr.handbrake.ghb` to use HandBrake on the command line.
|
||||
|
||||
#### Nightly bundle
|
||||
|
||||
Install your distribution's `curl` and `flatpak` packages before running the following commands.
|
||||
|
||||
From the command line, install the Flathub repostitory.
|
||||
|
||||
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
|
||||
Download and install the latest HandBrake nightly build.
|
||||
If you prefer HandBrake's nightly builds, download and install the latest available version.
|
||||
|
||||
curl -O https://nightly.handbrake.fr/HandBrake-latest-master-x86_64.flatpak
|
||||
flatpak install HandBrake-latest-master-x86_64.flatpak
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user