
Install Orb on RPM-based Systems (CentOS, Fedora, RHEL)
These instructions are for installing Orb on RPM-based Linux distributions like CentOS, Fedora, and Red Hat Enterprise Linux (RHEL).
sudo dnf config-manager addrepo --from-repofile=https://pkgs.orb.net/stable/rpm/orb.repo
Install Orb
sudo dnf install orb
Start Orb
sudo systemctl enable --now orb
Enable auto-updates
sudo systemctl enable --now orb-update.timer