Skip to content

Latest commit

 

History

History
71 lines (47 loc) · 897 Bytes

rpm-ostree.md

File metadata and controls

71 lines (47 loc) · 897 Bytes

Cheat Sheet: rpm-ostree

rpm-ostree is the ostree manager for Fedora Silverblue and Fedora IOT.

Information

Get help.

rpm-ostree --help

Get system status.

rpm-ostree status

Install packages (layered packages)

Install a package.

rpm-ostree install <package>

Uninstall a package.

rpm-ostree uninstall <package>

Update the system

Check for updates.

rpm-ostree upgrade --check

Update the system.

rpm-ostree upgrade

Rollback

Rollback to the previous deployment.

rpm-ostree rollback

Switch to a specific commit.

rpm-ostree deploy <commit>
# or
rpm-ostree deploy <version string>

Removal

Remove the previous deployment after rolling back.

rpm-ostree cleanup --rollback