data-plotter from home:maierjir project
Изберете Вашата Операционна Система
Добави хранилище и инсталирай ръчно
For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_maierjir_Arch] Server = https://download.opensuse.org/repositories/home:/maierjir/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:maierjir/Arch/$(uname -m)/home_maierjir_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_maierjir_Arch/data-plotter
Grab binary packages directly
Добави хранилище и инсталирай ръчно
За 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:/maierjir/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:maierjir.list curl -fsSL https://download.opensuse.org/repositories/home:maierjir/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maierjir.gpg > /dev/null sudo apt update sudo apt install data-plotter
За 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:/maierjir/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:maierjir.list curl -fsSL https://download.opensuse.org/repositories/home:maierjir/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maierjir.gpg > /dev/null sudo apt update sudo apt install data-plotter
Grab binary packages directly
Добави хранилище и инсталирай ръчно
For Fedora 41 run the following as root:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:maierjir/Fedora_41/home:maierjir.repo dnf install data-plotter
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:maierjir/Fedora_40/home:maierjir.repo dnf install data-plotter
Grab binary packages directly
Добави хранилище и инсталирай ръчно
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:maierjir/openSUSE_Tumbleweed/home:maierjir.repo zypper refresh zypper install data-plotter
For openSUSE Slowroll run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:maierjir/openSUSE_Slowroll/home:maierjir.repo zypper refresh zypper install data-plotter
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:maierjir/15.6/home:maierjir.repo zypper refresh zypper install data-plotter
Grab binary packages directly
Добави хранилище и инсталирай ръчно
За 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:/maierjir/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:maierjir.list curl -fsSL https://download.opensuse.org/repositories/home:maierjir/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maierjir.gpg > /dev/null sudo apt update sudo apt install data-plotter
За 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:/maierjir/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:maierjir.list curl -fsSL https://download.opensuse.org/repositories/home:maierjir/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maierjir.gpg > /dev/null sudo apt update sudo apt install data-plotter
Grab binary packages directly
Добави хранилище и инсталирай ръчно
За xUbuntu 24.10 изпълнете следното:
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:/maierjir/xUbuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/home:maierjir.list curl -fsSL https://download.opensuse.org/repositories/home:maierjir/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maierjir.gpg > /dev/null sudo apt update sudo apt install data-plotter
За 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:/maierjir/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:maierjir.list curl -fsSL https://download.opensuse.org/repositories/home:maierjir/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maierjir.gpg > /dev/null sudo apt update sudo apt install data-plotter
За 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:/maierjir/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:maierjir.list curl -fsSL https://download.opensuse.org/repositories/home:maierjir/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_maierjir.gpg > /dev/null sudo apt update sudo apt install data-plotter