lpub3d 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
ثم قم بتشغيل التالي كجذر
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
لـCentOS 8 شغل التالي كـ جذر:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:trevorsandy/CentOS_8/home:trevorsandy.repo
yum install lpub3d
من أجل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
من أجل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
لـFedora 42 شغل التالي كـ جذر:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:trevorsandy/Fedora_42/home:trevorsandy.repo
dnf install lpub3d
لـFedora 41 شغل التالي كـ جذر:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:trevorsandy/Fedora_41/home:trevorsandy.repo
dnf install lpub3d
لـFedora 40 شغل التالي كـ جذر:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:trevorsandy/Fedora_40/home:trevorsandy.repo
dnf install lpub3d
لـFedora 39 شغل التالي كـ جذر:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:trevorsandy/Fedora_39/home:trevorsandy.repo
dnf install lpub3d
لـMageia 9 شغل التالي كـ جذر:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:trevorsandy/Mageia_9/home:trevorsandy.repo
dnf install lpub3d
لـMageia 8 شغل التالي كـ جذر:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:trevorsandy/Mageia_8/home:trevorsandy.repo
dnf install lpub3d
لـMageia 7 شغل التالي كـ جذر:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:trevorsandy/Mageia_7/home:trevorsandy.repo
dnf install lpub3d
لـopenSUSE Tumbleweed شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Tumbleweed/home:trevorsandy.repo
zypper refresh
zypper install lpub3d
لـopenSUSE Slowroll شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Slowroll/home:trevorsandy.repo
zypper refresh
zypper install lpub3d
لـopenSUSE Leap 15.2 ARM شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Leap_15.2_ARM/home:trevorsandy.repo
zypper refresh
zypper install lpub3d
لـopenSUSE Factory شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Factory/home:trevorsandy.repo
zypper refresh
zypper install lpub3d
من أجل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
من أجل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
لـRHEL 8 شغل التالي كـ جذر:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:trevorsandy/RHEL_8/home:trevorsandy.repo
yum install lpub3d
لـScientificLinux 7 شغل التالي كـ جذر:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:trevorsandy/ScientificLinux_7/home:trevorsandy.repo
yum install lpub3d
لـopenSUSE Leap 15.6 شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Leap_15.6/home:trevorsandy.repo
zypper refresh
zypper install lpub3d
لـopenSUSE Leap 15.5 شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Leap_15.5/home:trevorsandy.repo
zypper refresh
zypper install lpub3d
لـopenSUSE Leap 15.4 شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Leap_15.4/home:trevorsandy.repo
zypper refresh
zypper install lpub3d
لـSLE 15 SP4 شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/SLE_15_SP4/home:trevorsandy.repo
zypper refresh
zypper install lpub3d
لـSLE 15 SP3 شغل التالي كـ جذر:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/SLE_15_SP3/home:trevorsandy.repo
zypper refresh
zypper install lpub3d
من أجل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
من أجل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:/trevorsandy/xUbuntu_24.04/ /' | sudo tee /etc/apt/sources.list.d/home:trevorsandy.list
curl -fsSL https://download.opensuse.org/repositories/home:trevorsandy/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_trevorsandy.gpg > /dev/null
sudo apt update
sudo apt install lpub3d
من أجل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
من أجل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
لـUnivention 5.0 شغل التالي كـ جذر:
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

حزم Univention 5.0: