gpxsee from home:tumic:GPXSee project

Select Your Operating System

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_tumic_GPXSee_Arch Extra]
Server = https://download.opensuse.org/repositories/home:/tumic:/GPXSee/Arch Extra/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:tumic:GPXSee/Arch Extra/$(uname -m)/home_tumic_GPXSee_Arch Extra.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_tumic_GPXSee_Arch Extra/gpxsee

Packages for Arch Extra:

For CentOS 8 Stream run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:tumic:GPXSee/CentOS_8_Stream/home:tumic:GPXSee.repo
yum install gpxsee
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:tumic:GPXSee/CentOS_8/home:tumic:GPXSee.repo
yum install gpxsee
For Debian Unstable 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:/tumic:/GPXSee/Debian_Unstable/ /' | sudo tee /etc/apt/sources.list.d/home:tumic:GPXSee.list
curl -fsSL https://download.opensuse.org/repositories/home:tumic:GPXSee/Debian_Unstable/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tumic_GPXSee.gpg > /dev/null
sudo apt update
sudo apt install gpxsee
For Debian Testing 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:/tumic:/GPXSee/Debian_Testing/ /' | sudo tee /etc/apt/sources.list.d/home:tumic:GPXSee.list
curl -fsSL https://download.opensuse.org/repositories/home:tumic:GPXSee/Debian_Testing/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tumic_GPXSee.gpg > /dev/null
sudo apt update
sudo apt install gpxsee
For Debian 12 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:/tumic:/GPXSee/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:tumic:GPXSee.list
curl -fsSL https://download.opensuse.org/repositories/home:tumic:GPXSee/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tumic_GPXSee.gpg > /dev/null
sudo apt update
sudo apt install gpxsee
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:/tumic:/GPXSee/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:tumic:GPXSee.list
curl -fsSL https://download.opensuse.org/repositories/home:tumic:GPXSee/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tumic_GPXSee.gpg > /dev/null
sudo apt update
sudo apt install gpxsee
For Debian 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:/tumic:/GPXSee/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:tumic:GPXSee.list
curl -fsSL https://download.opensuse.org/repositories/home:tumic:GPXSee/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tumic_GPXSee.gpg > /dev/null
sudo apt update
sudo apt install gpxsee
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:tumic:GPXSee/Fedora_Rawhide/home:tumic:GPXSee.repo
dnf install gpxsee
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:tumic:GPXSee/Fedora_39/home:tumic:GPXSee.repo
dnf install gpxsee
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:tumic:GPXSee/Fedora_38/home:tumic:GPXSee.repo
dnf install gpxsee
For Mageia Cauldron run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:tumic:GPXSee/Mageia_Cauldron/home:tumic:GPXSee.repo
dnf install gpxsee
For Mageia 9 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:tumic:GPXSee/Mageia_9/home:tumic:GPXSee.repo
dnf install gpxsee
For Mageia 8 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:tumic:GPXSee/Mageia_8/home:tumic:GPXSee.repo
dnf install gpxsee
For Mageia 7 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:tumic:GPXSee/Mageia_7/home:tumic:GPXSee.repo
dnf install gpxsee
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:tumic:GPXSee/openSUSE_Tumbleweed/home:tumic:GPXSee.repo
zypper refresh
zypper install gpxsee
For openSUSE Slowroll run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:tumic:GPXSee/openSUSE_Slowroll/home:tumic:GPXSee.repo
zypper refresh
zypper install gpxsee
For openSUSE Leap 15.2 PowerPC run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:tumic:GPXSee/openSUSE_Leap_15.2_PowerPC/home:tumic:GPXSee.repo
zypper refresh
zypper install gpxsee
For openSUSE Leap 15.2 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:tumic:GPXSee/openSUSE_Leap_15.2_ARM/home:tumic:GPXSee.repo
zypper refresh
zypper install gpxsee
For openSUSE Factory zSystems run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:tumic:GPXSee/openSUSE_Factory_zSystems/home:tumic:GPXSee.repo
zypper refresh
zypper install gpxsee
For openSUSE Factory RISCV run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:tumic:GPXSee/openSUSE_Factory_RISCV/home:tumic:GPXSee.repo
zypper refresh
zypper install gpxsee
For openSUSE Factory PowerPC run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:tumic:GPXSee/openSUSE_Factory_PowerPC/home:tumic:GPXSee.repo
zypper refresh
zypper install gpxsee
For openSUSE Factory ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:tumic:GPXSee/openSUSE_Factory_ARM/home:tumic:GPXSee.repo
zypper refresh
zypper install gpxsee
For 15.6 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:tumic:GPXSee/15.6/home:tumic:GPXSee.repo
zypper refresh
zypper install gpxsee
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:tumic:GPXSee/15.5/home:tumic:GPXSee.repo
zypper refresh
zypper install gpxsee
For 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:tumic:GPXSee/15.4/home:tumic:GPXSee.repo
zypper refresh
zypper install gpxsee
For Raspbian 12 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:/tumic:/GPXSee/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:tumic:GPXSee.list
curl -fsSL https://download.opensuse.org/repositories/home:tumic:GPXSee/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tumic_GPXSee.gpg > /dev/null
sudo apt update
sudo apt install gpxsee
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:/tumic:/GPXSee/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:tumic:GPXSee.list
curl -fsSL https://download.opensuse.org/repositories/home:tumic:GPXSee/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tumic_GPXSee.gpg > /dev/null
sudo apt update
sudo apt install gpxsee
For Raspbian 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:/tumic:/GPXSee/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:tumic:GPXSee.list
curl -fsSL https://download.opensuse.org/repositories/home:tumic:GPXSee/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tumic_GPXSee.gpg > /dev/null
sudo apt update
sudo apt install gpxsee
For openSUSE Leap 15.3 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:tumic:GPXSee/openSUSE_Leap_15.3_ARM/home:tumic:GPXSee.repo
zypper refresh
zypper install gpxsee
For SLE 15 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:tumic:GPXSee/SLE_15_SP3/home:tumic:GPXSee.repo
zypper refresh
zypper install gpxsee
For SLE 15 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:tumic:GPXSee/SLE_15_SP2/home:tumic:GPXSee.repo
zypper refresh
zypper install gpxsee
For xUbuntu 23.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:/tumic:/GPXSee/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:tumic:GPXSee.list
curl -fsSL https://download.opensuse.org/repositories/home:tumic:GPXSee/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tumic_GPXSee.gpg > /dev/null
sudo apt update
sudo apt install gpxsee
For xUbuntu 23.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:/tumic:/GPXSee/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:tumic:GPXSee.list
curl -fsSL https://download.opensuse.org/repositories/home:tumic:GPXSee/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tumic_GPXSee.gpg > /dev/null
sudo apt update
sudo apt install gpxsee
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:/tumic:/GPXSee/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:tumic:GPXSee.list
curl -fsSL https://download.opensuse.org/repositories/home:tumic:GPXSee/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tumic_GPXSee.gpg > /dev/null
sudo apt update
sudo apt install gpxsee
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:/tumic:/GPXSee/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:tumic:GPXSee.list
curl -fsSL https://download.opensuse.org/repositories/home:tumic:GPXSee/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tumic_GPXSee.gpg > /dev/null
sudo apt update
sudo apt install gpxsee
For xUbuntu 21.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:/tumic:/GPXSee/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:tumic:GPXSee.list
curl -fsSL https://download.opensuse.org/repositories/home:tumic:GPXSee/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tumic_GPXSee.gpg > /dev/null
sudo apt update
sudo apt install gpxsee
For xUbuntu 21.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:/tumic:/GPXSee/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:tumic:GPXSee.list
curl -fsSL https://download.opensuse.org/repositories/home:tumic:GPXSee/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tumic_GPXSee.gpg > /dev/null
sudo apt update
sudo apt install gpxsee
For xUbuntu 20.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:/tumic:/GPXSee/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:tumic:GPXSee.list
curl -fsSL https://download.opensuse.org/repositories/home:tumic:GPXSee/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_tumic_GPXSee.gpg > /dev/null
sudo apt update
sudo apt install gpxsee