plugdata from home:plugdata project
Vyberte váš operační systém
Přidat repozitář a instalovat ručně
V Arch Linuxu upravte /etc/pacman.conf a přidejte následující (pozor, pořadí repozitářů v souboru pacman.conf je důležité, protože pacman vždy stahuje první nalezený balíček):
[home_plugdata_Arch] Server = https://download.opensuse.org/repositories/home:/plugdata/Arch/$arch
Potom jako root spusťte následující
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
Získat binární balíčky přímo
Přidat repozitář a instalovat ručně
Pro Debian 13 spusťte následující:
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
Pro Debian 12 spusťte následující:
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
Pro Debian 11 spusťte následující:
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
Získat binární balíčky přímo
Přidat repozitář a instalovat ručně
Pro Fedora 42 spusťte jako root následující:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:plugdata/Fedora_42/home:plugdata.repo dnf install plugdata
Pro Fedora 41 spusťte jako root následující:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:plugdata/Fedora_41/home:plugdata.repo dnf install plugdata
Získat binární balíčky přímo
Přidat repozitář a instalovat ručně
Pro Mageia Cauldron spusťte jako root následující:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:plugdata/Mageia_Cauldron/home:plugdata.repo dnf install plugdata
Pro Mageia 9 spusťte jako root následující:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:plugdata/Mageia_9/home:plugdata.repo dnf install plugdata
Získat binární balíčky přímo
Přidat repozitář a instalovat ručně
Pro openSUSE Tumbleweed spusťte jako root následující:
zypper addrepo https://download.opensuse.org/repositories/home:plugdata/openSUSE_Tumbleweed/home:plugdata.repo zypper refresh zypper install plugdata
Pro openSUSE Factory ARM spusťte jako root následující:
zypper addrepo https://download.opensuse.org/repositories/home:plugdata/openSUSE_Factory_ARM/home:plugdata.repo zypper refresh zypper install plugdata
Pro 15.6 spusťte jako root následující:
zypper addrepo https://download.opensuse.org/repositories/home:plugdata/15.6/home:plugdata.repo zypper refresh zypper install plugdata
Získat binární balíčky přímo
Přidat repozitář a instalovat ručně
Pro Raspbian 12 spusťte následující:
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
Pro Raspbian 11 spusťte následující:
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
Získat binární balíčky přímo
Přidat repozitář a instalovat ručně
Pro xUbuntu 25.04 spusťte následující:
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
Pro xUbuntu 24.10 spusťte následující:
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
Pro xUbuntu 24.04 spusťte následující:
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
Pro xUbuntu 23.10 spusťte následující:
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
Pro xUbuntu 23.04 spusťte následující:
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
Pro xUbuntu 22.04 spusťte následující:
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
Pro xUbuntu 20.04 spusťte následující:
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