bespokesynth from home:bespokesynth project

Seleccione su sistema operativo

Para Arch Linux, edite /etc/pacman.conf y añada lo siguiente (el orden de los repositorios es importante en pacman.conf, debido a que pacman siempre descarga el primer paquete que encuentra):
[home_bespokesynth_Arch]
Server = https://download.opensuse.org/repositories/home:/bespokesynth/Arch/$arch
Después ejecute lo siguiente como root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:bespokesynth/Arch/$(uname -m)/home_bespokesynth_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_bespokesynth_Arch/bespokesynth
Para Debian 12 ejecute lo siguiente:
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:/bespokesynth/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:bespokesynth.list
curl -fsSL https://download.opensuse.org/repositories/home:bespokesynth/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bespokesynth.gpg > /dev/null
sudo apt update
sudo apt install bespokesynth
Para Debian 11 ejecute lo siguiente:
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:/bespokesynth/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:bespokesynth.list
curl -fsSL https://download.opensuse.org/repositories/home:bespokesynth/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bespokesynth.gpg > /dev/null
sudo apt update
sudo apt install bespokesynth
Para Fedora 40 ejecute lo siguiente como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:bespokesynth/Fedora_40/home:bespokesynth.repo
dnf install bespokesynth
Para Fedora 39 ejecute lo siguiente como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:bespokesynth/Fedora_39/home:bespokesynth.repo
dnf install bespokesynth
Para Fedora 38 ejecute lo siguiente como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:bespokesynth/Fedora_38/home:bespokesynth.repo
dnf install bespokesynth
Para Mageia 9 ejecute lo siguiente como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:bespokesynth/Mageia_9/home:bespokesynth.repo
dnf install bespokesynth
Para Mageia 8 ejecute lo siguiente como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:bespokesynth/Mageia_8/home:bespokesynth.repo
dnf install bespokesynth
Para openSUSE Tumbleweed ejecute lo siguiente como root:
zypper addrepo https://download.opensuse.org/repositories/home:bespokesynth/openSUSE_Tumbleweed/home:bespokesynth.repo
zypper refresh
zypper install bespokesynth
Para openSUSE Slowroll ejecute lo siguiente como root:
zypper addrepo https://download.opensuse.org/repositories/home:bespokesynth/openSUSE_Slowroll/home:bespokesynth.repo
zypper refresh
zypper install bespokesynth
Para 15.5 ejecute lo siguiente como root:
zypper addrepo https://download.opensuse.org/repositories/home:bespokesynth/15.5/home:bespokesynth.repo
zypper refresh
zypper install bespokesynth
Para 15.4 ejecute lo siguiente como root:
zypper addrepo https://download.opensuse.org/repositories/home:bespokesynth/15.4/home:bespokesynth.repo
zypper refresh
zypper install bespokesynth
Para Raspbian 11 ejecute lo siguiente:
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:/bespokesynth/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:bespokesynth.list
curl -fsSL https://download.opensuse.org/repositories/home:bespokesynth/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bespokesynth.gpg > /dev/null
sudo apt update
sudo apt install bespokesynth
Para xUbuntu 24.04 ejecute lo siguiente:
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:/bespokesynth/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:bespokesynth.list
curl -fsSL https://download.opensuse.org/repositories/home:bespokesynth/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bespokesynth.gpg > /dev/null
sudo apt update
sudo apt install bespokesynth
Para xUbuntu 23.10 ejecute lo siguiente:
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:/bespokesynth/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:bespokesynth.list
curl -fsSL https://download.opensuse.org/repositories/home:bespokesynth/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bespokesynth.gpg > /dev/null
sudo apt update
sudo apt install bespokesynth
Para xUbuntu 23.04 ejecute lo siguiente:
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:/bespokesynth/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:bespokesynth.list
curl -fsSL https://download.opensuse.org/repositories/home:bespokesynth/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bespokesynth.gpg > /dev/null
sudo apt update
sudo apt install bespokesynth
Para xUbuntu 22.04 ejecute lo siguiente:
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:/bespokesynth/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:bespokesynth.list
curl -fsSL https://download.opensuse.org/repositories/home:bespokesynth/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bespokesynth.gpg > /dev/null
sudo apt update
sudo apt install bespokesynth
Para xUbuntu 20.04 ejecute lo siguiente:
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:/bespokesynth/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:bespokesynth.list
curl -fsSL https://download.opensuse.org/repositories/home:bespokesynth/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_bespokesynth.gpg > /dev/null
sudo apt update
sudo apt install bespokesynth

Paquetes de xUbuntu 24.04:

Paquetes de xUbuntu 23.10:

Paquetes de xUbuntu 23.04:

Paquetes de xUbuntu 22.04:

Paquetes de xUbuntu 20.04: