Files
tldr/pages/linux/atomupd-manager.md
Managor 79943a8f44 atomupd-manager: add page (#21725)
Co-authored-by: Meinard Francisco <44516102+znarfm@users.noreply.github.com>
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
2026-03-28 22:25:50 +07:00

510 B

atomupd-manager

Manage SteamOS updates. More information: https://github.com/evlaV/atomupd-daemon.

  • Check for available updates:

sudo atomupd-manager check

  • Update to a specific image:

sudo atomupd-manager update {{version_id}}

  • Print the current tracked update channel:

atomupd-manager tracked-branch

  • List available update channels:

atomupd-manager list-branches

  • Switch to a specific update channel:

sudo atomupd-manager switch-branch {{stable|beta|preview|rc|bc|pc|main}}