最終更新:2024-11-25 (月) 01:54:52 (626d)  

flatpak install
Top / flatpak install

Install an application or runtime

help

Usage:
  flatpak install [OPTION…] [LOCATION/REMOTE] [REF…] - Install applications or runtimes

Help Options:
  -h, --help               Show help options

Application Options:
  --user                   Work on the user installation
  --system                 Work on the system-wide installation (default)
  --installation=NAME      Work on a non-default system-wide installation
  --arch=ARCH              Arch to install for
  --no-pull                Don't pull, only install from local cache
  --no-deploy              Don't deploy, only download to local cache
  --no-related             Don't install related refs
  --no-deps                Don't verify/install runtime dependencies
  --no-auto-pin            Don't automatically pin explicit installs
  --no-static-deltas       Don't use static deltas
  --runtime                Look for runtime with the specified name
  --app                    Look for app with the specified name
  --bundle                 Assume LOCATION is a .flatpak single-file bundle
  --from                   Assume LOCATION is a .flatpakref application description
  --gpg-file=FILE          Check bundle signatures with GPG key from FILE (- for stdin)
  --subpath=PATH           Only install this subpath
  -y, --assumeyes          Automatically answer yes for all questions
  --reinstall              Uninstall first if already installed
  --noninteractive         Produce minimal output and don't ask questions
  --or-update              Update install if already installed
  --sideload-repo=PATH     Use this local repo for sideloads
  -v, --verbose            Show debug information, -vv for more detail
  --ostree-verbose         Show OSTree debug information