System Grab Bag

View all TLDR pages from Linux (or from all pages)

swupd

Package management utility for Clear Linux. More information: https://docs.01.org/clearlinux/latest/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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.