snippetbashTip
swupd — Package management utility for Clear Linux. More information: <https://www.clearlinux.org/clear-linu
Viewed 0 times
managementcommandforclipackageclearswupdutility
linux
Problem
How to use the
swupd command: Package management utility for Clear Linux. More information: <https://www.clearlinux.org/clear-linux-documentation/guides/clear/swupd.html>.Solution
swupd — Package management utility for Clear Linux. More information: <https://www.clearlinux.org/clear-linux-documentation/guides/clear/swupd.html>.Update to the latest version:
sudo swupd updateShow current version, and check whether a newer one exists:
swupd check-updateList installed bundles:
swupd bundle-listLocate 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 verifyCode Snippets
Update to the latest version
sudo swupd updateShow current version, and check whether a newer one exists
swupd check-updateList installed bundles
swupd bundle-listLocate the bundle where a wanted package exists
swupd search -b {{package}}Install a new bundle
sudo swupd bundle-add {{bundle}}Context
tldr-pages: linux/swupd
Revisions (0)
No revisions yet.