purr-data from home:aggraef:purr-data-jgu project

Seleccioneu el sistema operatiu

Per aArch Linux, editeu /etc/pacman.conf i afegiu-hi el següent (tingueu present que l'ordre dels repositoris dins de pacman.conf és important, ja que el Pacman sempre descarrega el primer paquet que troba):
[home_aggraef_purr-data-jgu_Arch]
Server = https://download.opensuse.org/repositories/home:/aggraef:/purr-data-jgu/Arch/$arch
Llavors executeu el següent com a root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/Arch/$(uname -m)/home_aggraef_purr-data-jgu_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_purr-data-jgu_Arch/purr-data
Per a Debian Unstable executeu el següent:
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:/purr-data-jgu/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:purr-data-jgu.list
curl -fsSL https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_purr-data-jgu.gpg > /dev/null
sudo apt update
sudo apt install purr-data
Per a Debian Testing executeu el següent:
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:/purr-data-jgu/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:purr-data-jgu.list
curl -fsSL https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_purr-data-jgu.gpg > /dev/null
sudo apt update
sudo apt install purr-data
Per a Debian 9.0 executeu el següent:
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:/purr-data-jgu/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:purr-data-jgu.list
curl -fsSL https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_purr-data-jgu.gpg > /dev/null
sudo apt update
sudo apt install purr-data
Per a Debian 12 executeu el següent:
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:/purr-data-jgu/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:purr-data-jgu.list
curl -fsSL https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_purr-data-jgu.gpg > /dev/null
sudo apt update
sudo apt install purr-data
Per a Debian 11 executeu el següent:
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:/purr-data-jgu/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:purr-data-jgu.list
curl -fsSL https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_purr-data-jgu.gpg > /dev/null
sudo apt update
sudo apt install purr-data
Per a Debian 10 executeu el següent:
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:/purr-data-jgu/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:purr-data-jgu.list
curl -fsSL https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_purr-data-jgu.gpg > /dev/null
sudo apt update
sudo apt install purr-data
Per a Fedora Rawhide executeu el següent com a root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/Fedora_Rawhide/home:aggraef:purr-data-jgu.repo
dnf install purr-data
Per a Fedora 40 executeu el següent com a root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/Fedora_40/home:aggraef:purr-data-jgu.repo
dnf install purr-data
Per a Fedora 39 executeu el següent com a root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/Fedora_39/home:aggraef:purr-data-jgu.repo
dnf install purr-data
Per a Raspbian 12 executeu el següent:
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:/purr-data-jgu/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:purr-data-jgu.list
curl -fsSL https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_purr-data-jgu.gpg > /dev/null
sudo apt update
sudo apt install purr-data
Per a Raspbian 11 executeu el següent:
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:/purr-data-jgu/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:purr-data-jgu.list
curl -fsSL https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_purr-data-jgu.gpg > /dev/null
sudo apt update
sudo apt install purr-data
Per a Raspbian 10 executeu el següent:
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:/purr-data-jgu/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:purr-data-jgu.list
curl -fsSL https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_purr-data-jgu.gpg > /dev/null
sudo apt update
sudo apt install purr-data
Per a xUbuntu 25.04 executeu el següent:
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:/purr-data-jgu/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:purr-data-jgu.list
curl -fsSL https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_purr-data-jgu.gpg > /dev/null
sudo apt update
sudo apt install purr-data
Per a xUbuntu 24.04 executeu el següent:
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:/purr-data-jgu/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:purr-data-jgu.list
curl -fsSL https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_purr-data-jgu.gpg > /dev/null
sudo apt update
sudo apt install purr-data
Per a xUbuntu 23.10 executeu el següent:
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:/purr-data-jgu/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:purr-data-jgu.list
curl -fsSL https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_purr-data-jgu.gpg > /dev/null
sudo apt update
sudo apt install purr-data
Per a xUbuntu 23.04 executeu el següent:
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:/purr-data-jgu/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:purr-data-jgu.list
curl -fsSL https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_purr-data-jgu.gpg > /dev/null
sudo apt update
sudo apt install purr-data
Per a xUbuntu 22.10 executeu el següent:
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:/purr-data-jgu/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:purr-data-jgu.list
curl -fsSL https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_purr-data-jgu.gpg > /dev/null
sudo apt update
sudo apt install purr-data
Per a xUbuntu 22.04 executeu el següent:
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:/purr-data-jgu/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:purr-data-jgu.list
curl -fsSL https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_purr-data-jgu.gpg > /dev/null
sudo apt update
sudo apt install purr-data
Per a xUbuntu 21.04 executeu el següent:
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:/purr-data-jgu/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:purr-data-jgu.list
curl -fsSL https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_purr-data-jgu.gpg > /dev/null
sudo apt update
sudo apt install purr-data
Per a xUbuntu 20.04 executeu el següent:
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:/purr-data-jgu/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:purr-data-jgu.list
curl -fsSL https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_purr-data-jgu.gpg > /dev/null
sudo apt update
sudo apt install purr-data
Per a xUbuntu 18.04 executeu el següent:
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:/purr-data-jgu/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:purr-data-jgu.list
curl -fsSL https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_purr-data-jgu.gpg > /dev/null
sudo apt update
sudo apt install purr-data
Per a xUbuntu 16.04 executeu el següent:
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:/purr-data-jgu/xUbuntu_16.04/ /' | sudo tee /etc/apt/sources.list.d/home:aggraef:purr-data-jgu.list
curl -fsSL https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/xUbuntu_16.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_aggraef_purr-data-jgu.gpg > /dev/null
sudo apt update
sudo apt install purr-data