HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

swupd — Package management utility for Clear Linux. More information: <https://www.clearlinux.org/clear-linu

Submitted by: @import:tldr-pages··
0
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 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

Code Snippets

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

Context

tldr-pages: linux/swupd

Revisions (0)

No revisions yet.