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
CreepyCrafter24 023f452b26 Add CLI Tool
2020-03-24 20:53:23 +01:00

22 lines
488 B
Markdown

# 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>