plugdata from home:plugdata project
Seleccione o seu sistema operativo
Engadir repositorio e instalar manualmente
Para Arch Linux, edite /etc/pacman.conf e engada o seguinte (a orde dos repositorios é importante en pacman.conf, xa que pacman sempre descarga o primeiro paquete que atopa):
[home_plugdata_Arch] Server = https://download.opensuse.org/repositories/home:/plugdata/Arch/$arch
Despois execute o seguinte como root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:plugdata/Arch/$(uname -m)/home_plugdata_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_plugdata_Arch/plugdata
Obter paquetes binarios directamente
Engadir repositorio e instalar manualmente
Para Debian 13 execute o seguinte:
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:/plugdata/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:plugdata.list curl -fsSL https://download.opensuse.org/repositories/home:plugdata/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_plugdata.gpg > /dev/null sudo apt update sudo apt install plugdata
Para Debian 12 execute o seguinte:
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:/plugdata/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:plugdata.list curl -fsSL https://download.opensuse.org/repositories/home:plugdata/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_plugdata.gpg > /dev/null sudo apt update sudo apt install plugdata
Para Debian 11 execute o seguinte:
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:/plugdata/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:plugdata.list curl -fsSL https://download.opensuse.org/repositories/home:plugdata/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_plugdata.gpg > /dev/null sudo apt update sudo apt install plugdata
Obter paquetes binarios directamente
Engadir repositorio e instalar manualmente
Para Fedora 42 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:plugdata/Fedora_42/home:plugdata.repo dnf install plugdata
Para Fedora 41 execute o seguinte como root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:plugdata/Fedora_41/home:plugdata.repo dnf install plugdata
Obter paquetes binarios directamente
Engadir repositorio e instalar manualmente
Para Mageia Cauldron execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:plugdata/Mageia_Cauldron/home:plugdata.repo dnf install plugdata
Para Mageia 9 execute o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:plugdata/Mageia_9/home:plugdata.repo dnf install plugdata
Obter paquetes binarios directamente
Engadir repositorio e instalar manualmente
Para openSUSE Tumbleweed execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:plugdata/openSUSE_Tumbleweed/home:plugdata.repo zypper refresh zypper install plugdata
Para openSUSE Factory ARM execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:plugdata/openSUSE_Factory_ARM/home:plugdata.repo zypper refresh zypper install plugdata
Para 15.6 execute o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:plugdata/15.6/home:plugdata.repo zypper refresh zypper install plugdata
Obter paquetes binarios directamente
Engadir repositorio e instalar manualmente
Para Raspbian 12 execute o seguinte:
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:/plugdata/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:plugdata.list curl -fsSL https://download.opensuse.org/repositories/home:plugdata/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_plugdata.gpg > /dev/null sudo apt update sudo apt install plugdata
Para Raspbian 11 execute o seguinte:
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:/plugdata/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:plugdata.list curl -fsSL https://download.opensuse.org/repositories/home:plugdata/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_plugdata.gpg > /dev/null sudo apt update sudo apt install plugdata
Obter paquetes binarios directamente
Engadir repositorio e instalar manualmente
Para xUbuntu 25.04 execute o seguinte:
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:/plugdata/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:plugdata.list curl -fsSL https://download.opensuse.org/repositories/home:plugdata/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_plugdata.gpg > /dev/null sudo apt update sudo apt install plugdata
Para xUbuntu 24.10 execute o seguinte:
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:/plugdata/xUbuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/home:plugdata.list curl -fsSL https://download.opensuse.org/repositories/home:plugdata/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_plugdata.gpg > /dev/null sudo apt update sudo apt install plugdata
Para xUbuntu 24.04 execute o seguinte:
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:/plugdata/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:plugdata.list curl -fsSL https://download.opensuse.org/repositories/home:plugdata/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_plugdata.gpg > /dev/null sudo apt update sudo apt install plugdata
Para xUbuntu 23.10 execute o seguinte:
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:/plugdata/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:plugdata.list curl -fsSL https://download.opensuse.org/repositories/home:plugdata/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_plugdata.gpg > /dev/null sudo apt update sudo apt install plugdata
Para xUbuntu 23.04 execute o seguinte:
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:/plugdata/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:plugdata.list curl -fsSL https://download.opensuse.org/repositories/home:plugdata/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_plugdata.gpg > /dev/null sudo apt update sudo apt install plugdata
Para xUbuntu 22.04 execute o seguinte:
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:/plugdata/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:plugdata.list curl -fsSL https://download.opensuse.org/repositories/home:plugdata/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_plugdata.gpg > /dev/null sudo apt update sudo apt install plugdata
Para xUbuntu 20.04 execute o seguinte:
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:/plugdata/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:plugdata.list curl -fsSL https://download.opensuse.org/repositories/home:plugdata/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_plugdata.gpg > /dev/null sudo apt update sudo apt install plugdata