powertabeditor from home:AndnoVember:PowerTabEditor project
Select Your Operating System
Add repository and install manually
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_AndnoVember_PowerTabEditor_Arch] Server = https://download.opensuse.org/repositories/home:/AndnoVember:/PowerTabEditor/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:AndnoVember:PowerTabEditor/Arch/$(uname -m)/home_AndnoVember_PowerTabEditor_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_AndnoVember_PowerTabEditor_Arch/powertabeditor
Grab binary packages directly
Add repository and install manually
For Debian 11 run the following:
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:/AndnoVember:/PowerTabEditor/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:AndnoVember:PowerTabEditor.list curl -fsSL https://download.opensuse.org/repositories/home:AndnoVember:PowerTabEditor/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_AndnoVember_PowerTabEditor.gpg > /dev/null sudo apt update sudo apt install powertabeditor
Grab binary packages directly
Add repository and install manually
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:AndnoVember:PowerTabEditor/openSUSE_Tumbleweed/home:AndnoVember:PowerTabEditor.repo zypper refresh zypper install powertabeditor
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:AndnoVember:PowerTabEditor/15.5/home:AndnoVember:PowerTabEditor.repo zypper refresh zypper install powertabeditor
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:AndnoVember:PowerTabEditor/15.4/home:AndnoVember:PowerTabEditor.repo zypper refresh zypper install powertabeditor
Grab binary packages directly
Add repository and install manually
For Raspbian 11 run the following:
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:/AndnoVember:/PowerTabEditor/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:AndnoVember:PowerTabEditor.list curl -fsSL https://download.opensuse.org/repositories/home:AndnoVember:PowerTabEditor/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_AndnoVember_PowerTabEditor.gpg > /dev/null sudo apt update sudo apt install powertabeditor
Grab binary packages directly
Add repository and install manually
For xUbuntu 22.10 run the following:
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:/AndnoVember:/PowerTabEditor/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:AndnoVember:PowerTabEditor.list curl -fsSL https://download.opensuse.org/repositories/home:AndnoVember:PowerTabEditor/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_AndnoVember_PowerTabEditor.gpg > /dev/null sudo apt update sudo apt install powertabeditor
For xUbuntu 22.04 run the following:
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:/AndnoVember:/PowerTabEditor/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:AndnoVember:PowerTabEditor.list curl -fsSL https://download.opensuse.org/repositories/home:AndnoVember:PowerTabEditor/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_AndnoVember_PowerTabEditor.gpg > /dev/null sudo apt update sudo apt install powertabeditor
Grab binary packages directly
Add repository and install manually
For Fedora 37 run the following as root:
?
For Fedora 36 run the following as root:
?