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

steamos-select-branch — Select a SteamOS system release branch. More information: <https://gitlab.com/users/evlaV/projects>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
selectsteamoscommandbranchclireleasesystemsteamos-select-branch
linux

Problem

How to use the steamos-select-branch command: Select a SteamOS system release branch. More information: <https://gitlab.com/users/evlaV/projects>.

Solution

steamos-select-branch — Select a SteamOS system release branch. More information: <https://gitlab.com/users/evlaV/projects>.

View the current branch:
steamos-select-branch -c


List all available branches:
steamos-select-branch -l


Switch to the beta branch:
steamos-select-branch beta


Switch back to the stable release:
steamos-select-branch stable


Switch to the bleeding edge branch:
steamos-select-branch main

Code Snippets

View the current branch

steamos-select-branch -c

List all available branches

steamos-select-branch -l

Switch to the beta branch

steamos-select-branch beta

Switch back to the stable release

steamos-select-branch stable

Switch to the bleeding edge branch

steamos-select-branch main

Context

tldr-pages: linux/steamos-select-branch

Revisions (0)

No revisions yet.