From e696538d663839158375da30c89ad60abe59e737 Mon Sep 17 00:00:00 2001 From: Kristopher Date: Fri, 1 Aug 2025 06:58:44 -0700 Subject: [PATCH] updatectl: add page (#17431) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --- pages/linux/updatectl.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/linux/updatectl.md diff --git a/pages/linux/updatectl.md b/pages/linux/updatectl.md new file mode 100644 index 0000000000..8e94ae864f --- /dev/null +++ b/pages/linux/updatectl.md @@ -0,0 +1,36 @@ +# updatectl + +> System update utility. +> More information: . + +- Apply an update: + +`updatectl update {{target}}` + +- Apply update and then reboot system: + +`updatectl --reboot update {{target}}` + +- Show data about the target and its versions: + +`updatectl list {{target}}` + +- Return local data about a target without fetching from the network: + +`updatectl --offline list {{target}}` + +- Suppress data headers for returned information: + +`updatectl --no-legend list {{target}}` + +- Check to see if a target has any available updates: + +`updatectl check {{target}}` + +- Clean up old versions of a specified target: + +`updatectl vacuum {{target}}` + +- Display help: + +`updatectl {{[-h|--help]}}`