LinuxCommandLibrary

upt

Unified interface for managing packages across various operating systems, like Windows, many Linux distributions, macOS, FreeBSD and even Haiku.

TLDR

Update the list of available packages

$ upt update
copy


Search for a given package
$ upt search [search_term]
copy


Show information for a package
$ upt info [package]
copy


Install a given package
$ upt install [package]
copy


Remove a given package
$ upt [remove|uninstall] [package]
copy


Upgrade all installed packages
$ upt upgrade
copy


Upgrade a given package
$ upt upgrade [package]
copy


List installed packages
$ upt list
copy

Copied to clipboard