% ll-cli-install 1
NAME
ll-cli-install - Install applications or runtimes
SYNOPSIS
ll-cli install [options] app
DESCRIPTION
The ll-cli install command is used to install Linyaps applications. This command supports installing applications or runtimes through application names, .layer files, or .uab files.
OPTIONS
-h, --help : Print help information and exit
--help-all : Expand all help
--module MODULE : Install specified module
--repo REPO : Install from specified repository
--force : Force installation of specified application version
-y : Automatically answer yes to all questions
POSITIONAL ARGUMENTS
APP TEXT REQUIRED : Specify application name, can also be .uab or .layer file
EXAMPLES
Install application through application name:
ll-cli install org.deepin.demoInstall application through Linyaps .layer file:
ll-cli install demo_0.0.0.1_x86_64_binary.layerInstall application through Linyaps .uab file:
ll-cli install demo_x86_64_0.0.0.1_main.uabInstall specified module of application:
ll-cli install org.deepin.demo --module=binaryInstall specified version of application:
ll-cli install org.deepin.demo/0.0.0.1Install application through specific identifier:
ll-cli install stable:org.deepin.demo/0.0.0.1/x86_64SEE ALSO
ll-cli(1), ll-cli-uninstall(1), ll-cli-upgrade(1), ll-cli-list(1)
HISTORY
Developed in 2023 by UnionTech Software Technology Co., Ltd.