qsynth from home:rncbc project

अपना ऑपरेटिंग सिस्टम चुनें

आर्च लिनक्स हेतु, /etc/pacman.conf फाइल संपादित कर निम्नलिखित (ध्यान दें कि पैकमैन द्वारा सदैव प्रथम प्राप्त पैकेज डाउनलोड होता है अतः pacman.conf में पैकेज-संग्रह का क्रम अहम है) को जोड़ें :
[home_rncbc_Arch]
Server = https://download.opensuse.org/repositories/home:/rncbc/Arch/$arch
फिर निम्नलिखित को रुट उपयोक्ता के रूप में निष्पादित करें
key=$(curl -fsSL https://download.opensuse.org/repositories/home:rncbc/Arch/$(uname -m)/home_rncbc_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_Arch/qsynth

Arch हेतु पैकेज :

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/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc.gpg > /dev/null
sudo apt update
sudo apt install qsynth
Debian 11 हेतु निम्नलिखित को निष्पादित करें :
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/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc.gpg > /dev/null
sudo apt update
sudo apt install qsynth

Debian 12 हेतु पैकेज :

Debian 11 हेतु पैकेज :

Fedora 40 हेतु निम्नलिखित को रुट उपयोक्ता के रूप में निष्पादित करें :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:rncbc/Fedora_40/home:rncbc.repo
dnf install qsynth
Fedora 39 हेतु निम्नलिखित को रुट उपयोक्ता के रूप में निष्पादित करें :
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:rncbc/Fedora_39/home:rncbc.repo
dnf install qsynth
openSUSE Tumbleweed हेतु निम्नलिखित को रुट उपयोक्ता के रूप में निष्पादित करें :
zypper addrepo https://download.opensuse.org/repositories/home:rncbc/openSUSE_Tumbleweed/home:rncbc.repo
zypper refresh
zypper install qsynth
openSUSE Slowroll हेतु निम्नलिखित को रुट उपयोक्ता के रूप में निष्पादित करें :
zypper addrepo https://download.opensuse.org/repositories/home:rncbc/openSUSE_Slowroll/home:rncbc.repo
zypper refresh
zypper install qsynth
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/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc.gpg > /dev/null
sudo apt update
sudo apt install qsynth
Raspbian 11 हेतु निम्नलिखित को निष्पादित करें :
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/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc.gpg > /dev/null
sudo apt update
sudo apt install qsynth

Raspbian 12 हेतु पैकेज :

Raspbian 11 हेतु पैकेज :

openSUSE Leap 15.6 हेतु निम्नलिखित को रुट उपयोक्ता के रूप में निष्पादित करें :
zypper addrepo https://download.opensuse.org/repositories/home:rncbc/openSUSE_Leap_15.6/home:rncbc.repo
zypper refresh
zypper install qsynth
openSUSE Leap 15.5 हेतु निम्नलिखित को रुट उपयोक्ता के रूप में निष्पादित करें :
zypper addrepo https://download.opensuse.org/repositories/home:rncbc/openSUSE_Leap_15.5/home:rncbc.repo
zypper refresh
zypper install qsynth
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/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc.gpg > /dev/null
sudo apt update
sudo apt install qsynth
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/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc.gpg > /dev/null
sudo apt update
sudo apt install qsynth
xUbuntu 20.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/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:rncbc.list
curl -fsSL https://download.opensuse.org/repositories/home:rncbc/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_rncbc.gpg > /dev/null
sudo apt update
sudo apt install qsynth

xUbuntu 24.04 हेतु पैकेज :

xUbuntu 22.04 हेतु पैकेज :

xUbuntu 20.04 हेतु पैकेज :