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-remote-add1 Add a remote repository. xdg-app-remote-modify1 Modify remote repository properties. xdg-app-remote-delete1 Delete a remote repository. xdg-app-remote-list1 Lists remote repositories. xdg-app-remote-ls1 Show available runtimes and applications. Commands for handling installed runtimes and applications: xdg-app-install1 Install an application or a runtime. xdg-app-update1 Update an application or a runtime. xdg-app-uninstall1 Uninstall an application or a runtime. xdg-app-list-runtimes1 List installed runtimes. 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-build-update-repo1 Update repository metadata. See also ostree1, ostree.repo5,