fluidsynth from home:rncbc:libs project

Vælg dit styresystem

Arch Linux, rediger /etc/pacman.conf og tilføj følgende (bemærk at rækkefølgen af softwarekilder i pacman.conf er vigtig, da pacman altid downloader den først fundne pakke):
[home_rncbc_libs_Arch]
Server = https://download.opensuse.org/repositories/home:/rncbc:/libs/Arch/$arch
Kør så følgende som 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
For Debian 13 kør følgende:
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
For Debian 12 kør følgende:
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

Pakker til Debian 13:

Pakker til Debian 12:

For Fedora 43 kør følgende som root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:rncbc:libs/Fedora_43/home:rncbc:libs.repo
dnf install fluidsynth
For Fedora 42 kør følgende som root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:rncbc:libs/Fedora_42/home:rncbc:libs.repo
dnf install fluidsynth
For openSUSE Tumbleweed kør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Tumbleweed/home:rncbc:libs.repo
zypper refresh
zypper install fluidsynth
For openSUSE Slowroll kør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Slowroll/home:rncbc:libs.repo
zypper refresh
zypper install fluidsynth
For openSUSE Leap 15.2 kør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Leap_15.2/home:rncbc:libs.repo
zypper refresh
zypper install fluidsynth
For Raspbian 12 kør følgende:
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

Pakker til Raspbian 12:

For openSUSE Leap 15.6 kør følgende som root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc:libs/openSUSE_Leap_15.6/home:rncbc:libs.repo
zypper refresh
zypper install fluidsynth
For xUbuntu 25.10 kør følgende:
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
For xUbuntu 24.04 kør følgende:
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
For xUbuntu 22.04 kør følgende:
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

Pakker til xUbuntu 25.10:

Pakker til xUbuntu 24.04:

Pakker til xUbuntu 22.04: