snippetbashTip
wajig — Simplified all-in-one-place system support tool for Debian-based systems. More information: <https:/
Viewed 0 times
commandplacesimplifiedallwajigclionesystem
linux
Problem
How to use the
wajig command: Simplified all-in-one-place system support tool for Debian-based systems. More information: <https://togaware.com/linux/survivor/wajig.html>.Solution
wajig — Simplified all-in-one-place system support tool for Debian-based systems. More information: <https://togaware.com/linux/survivor/wajig.html>.Update the list of available packages and versions:
wajig updateInstall a package, or update it to the latest available version:
wajig install {{package}}Remove a package and its configuration files:
wajig purge {{package}}Perform an update and then a dist-upgrade:
wajig daily-upgradeDisplay the sizes of installed packages:
wajig sizesList the version and distribution for all installed packages:
wajig versionsList versions of upgradable packages:
wajig toupgradeDisplay packages which have some form of dependency on the given package:
wajig dependents {{package}}Code Snippets
Update the list of available packages and versions
wajig updateInstall a package, or update it to the latest available version
wajig install {{package}}Remove a package and its configuration files
wajig purge {{package}}Perform an update and then a dist-upgrade
wajig daily-upgradeDisplay the sizes of installed packages
wajig sizesContext
tldr-pages: linux/wajig
Revisions (0)
No revisions yet.