Skip to content

Latest commit

 

History

History
84 lines (52 loc) · 1.59 KB

File metadata and controls

84 lines (52 loc) · 1.59 KB

% 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.demo

Install application through Linyaps .layer file:

ll-cli install demo_0.0.0.1_x86_64_binary.layer

Install application through Linyaps .uab file:

ll-cli install demo_x86_64_0.0.0.1_main.uab

Install specified module of application:

ll-cli install org.deepin.demo --module=binary

Install specified version of application:

ll-cli install org.deepin.demo/0.0.0.1

Install application through specific identifier:

ll-cli install stable:org.deepin.demo/0.0.0.1/x86_64

SEE 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.