This repository has been archived on 2022-08-05. You can view files and clone it, but cannot push or open issues or pull requests.
UpTool2/CLI.md
2020-03-24 23:14:40 +01:00

534 B

CLI

Updating the cache: uptool update

Installing a package: uptool install <package>

Upgrading a package: uptool upgrade <package>

Reinstalling a package: uptool reinstall <package>

Removing a package: uptool remove <package>

Removing a package and all its configuration and data files: uptool purge <package>

List installed packages: uptool list

Upgrade all packages: uptool dist-upgrade

Search for a package: uptool search <text>

Show package info: uptool show <package>

Start an app: uptool start <package>