================================================================================================= Automatic install: ------------------ curl https://pegasus.xubi.org/pegasus/repos/pegasus-install-script.sh | sh ================================================================================================= Manual install: --------------- Note: replace 'sudo' with 'doas' in case that is installed. Adding the Public Package Signing Key to pacman: ------------------------------------------------ First, download the public OpenPGP signing key pegasus-pgpkey-4440474525170FA7.asc used to sign the packages and add it to the pacman keyring: Note: in case doas is installed use that instead of the sudo command. curl -O https://pegasus.xubi.org/pegasus/repos/pegasus-pgpkey-4440474525170FA7.asc sudo pacman-key --add pegasus-pgpkey-4440474525170FA7.asc sudo pacman-key --finger 9C149FFF687526C7 sudo pacman-key --lsign-key 9C149FFF687526C7 More information on package signing can be found on the Pacman/Package signing - ArchWiki page. https://wiki.archlinux.org/title/Pacman/Package_signing#Adding_unofficial_keys Adding the Repository to Pacman's Configuration: ------------------------------------------------ After adding the public key, also add an entry for the pegasus repository to the end of file /etc/pacman.conf using sudo and the editor of your choice: [pegasus] Server = https://pegasus.xubi.org/pegasus/repos/$repo/os/$arch In case Arch Linux repositories are present in /etc/pacman.conf put the entry for the pegasus one above these. Update Pacman's Package Database: --------------------------------- sudo pacman -Syyu ================================================================================================= Available Packages: ------------------- Check this URL for available packages: https://pegasus.xubi.org/pegasus/repos/1-pegasus-package-overview.html =================================================================================================