xdg-app install xdg-app Developer Alexander Larsson alexl@redhat.com xdg-app install 1 xdg-app-install Install an application or runtime xdg-app install OPTION REMOTE NAME BRANCH Description Installs an application or runtime. REMOTE must name an existing remote and NAME is the name of the application or runtime to install. Optionally, BRANCH can be specified to install a branch other than the default "master" branch. By default this looks for both apps and runtime with the given NAME in the specified REMOTE, but you can limit this by using the --app or --runtime option. Note that xdg-app allows to have multiple branches of an application and runtimes installed and used at the same time. However, only version of an application one can be current, meaning its exported files (for instance desktop files and icons) are visible to the host. The last installed version is made current by default, but you can manually change with make-current. Unless overridden with the --user option, this command creates a system-wide installation. Options The following options are understood: Show help options and exit. Create a per-user installation. Create a system-wide installation. The architecture to install for. Download the latest version, but don't deploy it. Don't download the latest version, deploy it whatever is locally availiable. Only look for an app with the given name. Only look for an runtime with the given name. Print debug information during command processing. Print version information and exit. Examples $ xdg-app --user install test-repo org.gnome.GEdit See also xdg-app1, xdg-app-update-app1, xdg-app-list-apps1