purr-data from home:aggraef:test 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_aggraef_test_Arch] Server = https://download.opensuse.org/repositories/home:/aggraef:/test/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:aggraef:test/Arch/$(uname -m)/home_aggraef_test_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_aggraef_test_Arch/purr-data
Grab binary packages directly
Add repository and install manually
For Debian Unstable run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/aggraef:/test/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:test.list curl -fsSL https://download.opensuse.org/repositories/home:aggraef:test/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_test.gpg > /dev/null sudo apt update sudo apt install purr-data
For Debian Testing run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/aggraef:/test/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:test.list curl -fsSL https://download.opensuse.org/repositories/home:aggraef:test/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_test.gpg > /dev/null sudo apt update sudo apt install purr-data
For Debian 12 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/aggraef:/test/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:test.list curl -fsSL https://download.opensuse.org/repositories/home:aggraef:test/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_test.gpg > /dev/null sudo apt update sudo apt install purr-data
For Debian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/aggraef:/test/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:test.list curl -fsSL https://download.opensuse.org/repositories/home:aggraef:test/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_test.gpg > /dev/null sudo apt update sudo apt install purr-data
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:aggraef:test/Fedora_Rawhide/home:aggraef:test.repo dnf install purr-data
For Fedora 41 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:aggraef:test/Fedora_41/home:aggraef:test.repo dnf install purr-data
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:aggraef:test/Fedora_40/home:aggraef:test.repo dnf install purr-data
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:aggraef:test/Fedora_39/home:aggraef:test.repo dnf install purr-data
Grab binary packages directly
Add repository and install manually
For Raspbian 12 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/aggraef:/test/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:test.list curl -fsSL https://download.opensuse.org/repositories/home:aggraef:test/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_test.gpg > /dev/null sudo apt update sudo apt install purr-data
For Raspbian 11 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/aggraef:/test/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:test.list curl -fsSL https://download.opensuse.org/repositories/home:aggraef:test/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_test.gpg > /dev/null sudo apt update sudo apt install purr-data
Grab binary packages directly
Add repository and install manually
For xUbuntu 25.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/aggraef:/test/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:test.list curl -fsSL https://download.opensuse.org/repositories/home:aggraef:test/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_test.gpg > /dev/null sudo apt update sudo apt install purr-data
For xUbuntu 24.10 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/aggraef:/test/xUbuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:test.list curl -fsSL https://download.opensuse.org/repositories/home:aggraef:test/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_test.gpg > /dev/null sudo apt update sudo apt install purr-data
For xUbuntu 24.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/aggraef:/test/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:test.list curl -fsSL https://download.opensuse.org/repositories/home:aggraef:test/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_test.gpg > /dev/null sudo apt update sudo apt install purr-data
For xUbuntu 23.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/aggraef:/test/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:test.list curl -fsSL https://download.opensuse.org/repositories/home:aggraef:test/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_test.gpg > /dev/null sudo apt update sudo apt install purr-data
For xUbuntu 22.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/aggraef:/test/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:test.list curl -fsSL https://download.opensuse.org/repositories/home:aggraef:test/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_test.gpg > /dev/null sudo apt update sudo apt install purr-data
For xUbuntu 21.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/aggraef:/test/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:test.list curl -fsSL https://download.opensuse.org/repositories/home:aggraef:test/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_test.gpg > /dev/null sudo apt update sudo apt install purr-data
For xUbuntu 20.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/aggraef:/test/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:test.list curl -fsSL https://download.opensuse.org/repositories/home:aggraef:test/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_test.gpg > /dev/null sudo apt update sudo apt install purr-data
For xUbuntu 18.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/aggraef:/test/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:test.list curl -fsSL https://download.opensuse.org/repositories/home:aggraef:test/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_test.gpg > /dev/null sudo apt update sudo apt install purr-data
For xUbuntu 16.04 run the following:
Keep in mind that the owner of the key may distribute updates, packages and repositories that your system will trust (more information).
echo 'deb http://download.opensuse.org/repositories/home:/aggraef:/test/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:test.list curl -fsSL https://download.opensuse.org/repositories/home:aggraef:test/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_test.gpg > /dev/null sudo apt update sudo apt install purr-data