LinuxCommandLibrary

swupd

Package management utility for Clear Linux.

TLDR

Update to the latest version

$ sudo swupd update
copy


Show current version, and check whether a newer one exists
$ swupd check-update
copy


List installed bundles
$ swupd bundle-list
copy


Locate the bundle where a wanted package exists
$ swupd search -b [package]
copy


Install a new bundle
$ sudo swupd bundle-add [bundle]
copy


Remove a bundle
$ sudo swupd bundle-remove [bundle]
copy


Correct broken or missing files
$ sudo swupd verify
copy

Copied to clipboard