Forrest logo
back to context overview

rpm-ostree

List of commands for rpm-ostree:

  • rpm-ostree:tldr:62fc6 rpm-ostree: Reboot into the previous ostree deployment.
    $ rpm-ostree rollback --reboot
    try on your machine
    explain this command
  • rpm-ostree:tldr:96c3e rpm-ostree: Show packages which are outdated and can be updated.
    $ rpm-ostree upgrade --preview
    try on your machine
    explain this command
  • rpm-ostree:tldr:97b8e rpm-ostree: Install a package into a new ostree deployment and reboot into it.
    $ rpm-ostree install ${package} --reboot
    try on your machine
    explain this command
  • rpm-ostree:tldr:989a7 rpm-ostree: Show rpm-ostree deployments in the order they will appear in the bootloader.
    $ rpm-ostree status
    try on your machine
    explain this command
  • rpm-ostree:tldr:a6c19 rpm-ostree: Prepare a new ostree deployment with upgraded packages and reboot into it.
    $ rpm-ostree upgrade --reboot
    try on your machine
    explain this command
back to context overview