flatpak-builder
Help build application dependencies. More information: <https://docs.flatpak.org/en/latest/flatpak-builder-command-reference.html>.
Install
- All systems
-
curl cmd.cat/flatpak-builder.sh
- Debian
-
apt-get install flatpak-builder - Ubuntu
-
apt-get install flatpak-builder - Arch Linux
-
pacman -S flatpak-builder - Kali Linux
-
apt-get install flatpak-builder - CentOS
-
yum install flatpak-builder - Fedora
-
dnf install flatpak-builder - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install flatpak-builder - Raspbian
-
apt-get install flatpak-builder
Help build application dependencies. More information: <https://docs.flatpak.org/en/latest/flatpak-builder-command-reference.html>.
-
Build a Flatpak and export it to a new repository:
flatpak-builder path/to/build_directory path/to/manifest -
Build a Flatpak and export it to the specified repository:
flatpak-builder --repo=repository_name path/to/build_directory path/to/manifest -
Build a Flatpak and install it locally:
flatpak-builder --install path/to/build_directory path/to/manifest -
Build and sign a Flatpak and export it to the specified repository:
flatpak-builder --gpg-sign=key_id --repo=repository_name path/to/manifest -
Run a shell inside of an application sandbox without installing it:
flatpak-builder --run path/to/build_directory path/to/manifest sh
© tl;dr; authors and contributors