From 7fed8f6837bb4b79d3be0586fc97aaf37f9da50f Mon Sep 17 00:00:00 2001 From: rozie Date: Thu, 25 Nov 2021 21:01:57 +0000 Subject: [PATCH] wajig: add page (#7015) --- pages/linux/wajig.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/linux/wajig.md diff --git a/pages/linux/wajig.md b/pages/linux/wajig.md new file mode 100644 index 000000000..3d2799302 --- /dev/null +++ b/pages/linux/wajig.md @@ -0,0 +1,36 @@ +# wajig + +> Simplified all-in-one-place system support tool for Debian-based systems. +> More information: . + +- Update the list of available packages and versions: + +`wajig update` + +- Install 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-upgrade` + +- Display the sizes of installed packages: + +`wajig sizes` + +- List the version and distribution for all installed packages: + +`wajig versions` + +- List versions of upgradable packages: + +`wajig toupgrade` + +- Display packages which have some form of dependency on the given package: + +`wajig dependents {{package}}`