lpub3d-ci from home:trevorsandy project

選擇您的作業系統

對於 Arch Linux,編輯 /etc/pacman.conf 並加入以下設定 (注意在 pacman.conf 中套件庫的順序是很重要的,因為 pacman 會下載第一個找到的軟體包):
[home_trevorsandy_Arch]
Server = https://download.opensuse.org/repositories/home:/trevorsandy/Arch/$arch
然後使用 root 身份執行以下指令
key=$(curl -fsSL https://download.opensuse.org/repositories/home:trevorsandy/Arch/$(uname -m)/home_trevorsandy_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_trevorsandy_Arch/lpub3d-ci
需要 CentOS 8 ,用 root 執行:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:trevorsandy/CentOS_8/home:trevorsandy.repo
yum install lpub3d-ci
需要 Debian 13 ,執行以下:
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_13/ /' | sudo tee /etc/apt/sources.list.d/home:trevorsandy.list
curl -fsSL https://download.opensuse.org/repositories/home:trevorsandy/Debian_13/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_trevorsandy.gpg > /dev/null
sudo apt update
sudo apt install lpub3d-ci
需要 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:/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-ci
需要 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:/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-ci
需要 Fedora 42 ,用 root 執行:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:trevorsandy/Fedora_42/home:trevorsandy.repo
dnf install lpub3d-ci
需要 Fedora 40 ,用 root 執行:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:trevorsandy/Fedora_40/home:trevorsandy.repo
dnf install lpub3d-ci
需要 Fedora 39 ,用 root 執行:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:trevorsandy/Fedora_39/home:trevorsandy.repo
dnf install lpub3d-ci
需要 Mageia 9 ,用 root 執行:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:trevorsandy/Mageia_9/home:trevorsandy.repo
dnf install lpub3d-ci
需要 Mageia 8 ,用 root 執行:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:trevorsandy/Mageia_8/home:trevorsandy.repo
dnf install lpub3d-ci
需要 Mageia 7 ,用 root 執行:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:trevorsandy/Mageia_7/home:trevorsandy.repo
dnf install lpub3d-ci
需要 openSUSE Tumbleweed ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Tumbleweed/home:trevorsandy.repo
zypper refresh
zypper install lpub3d-ci
需要 openSUSE Slowroll ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Slowroll/home:trevorsandy.repo
zypper refresh
zypper install lpub3d-ci
需要 openSUSE Leap 15.2 ARM ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Leap_15.2_ARM/home:trevorsandy.repo
zypper refresh
zypper install lpub3d-ci
需要 openSUSE Factory ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Factory/home:trevorsandy.repo
zypper refresh
zypper install lpub3d-ci
需要 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:/trevorsandy/Raspbian_12/ /' | sudo tee /etc/apt/sources.list.d/home:trevorsandy.list
curl -fsSL https://download.opensuse.org/repositories/home:trevorsandy/Raspbian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_trevorsandy.gpg > /dev/null
sudo apt update
sudo apt install lpub3d-ci
需要 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:/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-ci
需要 RHEL 8 ,用 root 執行:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:trevorsandy/RHEL_8/home:trevorsandy.repo
yum install lpub3d-ci
需要 openSUSE Leap 15.6 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Leap_15.6/home:trevorsandy.repo
zypper refresh
zypper install lpub3d-ci
需要 openSUSE Leap 15.5 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Leap_15.5/home:trevorsandy.repo
zypper refresh
zypper install lpub3d-ci
需要 openSUSE Leap 15.4 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Leap_15.4/home:trevorsandy.repo
zypper refresh
zypper install lpub3d-ci
需要 SLE 15 SP4 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/SLE_15_SP4/home:trevorsandy.repo
zypper refresh
zypper install lpub3d-ci
需要 SLE 15 SP3 ,用 root 執行:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/SLE_15_SP3/home:trevorsandy.repo
zypper refresh
zypper install lpub3d-ci
需要 xUbuntu 25.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:/trevorsandy/xUbuntu_25.04/ /' | sudo tee /etc/apt/sources.list.d/home:trevorsandy.list
curl -fsSL https://download.opensuse.org/repositories/home:trevorsandy/xUbuntu_25.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_trevorsandy.gpg > /dev/null
sudo apt update
sudo apt install lpub3d-ci
需要 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:/trevorsandy/xUbuntu_24.10/ /' | sudo tee /etc/apt/sources.list.d/home:trevorsandy.list
curl -fsSL https://download.opensuse.org/repositories/home:trevorsandy/xUbuntu_24.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_trevorsandy.gpg > /dev/null
sudo apt update
sudo apt install lpub3d-ci
需要 xUbuntu 23.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:/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-ci
需要 xUbuntu 22.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:/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-ci
需要 Univention 5.0 ,用 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-ci

Univention 5.0 的套件: