LinuxCommandLibrary

wajig

Simplified Debian package management wrapper

TLDR

Update package list

$ wajig update
copy
Install package
$ wajig install [package]
copy
Purge package
$ wajig purge [package]
copy
Daily upgrade
$ wajig daily-upgrade
copy
Show package sizes
$ wajig sizes
copy
List versions
$ wajig versions
copy
List upgradable
$ wajig toupgrade
copy
Show dependents
$ wajig dependents [package]
copy

SYNOPSIS

wajig COMMAND [ARGS...]

DESCRIPTION

wajig is a simplified all-in-one-place system support tool for Debian-based systems. It wraps apt, dpkg, and other tools into a consistent interface with easy-to-remember commands.
The tool provides a unified interface for common package management tasks.

COMMANDS

update

Update package lists
install
Install or upgrade package
purge
Remove package and configuration
daily-upgrade
Update and dist-upgrade
sizes
Display installed package sizes
versions
List versions for all packages
toupgrade
List upgradable packages
dependents
Show packages depending on given package

CAVEATS

Debian-based systems only. Requires root for most operations. Wraps standard package tools.

SEE ALSO

apt(8), dpkg(1), aptitude(8)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community