snippetbashTip
upt — Unified interface for managing packages across various operating systems, like Windows, many Linux d
Viewed 0 times
unifiedcommanduptinterfaceclimanagingforpackages
Problem
How to use the
upt command: Unified interface for managing packages across various operating systems, like Windows, many Linux distributions, macOS, FreeBSD, and even Haiku. It requires the native OS package manager to be installed. See also: flatpak, brew, scoop, apt, dnf. More information: <https://github.com/sigoden/upt>.Solution
upt — Unified interface for managing packages across various operating systems, like Windows, many Linux distributions, macOS, FreeBSD, and even Haiku. It requires the native OS package manager to be installed. See also: flatpak, brew, scoop, apt, dnf. More information: <https://github.com/sigoden/upt>.Update the list of available packages:
upt updateSearch for a given package:
upt search {{search_term}}Show information for a package:
upt info {{package}}Install a given package:
upt install {{package}}Remove a given package:
upt {{remove|uninstall}} {{package}}Upgrade all installed packages:
upt upgradeUpgrade a given package:
upt upgrade {{package}}List installed packages:
upt listCode Snippets
Update the list of available packages
upt updateSearch for a given package
upt search {{search_term}}Show information for a package
upt info {{package}}Install a given package
upt install {{package}}Remove a given package
upt {{remove|uninstall}} {{package}}Context
tldr-pages: common/upt
Revisions (0)
No revisions yet.