LinuxCommandLibrary

wajig

Simplified all-in-one-place system support tool for Debian-based systems.

TLDR

Update the list of available packages and versions

$ wajig update
copy


Install a package, or update it to the latest available version
$ wajig install [package]
copy


Remove a package and its configuration files
$ wajig purge [package]
copy


Perform an update and then a dist-upgrade
$ wajig daily-upgrade
copy


Display the sizes of installed packages
$ wajig sizes
copy


List the version and distribution for all installed packages
$ wajig versions
copy


List versions of upgradable packages
$ wajig toupgrade
copy


Display packages which have some form of dependency on the given package
$ wajig dependents [package]
copy

Copied to clipboard