Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 1.56 KB

File metadata and controls

67 lines (40 loc) · 1.56 KB

% ll-cli-uninstall 1

NAME

ll-cli-uninstall - Uninstall applications or runtimes

SYNOPSIS

ll-cli uninstall [options] app

DESCRIPTION

The ll-cli uninstall command removes installed Linyaps applications. Base and Runtime packages are protected from uninstallation by default; use ll-cli prune to remove unused Base and Runtime packages.

OPTIONS

-h, --help : Print help information and exit

--help-all : Expand all help

--module MODULE : Uninstall specified module

--force : Force the uninstallation of a Base or Runtime

--no-auto-prune : Do not automatically remove unused dependencies after uninstalling an application

POSITIONAL ARGUMENTS

APP TEXT REQUIRED : Specify application name

EXAMPLES

Use the ll-cli uninstall command to uninstall Linyaps applications:

ll-cli uninstall org.deepin.calculator

Output as follows:

Uninstall main:org.deepin.calculator/5.7.21.4/x86_64 success:100%

After the command executes successfully, the Linyaps application will be removed from the system.

Force-uninstall a specific Runtime version:

ll-cli uninstall main:org.deepin.runtime.dtk/23.1.0/x86_64 --force

Forced uninstallation can break applications that still depend on the Runtime. Use ll-cli prune instead when cleaning up a Runtime that no application uses.

SEE ALSO

ll-cli(1), ll-cli-install(1), ll-cli-list(1), ll-cli-prune(1)

HISTORY

Developed in 2023 by UnionTech Software Technology Co., Ltd.