stardust-xr-solar-sailer from home:technobaboo:stardust-xr project
Select Your Operating System
Add repository and install manually
For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_technobaboo_stardust-xr_Arch] Server = https://download.opensuse.org/repositories/home:/technobaboo:/stardust-xr/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:technobaboo:stardust-xr/Arch/$(uname -m)/home_technobaboo_stardust-xr_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')
pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"
pacman -Sy home_technobaboo_stardust-xr_Arch/stardust-xr-solar-sailer
Grab binary packages directly
Add repository and install manually
For Fedora Rawhide run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:technobaboo:stardust-xr/Fedora_Rawhide/home:technobaboo:stardust-xr.repo dnf install stardust-xr-solar-sailer
For Fedora 43 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:technobaboo:stardust-xr/Fedora_43/home:technobaboo:stardust-xr.repo dnf install stardust-xr-solar-sailer
Grab binary packages directly
Add repository and install manually
For hardware xr openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:technobaboo:stardust-xr/hardware_xr_openSUSE_Tumbleweed/home:technobaboo:stardust-xr.repo zypper refresh zypper install stardust-xr-solar-sailer
Grab binary packages directly
Add repository and install manually
For Debian Sid run the following as root:
?