logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Swupd Package Manager - Manage Clear Linux Packages | Online Free DevTools by Hexmos

Manage Clear Linux packages efficiently with swupd. Update, install, remove, and verify bundles effortlessly. Free online tool, no registration required.

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

See Also