lpub3d from home:trevorsandy 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_trevorsandy_ArchOST]
Server = https://download.opensuse.org/repositories/home:/trevorsandy/ArchOST/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:trevorsandy/ArchOST/$(uname -m)/home_trevorsandy_ArchOST.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_trevorsandy_ArchOST/lpub3d
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:trevorsandy/CentOS_8/home:trevorsandy.repo
yum install lpub3d
For CentOS 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:trevorsandy/CentOS_7/home:trevorsandy.repo
yum install lpub3d
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:/trevorsandy/Debian_12/ /' | sudo tee /etc/apt/sources.list.d/home:trevorsandy.list
curl -fsSL https://download.opensuse.org/repositories/home:trevorsandy/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_trevorsandy.gpg > /dev/null
sudo apt update
sudo apt install lpub3d
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:/trevorsandy/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:trevorsandy.list
curl -fsSL https://download.opensuse.org/repositories/home:trevorsandy/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_trevorsandy.gpg > /dev/null
sudo apt update
sudo apt install lpub3d
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:/trevorsandy/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:trevorsandy.list
curl -fsSL https://download.opensuse.org/repositories/home:trevorsandy/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_trevorsandy.gpg > /dev/null
sudo apt update
sudo apt install lpub3d
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:trevorsandy/Fedora_38/home:trevorsandy.repo
dnf install lpub3d
For Fedora 37 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:trevorsandy/Fedora_37/home:trevorsandy.repo
dnf install lpub3d
For Mageia 8 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:trevorsandy/Mageia_8/home:trevorsandy.repo
dnf install lpub3d
For Mageia 7 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:trevorsandy/Mageia_7/home:trevorsandy.repo
dnf install lpub3d
For Mageia 6 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:trevorsandy/Mageia_6/home:trevorsandy.repo
dnf install lpub3d
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Tumbleweed/home:trevorsandy.repo
zypper refresh
zypper install lpub3d
For openSUSE Leap 42.3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Leap_42.3/home:trevorsandy.repo
zypper refresh
zypper install lpub3d
For openSUSE Leap 42.2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Leap_42.2/home:trevorsandy.repo
zypper refresh
zypper install lpub3d
For openSUSE Leap 15.2 ARM run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Leap_15.2_ARM/home:trevorsandy.repo
zypper refresh
zypper install lpub3d
For openSUSE Factory run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Factory/home:trevorsandy.repo
zypper refresh
zypper install lpub3d
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/15.5/home:trevorsandy.repo
zypper refresh
zypper install lpub3d
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:/trevorsandy/Raspbian_11/ /' | sudo tee /etc/apt/sources.list.d/home:trevorsandy.list
curl -fsSL https://download.opensuse.org/repositories/home:trevorsandy/Raspbian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_trevorsandy.gpg > /dev/null
sudo apt update
sudo apt install lpub3d
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:/trevorsandy/Raspbian_10/ /' | sudo tee /etc/apt/sources.list.d/home:trevorsandy.list
curl -fsSL https://download.opensuse.org/repositories/home:trevorsandy/Raspbian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_trevorsandy.gpg > /dev/null
sudo apt update
sudo apt install lpub3d
For RHEL 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:trevorsandy/RHEL_8/home:trevorsandy.repo
yum install lpub3d
For RHEL 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:trevorsandy/RHEL_7/home:trevorsandy.repo
yum install lpub3d
For AlmaLinux 9 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:trevorsandy/AlmaLinux_9/home:trevorsandy.repo
yum install lpub3d
For ScientificLinux 7 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:trevorsandy/ScientificLinux_7/home:trevorsandy.repo
yum install lpub3d
For openSUSE Leap 15.4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Leap_15.4/home:trevorsandy.repo
zypper refresh
zypper install lpub3d
For SLE 15 SP4 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/SLE_15_SP4/home:trevorsandy.repo
zypper refresh
zypper install lpub3d
For SLE 15 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/SLE_15_SP3/home:trevorsandy.repo
zypper refresh
zypper install lpub3d
For SLE 15 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/SLE_15_SP2/home:trevorsandy.repo
zypper refresh
zypper install lpub3d
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:/trevorsandy/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:trevorsandy.list
curl -fsSL https://download.opensuse.org/repositories/home:trevorsandy/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_trevorsandy.gpg > /dev/null
sudo apt update
sudo apt install lpub3d
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:/trevorsandy/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:trevorsandy.list
curl -fsSL https://download.opensuse.org/repositories/home:trevorsandy/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_trevorsandy.gpg > /dev/null
sudo apt update
sudo apt install lpub3d
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:/trevorsandy/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:trevorsandy.list
curl -fsSL https://download.opensuse.org/repositories/home:trevorsandy/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_trevorsandy.gpg > /dev/null
sudo apt update
sudo apt install lpub3d
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:/trevorsandy/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:trevorsandy.list
curl -fsSL https://download.opensuse.org/repositories/home:trevorsandy/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_trevorsandy.gpg > /dev/null
sudo apt update
sudo apt install lpub3d
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:/trevorsandy/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:trevorsandy.list
curl -fsSL https://download.opensuse.org/repositories/home:trevorsandy/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_trevorsandy.gpg > /dev/null
sudo apt update
sudo apt install lpub3d
For xUbuntu 18.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:/trevorsandy/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:trevorsandy.list
curl -fsSL https://download.opensuse.org/repositories/home:trevorsandy/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_trevorsandy.gpg > /dev/null
sudo apt update
sudo apt install lpub3d
For Univention 5.0 run the following as root:
echo 'deb http://download.opensuse.org/repositories/home:/trevorsandy/Univention_5.0/ /' > /etc/apt/sources.list.d/home:trevorsandy.list
wget -nv https://download.opensuse.org/repositories/home:trevorsandy/Univention_5.0/Release.key -O Release.key
apt-key add - < Release.key
apt-get update
apt-get install lpub3d

Packages for Univention 5.0: