qmidinet from home:rncbc project

Vyberte váš operačný systém

Pre Arch Linux upravte /etc/pacman.conf a pridajte nasledujúce (Treba upozorniť, že poradie repozitárov v pacman.conf je dôležité, pretože pacman vždy stiahne prvý nájdený balík):
[home_rncbc_Arch]
Server = https://download.opensuse.org/repositories/home:/rncbc/Arch/$arch
Potom spustite ako root nasledujúce
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/qmidinet
Pre Debian 12 spustite nasledujúce:
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 qmidinet
Pre Debian 11 spustite nasledujúce:
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 qmidinet

Balíky pre Debian 12:

Balíky pre Debian 11:

Pre Fedora 39 spustite ako root nasledujúce:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:rncbc/Fedora_39/home:rncbc.repo
dnf install qmidinet
Pre Fedora 38 spustite ako root nasledujúce:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:rncbc/Fedora_38/home:rncbc.repo
dnf install qmidinet
Pre openSUSE Tumbleweed spustite ako root nasledujúce:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc/openSUSE_Tumbleweed/home:rncbc.repo
zypper refresh
zypper install qmidinet
Pre openSUSE Slowroll spustite ako root nasledujúce:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc/openSUSE_Slowroll/home:rncbc.repo
zypper refresh
zypper install qmidinet
Pre Raspbian 12 spustite nasledujúce:
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 qmidinet
Pre Raspbian 11 spustite nasledujúce:
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 qmidinet

Balíky pre Raspbian 12:

Balíky pre Raspbian 11:

Pre openSUSE Leap 15.6 spustite ako root nasledujúce:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc/openSUSE_Leap_15.6/home:rncbc.repo
zypper refresh
zypper install qmidinet
Pre openSUSE Leap 15.5 spustite ako root nasledujúce:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc/openSUSE_Leap_15.5/home:rncbc.repo
zypper refresh
zypper install qmidinet
Pre xUbuntu 24.04 spustite nasledujúce:
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 qmidinet
Pre xUbuntu 22.04 spustite nasledujúce:
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 qmidinet
Pre xUbuntu 20.04 spustite nasledujúce:
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 qmidinet

Balíky pre xUbuntu 24.04:

Balíky pre xUbuntu 22.04:

Balíky pre xUbuntu 20.04: