Skip to content

TIP

This document is applicable to version 1.14.x, Please use the command ll-cli --version to check your linyaps program version.


% 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

POSITIONAL ARGUMENTS

APP TEXT REQUIRED : Specify application name

EXAMPLES

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

bash
ll-cli uninstall org.deepin.calculator

Output as follows:

text
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:

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