fluidsynth from home:rncbc:libs project

Виберіть вашу операційну систему

Для Arch Linux відредагуйте /etc/pacman.conf і додайте наступне (зверніть увагу, що в pacman.conf важливий порядок сховищ, оскільки pacman завжди завантажує перший знайдений пакет):
[home_rncbc_libs_Arch]
Server = https://download.opensuse.org/repositories/home:/rncbc:/libs/Arch/$arch
Потім запустіть від імені root
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

Пакунки для Arch:

Для Debian 13 запустіть:
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
Для Debian 12 запустіть:
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

Пакунки для Debian 13:

Пакунки для Debian 12:

Для Fedora 43 запустіть від імені root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:rncbc:libs/Fedora_43/home:rncbc:libs.repo
dnf install fluidsynth
Для Fedora 42 запустіть від імені root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:rncbc:libs/Fedora_42/home:rncbc:libs.repo
dnf install fluidsynth
Для openSUSE Tumbleweed запустіть від імені root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Tumbleweed/home:rncbc:libs.repo
zypper refresh
zypper install fluidsynth
Для openSUSE Slowroll запустіть від імені root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Slowroll/home:rncbc:libs.repo
zypper refresh
zypper install fluidsynth
Для openSUSE Leap 15.2 запустіть від імені root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Leap_15.2/home:rncbc:libs.repo
zypper refresh
zypper install fluidsynth
Для Raspbian 12 запустіть:
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

Пакунки для Raspbian 12:

Для openSUSE Leap 15.6 запустіть від імені root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Leap_15.6/home:rncbc:libs.repo
zypper refresh
zypper install fluidsynth
Для xUbuntu 25.10 запустіть:
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
Для xUbuntu 24.04 запустіть:
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
Для xUbuntu 22.04 запустіть:
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

Пакунки для xUbuntu 25.10:

Пакунки для xUbuntu 24.04:

Пакунки для xUbuntu 22.04: