================================================================================================= Automatic install: ------------------ curl https://dinosaur.homelinuxserver.org/dinosaur/dinosaur-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 dinosaur-pgpkey-B9FCE86BE9320EF8.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://dinosaur.homelinuxserver.org/dinosaur/dinosaur-pgpkey-B9FCE86BE9320EF8.asc sudo pacman-key --add dinosaur-pgpkey-B9FCE86BE9320EF8.asc sudo pacman-key --finger B9FCE86BE9320EF8 sudo pacman-key --lsign-key B9FCE86BE9320EF8 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 dinosaur repository to the end of file /etc/pacman.conf using sudo and the editor of your choice: [dinosaur] Server = https://dinosaur.homelinuxserver.org/$repo/os/$arch In case Arch Linux repositories are present in /etc/pacman.conf put the entry for the dinosaur one above these. Update Pacman's Package Database: --------------------------------- sudo pacman -Syyu ================================================================================================= Available Packages: ------------------- Check this URL for available packages: https://dinosaur.homelinuxserver.org/dinosaur/1-dinosaur-package-overview.html =================================================================================================