ostree

Version control for binary files similar to git but optimized for operating system root filesystems. OSTree is the foundation for immutable image-based operating systems such as Fedora Silverblue, Fedora IoT or Fedora CoreOS. More information: <https://ostreedev.github.io/ostree>.

Debian Debian
RUN apt-get update && \ apt-get install -y ostree
Ubuntu
RUN apt-get update && \ apt-get install -y ostree
Alpine
RUN apk add ostree
Arch Arch Linux
RUN pacman -S --noconfirm ostree
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y ostree
CentOS
RUN yum install -y ostree
Fedora
RUN dnf install -y ostree
Raspbian
RUN apt-get update && \ apt-get install -y ostree
click the source code to copy install ostree on any operating system with command-not-found.com