qpwgraph from home:rncbc project

Выберите операционную систему

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

Пакеты для Debian 12:

Пакеты для Debian 11:

Для Fedora 39 запустите от имени root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:rncbc/Fedora_39/home:rncbc.repo
dnf install qpwgraph
Для Fedora 38 запустите от имени root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:rncbc/Fedora_38/home:rncbc.repo
dnf install qpwgraph
Для openSUSE Tumbleweed запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc/openSUSE_Tumbleweed/home:rncbc.repo
zypper refresh
zypper install qpwgraph
Для openSUSE Slowroll запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc/openSUSE_Slowroll/home:rncbc.repo
zypper refresh
zypper install qpwgraph
Для 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 qpwgraph
Для 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 qpwgraph

Пакеты для Raspbian 12:

Пакеты для Raspbian 11:

Для openSUSE Leap 15.6 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc/openSUSE_Leap_15.6/home:rncbc.repo
zypper refresh
zypper install qpwgraph
Для openSUSE Leap 15.5 запустите от имени root:
zypper addrepo https://download.opensuse.org/repositories/home:rncbc/openSUSE_Leap_15.5/home:rncbc.repo
zypper refresh
zypper install qpwgraph
Для 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 qpwgraph
Для 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 qpwgraph

Пакеты для xUbuntu 24.04:

Пакеты для xUbuntu 22.04: