fluidsynth from home:rncbc:libs 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_rncbc_libs_Arch] Server = https://download.opensuse.org/repositories/home:/rncbc:/libs/Arch/$arch
Potom jako root spusťte následující
key=$(curl -fsSL https://download.opensuse.org/repositories/home:rncbc:libs/Arch/$(uname -m)/home_rncbc_libs_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_rncbc_libs_Arch/fluidsynth
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:/rncbc:/libs/Debian_13/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc:libs.list curl -fsSL https://download.opensuse.org/repositories/home:rncbc:libs/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc_libs.gpg > /dev/null sudo apt update sudo apt install fluidsynth
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:/rncbc:/libs/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc:libs.list curl -fsSL https://download.opensuse.org/repositories/home:rncbc:libs/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc_libs.gpg > /dev/null sudo apt update sudo apt install fluidsynth
Získat binární balíčky přímo
Přidat repozitář a instalovat ručně
Pro Fedora 43 spusťte jako root následující:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:rncbc:libs/Fedora_43/home:rncbc:libs.repo dnf install fluidsynth
Pro Fedora 42 spusťte jako root následující:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:rncbc:libs/Fedora_42/home:rncbc:libs.repo dnf install fluidsynth
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:rncbc:libs/openSUSE_Tumbleweed/home:rncbc:libs.repo zypper refresh zypper install fluidsynth
Pro openSUSE Slowroll spusťte jako root následující:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Slowroll/home:rncbc:libs.repo zypper refresh zypper install fluidsynth
Pro openSUSE Leap 15.2 spusťte jako root následující:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Leap_15.2/home:rncbc:libs.repo zypper refresh zypper install fluidsynth
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:/rncbc:/libs/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc:libs.list curl -fsSL https://download.opensuse.org/repositories/home:rncbc:libs/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc_libs.gpg > /dev/null sudo apt update sudo apt install fluidsynth
Získat binární balíčky přímo
Přidat repozitář a instalovat ručně
Pro openSUSE Leap 15.6 spusťte jako root následující:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Leap_15.6/home:rncbc:libs.repo zypper refresh zypper install fluidsynth
Získat binární balíčky přímo
Přidat repozitář a instalovat ručně
Pro xUbuntu 25.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:/rncbc:/libs/xUbuntu_25.10/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc:libs.list curl -fsSL https://download.opensuse.org/repositories/home:rncbc:libs/xUbuntu_25.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc_libs.gpg > /dev/null sudo apt update sudo apt install fluidsynth
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:/rncbc:/libs/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc:libs.list curl -fsSL https://download.opensuse.org/repositories/home:rncbc:libs/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc_libs.gpg > /dev/null sudo apt update sudo apt install fluidsynth
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:/rncbc:/libs/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc:libs.list curl -fsSL https://download.opensuse.org/repositories/home:rncbc:libs/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc_libs.gpg > /dev/null sudo apt update sudo apt install fluidsynth
Získat binární balíčky přímo
Přidat repozitář a instalovat ručně
Pro openSUSE Leap 16.0 spusťte jako root následující:
?