
rpm-ostree
List of commands for rpm-ostree:
-
rpm-ostree:tldr:62fc6 rpm-ostree: Reboot into the previous ostree deployment.$ rpm-ostree rollback --reboottry on your machineexplain this command
-
rpm-ostree:tldr:96c3e rpm-ostree: Show packages which are outdated and can be updated.$ rpm-ostree upgrade --previewtry on your machineexplain this command
-
rpm-ostree:tldr:97b8e rpm-ostree: Install a package into a new ostree deployment and reboot into it.$ rpm-ostree install ${package} --reboottry on your machineexplain this command
-
rpm-ostree:tldr:989a7 rpm-ostree: Show rpm-ostree deployments in the order they will appear in the bootloader.$ rpm-ostree statustry on your machineexplain this command
-
rpm-ostree:tldr:a6c19 rpm-ostree: Prepare a new ostree deployment with upgraded packages and reboot into it.$ rpm-ostree upgrade --reboottry on your machineexplain this command