From c38ba9528c2f5ad5e359234a3271d19ded762716 Mon Sep 17 00:00:00 2001 From: Adar <9392566+rqj@users.noreply.github.com> Date: Sun, 11 Oct 2020 08:56:35 +0300 Subject: [PATCH] swupd: add page (#4605) --- pages/linux/swupd.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/linux/swupd.md diff --git a/pages/linux/swupd.md b/pages/linux/swupd.md new file mode 100644 index 0000000000..35c2a279d0 --- /dev/null +++ b/pages/linux/swupd.md @@ -0,0 +1,32 @@ +# swupd + +> Package management utility for Clear Linux. +> More information: . + +- Update to latest version: + +`sudo swupd update` + +- Show current version, and check whether a newer one exists: + +`swupd check-update` + +- List installed bundles: + +`swupd bundle-list` + +- Locate the bundle where a wanted package exists: + +`swupd search -b {{package}}` + +- Install a new bundle: + +`sudo swupd bundle-add {{bundle}}` + +- Remove a bundle: + +`sudo swupd bundle-remove {{bundle}}` + +- Correct broken or missing files: + +`sudo swupd verify`