Update cheatsheets

This commit is contained in:
ivuorinen
2025-09-03 00:18:24 +00:00
parent e88941b007
commit 46b75bdb29
9 changed files with 157 additions and 31 deletions

View File

@@ -8,15 +8,19 @@ source: https://github.com/tldr-pages/tldr.git
> System update utility.
> More information: <https://www.freedesktop.org/software/systemd/man/updatectl.html>.
- Apply an update:
- Check to see if the system has any available updates:
`updatectl update {{target}}`
`updatectl check`
- Apply update and then reboot system:
- Update to the latest version:
`updatectl --reboot update {{target}}`
`updatectl update`
- Show data about the target and its versions:
- Show update targets:
`updatectl list`
- Show data about a target and its versions:
`updatectl list {{target}}`
@@ -24,13 +28,9 @@ source: https://github.com/tldr-pages/tldr.git
`updatectl --offline list {{target}}`
- Suppress data headers for returned information:
- Apply an update to a target and then reboot the system:
`updatectl --no-legend list {{target}}`
- Check to see if a target has any available updates:
`updatectl check {{target}}`
`updatectl --reboot update {{target}}`
- Clean up old versions of a specified target: