1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 15:19:43 +01:00
tldr/pages/linux/swupd.md
Alejandro Cervera 2862a8c713
pages/linux/*: replace broken links (#12850)
Co-authored-by: spageektti <git@spageektti.cc>
2024-05-28 18:25:30 +02:00

602 B

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 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