xdg-app xdg-app Developer Alexander Larsson alexl@redhat.com xdg-app 1 xdg-app Build, install and run applications and runtimes xdg-app OPTION COMMAND Description xdg-app is a tool for managing applications and the runtimes they use. In the xdg-app model, applications can be built and distributed independently from the host system they are used on, and they are isolated from the host system ('sandboxed') to some degree, at runtime. xdg-app can operate in system-wide or per-user mode. The system-wide data (runtimes, applications and configuration) is located in $prefix/share/xdg-app/, and the per-user data is in $HOME/.local/share/xdg-app/. Below these locations, there is a local repository in the repo/ subdirectory and installed runtimes and applications are in the corresponding runtime/ and app/ subdirectories. xdg-app uses OSTree to distribute and deploy data. The repositories it uses are OSTree repositories and can be manipulated with the ostree utility. Installed runtimes and applications are OSTree checkouts. Options The following options are understood: Show help options and exit. Print debug information during command processing. Print version information and exit. Commands Commands related to repository configuration: xdg-app-add-remote1 Add a remote repository. xdg-app-modify-remote1 Modify remote repository properties. xdg-app-delete-remote1 Delete a remote repository. xdg-app-list-remotes1 Lists remote repositories. xdg-app-ls-remote1 Show available runtimes and applications. Commands for handling installed runtimes: xdg-app-install-runtime1 Install a runtime. xdg-app-update-runtime1 Update a runtime. xdg-app-uninstall-runtime1 Uninstall a runtime. xdg-app-list-runtimes1 List installed runtimes. Commands for handling installed applications: xdg-app-install-app1 Install an application. xdg-app-update-app1 Update an application. xdg-app-uninstall-app1 Uninstall an application. xdg-app-list-apps1 List installed applications. Commands for running applications: xdg-app-run1 Run an application. xdg-app-override1 Override application requirements. xdg-app-export-file1 Export a file to a sandboxed application. Commands for building applications: xdg-app-build-init1 Initialize a build directory. xdg-app-build1 Run a build command in a build directory. xdg-app-build-finish1 Finalizes a build directory. xdg-app-build-export1 Create a repository from a build directory. xdg-app-repo-contents1 Update repository metadata. See also ostree1, ostree.repo5,