1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

swupd: add page (#4605)

This commit is contained in:
Adar 2020-10-11 08:56:35 +03:00 committed by GitHub
parent 1fb08e57a5
commit c38ba9528c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

32
pages/linux/swupd.md Normal file
View file

@ -0,0 +1,32 @@
# swupd
> Package management utility for Clear Linux.
> More information: <https://docs.01.org/clearlinux/latest/guides/clear/swupd.html>.
- Update to 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`