lpub3d from home:trevorsandy project
お使いのオペレーティングシステムの選択
手作業でリポジトリを追加してインストールする
Arch Linux の場合は /etc/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
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
CentOS 8 の場合は、 root で下記のコマンドを実行してください:
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 の場合は、 root で下記のコマンドを実行してください:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:trevorsandy/Fedora_42/home:trevorsandy.repo dnf install lpub3d
Fedora 41 の場合は、 root で下記のコマンドを実行してください:
dnf config-manager addrepo --from-repofile=https://download.opensuse.org/repositories/home:trevorsandy/Fedora_41/home:trevorsandy.repo dnf install lpub3d
Fedora 40 の場合は、 root で下記のコマンドを実行してください:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:trevorsandy/Fedora_40/home:trevorsandy.repo dnf install lpub3d
Fedora 39 の場合は、 root で下記のコマンドを実行してください:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:trevorsandy/Fedora_39/home:trevorsandy.repo dnf install lpub3d
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
Mageia 9 の場合は、 root で下記のコマンドを実行してください:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:trevorsandy/Mageia_9/home:trevorsandy.repo dnf install lpub3d
Mageia 8 の場合は、 root で下記のコマンドを実行してください:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:trevorsandy/Mageia_8/home:trevorsandy.repo dnf install lpub3d
Mageia 7 の場合は、 root で下記のコマンドを実行してください:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:trevorsandy/Mageia_7/home:trevorsandy.repo dnf install lpub3d
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
openSUSE Tumbleweed の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Tumbleweed/home:trevorsandy.repo zypper refresh zypper install lpub3d
openSUSE Slowroll の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Slowroll/home:trevorsandy.repo zypper refresh zypper install lpub3d
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
openSUSE Factory の場合は、 root で下記のコマンドを実行してください:
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 の場合は、 root で下記のコマンドを実行してください:
cd /etc/yum.repos.d/ wget https://download.opensuse.org/repositories/home:trevorsandy/RHEL_8/home:trevorsandy.repo yum install lpub3d
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
ScientificLinux 7 の場合は、 root で下記のコマンドを実行してください:
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 の場合は、 root で下記のコマンドを実行してください:
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 の場合は、 root で下記のコマンドを実行してください:
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 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/openSUSE_Leap_15.4/home:trevorsandy.repo zypper refresh zypper install lpub3d
SLE 15 SP4 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:trevorsandy/SLE_15_SP4/home:trevorsandy.repo zypper refresh zypper install lpub3d
SLE 15 SP3 の場合は、 root で下記のコマンドを実行してください:
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 の場合は、 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
バイナリパッケージを直接取得する
手作業でリポジトリを追加してインストールする
openEuler 24.03 の場合は、 root で下記のコマンドを実行してください:
?
openEuler 22.03 の場合は、 root で下記のコマンドを実行してください:
?
openEuler 21.03 の場合は、 root で下記のコマンドを実行してください:
?
AlmaLinux 9 の場合は、 root で下記のコマンドを実行してください:
?