
Install Orb on Arch Linux
Install Orb on Arch Linux
These instructions are for installing Orb on Arch Linux.
Add Orb Forge's GPG key
curl -q https://pkgs.orb.net/stable/rpm/key.gpg | pacman-key -a -
pacman-key --lsign-key AC24C3F82F82BADB6868AE99C1968008BFF84DF5
Add the Orb repository
To enable updates through pacman, add the following to your /etc/pacman.conf
:
[orb]
Server = https://pkgs.orb.net/stable/arch/$arch
Update the package database
After adding the Orb repository, update your package database to ensure the changes take effect:
pacman -Sy
Install Orb
pacman -S orb
Enable Orb service
systemctl enable --now orb