flatpak-document-unexport - Linux
Overview
flatpak-document-unexport
unexports a Flatpak’s manifest instead of a Flatpak runtime or application.
Syntax
flatpak-document-unexport [--arch <arch>] [--version <version>] [--target <target>]
Options/Flags
--arch
: Architecture of the manifest to unexport.--version
: Version of the manifest to unexport.--target
: Target of the manifest to unexport.
Examples
Export a Flatpak manifest:
flatpak-document-unexport --arch x86_64 --version 1.0.0 --target flathub com.example.app
Common Issues
- Ensure the manifest exists before attempting to unexport.
- Verify the provided architecture, version, and target are correct.
Integration
flatpak-document-unexport
can be used to export manifests for use in other tools, such as flatpak-build
or flatpak-repair
.
Related Commands
flatpak-document-export
flatpak-build
flatpak-repair