purr-data from home:aggraef:purr-data-jgu project
Seleccione su sistema operativo
Añadir repositorio e instalar de forma manual
Para Arch Linux, edite /etc/pacman.conf y añada lo siguiente (el orden de los repositorios es importante en pacman.conf, debido a que pacman siempre descarga el primer paquete que encuentra):
[home_aggraef_purr-data-jgu_Arch] Server = https://download.opensuse.org/repositories/home:/aggraef:/purr-data-jgu/Arch/$arch
Después ejecute lo siguiente como 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
Descargar los paquetes binarios directamente
Añadir repositorio e instalar de forma manual
Para Debian Unstable ejecute lo siguiente:
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
Para Debian Testing ejecute lo siguiente:
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
Para Debian 9.0 ejecute lo siguiente:
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
Para Debian 12 ejecute lo siguiente:
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
Para Debian 11 ejecute lo siguiente:
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
Para Debian 10 ejecute lo siguiente:
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
Descargar los paquetes binarios directamente
Añadir repositorio e instalar de forma manual
Para Fedora Rawhide ejecute lo siguiente como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:aggraef:purr-data-jgu/Fedora_Rawhide/home:aggraef:purr-data-jgu.repo dnf install purr-data
Para Fedora 40 ejecute lo siguiente como 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
Para Fedora 39 ejecute lo siguiente como 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
Descargar los paquetes binarios directamente
Añadir repositorio e instalar de forma manual
Para Raspbian 12 ejecute lo siguiente:
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
Para Raspbian 11 ejecute lo siguiente:
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
Para Raspbian 10 ejecute lo siguiente:
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
Descargar los paquetes binarios directamente
Añadir repositorio e instalar de forma manual
Para xUbuntu 24.04 ejecute lo siguiente:
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
Para xUbuntu 23.10 ejecute lo siguiente:
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
Para xUbuntu 23.04 ejecute lo siguiente:
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
Para xUbuntu 22.10 ejecute lo siguiente:
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
Para xUbuntu 22.04 ejecute lo siguiente:
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
Para xUbuntu 21.04 ejecute lo siguiente:
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
Para xUbuntu 20.04 ejecute lo siguiente:
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
Para xUbuntu 18.04 ejecute lo siguiente:
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
Para xUbuntu 16.04 ejecute lo siguiente:
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
Descargar los paquetes binarios directamente
Añadir repositorio e instalar de forma manual
Para Fedora 37 ejecute lo siguiente como root:
?
Para Fedora 36 ejecute lo siguiente como root:
?