Forrest logo
back to context overview

flatpak-builder

List of commands for flatpak-builder:

  • flatpak-builder:tldr:1f6ca flatpak-builder: Build a Flatpak and install it locally.
    $ flatpak-builder --install ${path-to-build_directory} ${path-to-manifest}
    try on your machine
    explain this command
  • flatpak-builder:tldr:206d6 flatpak-builder: Build and sign a Flatpak and export it to the specified repository.
    $ flatpak-builder --gpg-sign=${key_id} --repo=${repository_name} ${path-to-manifest}
    try on your machine
    explain this command
  • flatpak-builder:tldr:353c6 flatpak-builder: Build a Flatpak and export it to a new repository.
    $ flatpak-builder ${path-to-build_directory} ${path-to-manifest}
    try on your machine
    explain this command
  • flatpak-builder:tldr:5a1a4 flatpak-builder: Build a Flatpak and export it to the specified repository.
    $ flatpak-builder --repo=${repository_name} ${path-to-build_directory} ${path-to-manifest}
    try on your machine
    explain this command
  • flatpak-builder:tldr:c2644 flatpak-builder: Run a shell inside of an application sandbox without installing it.
    $ flatpak-builder --run ${path-to-build_directory} ${path-to-manifest} ${sh}
    try on your machine
    explain this command
back to context overview