pw3270 from home:PerryWerneck:pw3270 project

お使いのオペレーティングシステムの選択

Arch Linux の場合は /etc/pacman.conf を編集し、下記を追加してください (ただし、 pacman が想定どおりのパッケージをダウンロードできるよう、リポジトリの順序についても注意してください):
[home_PerryWerneck_pw3270_Arch]
Server = https://download.opensuse.org/repositories/home:/PerryWerneck:/pw3270/Arch/$arch
その後、 root で下記のコマンドを実行してください:
key=$(curl -fsSL https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/Arch/$(uname -m)/home_PerryWerneck_pw3270_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_PerryWerneck_pw3270_Arch/pw3270

Arch 向けのパッケージ:

CentOS 8 の場合は、 root で下記のコマンドを実行してください:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/CentOS_8/home:PerryWerneck:pw3270.repo
yum install pw3270
Debian 9.0 の場合は、下記のコマンドを実行してください:
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:/PerryWerneck:/pw3270/Debian_9.0/ /' | sudo tee /etc/apt/sources.list.d/home:PerryWerneck:pw3270.list
curl -fsSL https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/Debian_9.0/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_PerryWerneck_pw3270.gpg > /dev/null
sudo apt update
sudo apt install pw3270
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:/PerryWerneck:/pw3270/Debian_11/ /' | sudo tee /etc/apt/sources.list.d/home:PerryWerneck:pw3270.list
curl -fsSL https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/Debian_11/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_PerryWerneck_pw3270.gpg > /dev/null
sudo apt update
sudo apt install pw3270
Debian 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:/PerryWerneck:/pw3270/Debian_10/ /' | sudo tee /etc/apt/sources.list.d/home:PerryWerneck:pw3270.list
curl -fsSL https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/Debian_10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_PerryWerneck_pw3270.gpg > /dev/null
sudo apt update
sudo apt install pw3270

Debian 9.0 向けのパッケージ:

Debian 11 向けのパッケージ:

Debian 10 向けのパッケージ:

Fedora 39 の場合は、 root で下記のコマンドを実行してください:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/Fedora_39/home:PerryWerneck:pw3270.repo
dnf install pw3270
Fedora 38 の場合は、 root で下記のコマンドを実行してください:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/Fedora_38/home:PerryWerneck:pw3270.repo
dnf install pw3270
openSUSE Tumbleweed の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/openSUSE_Tumbleweed/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install pw3270
openSUSE Factory の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/openSUSE_Factory/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install pw3270
15.5 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/15.5/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install pw3270
SLE 15 SP3 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/SLE_15_SP3/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install pw3270
SLE 15 SP2 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/SLE_15_SP2/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install pw3270
SLE 15 SP1 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/SLE_15_SP1/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install pw3270
SLE 15 の場合は、 root で下記のコマンドを実行してください:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/SLE_15/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install pw3270
xUbuntu 23.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:/PerryWerneck:/pw3270/xUbuntu_23.10/ /' | sudo tee /etc/apt/sources.list.d/home:PerryWerneck:pw3270.list
curl -fsSL https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/xUbuntu_23.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_PerryWerneck_pw3270.gpg > /dev/null
sudo apt update
sudo apt install pw3270
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:/PerryWerneck:/pw3270/xUbuntu_23.04/ /' | sudo tee /etc/apt/sources.list.d/home:PerryWerneck:pw3270.list
curl -fsSL https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_PerryWerneck_pw3270.gpg > /dev/null
sudo apt update
sudo apt install pw3270
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:/PerryWerneck:/pw3270/xUbuntu_22.10/ /' | sudo tee /etc/apt/sources.list.d/home:PerryWerneck:pw3270.list
curl -fsSL https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_PerryWerneck_pw3270.gpg > /dev/null
sudo apt update
sudo apt install pw3270
xUbuntu 22.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:/PerryWerneck:/pw3270/xUbuntu_22.04/ /' | sudo tee /etc/apt/sources.list.d/home:PerryWerneck:pw3270.list
curl -fsSL https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_PerryWerneck_pw3270.gpg > /dev/null
sudo apt update
sudo apt install pw3270
xUbuntu 21.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:/PerryWerneck:/pw3270/xUbuntu_21.10/ /' | sudo tee /etc/apt/sources.list.d/home:PerryWerneck:pw3270.list
curl -fsSL https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_PerryWerneck_pw3270.gpg > /dev/null
sudo apt update
sudo apt install pw3270
xUbuntu 21.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:/PerryWerneck:/pw3270/xUbuntu_21.04/ /' | sudo tee /etc/apt/sources.list.d/home:PerryWerneck:pw3270.list
curl -fsSL https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_PerryWerneck_pw3270.gpg > /dev/null
sudo apt update
sudo apt install pw3270
xUbuntu 20.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:/PerryWerneck:/pw3270/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:PerryWerneck:pw3270.list
curl -fsSL https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_PerryWerneck_pw3270.gpg > /dev/null
sudo apt update
sudo apt install pw3270

xUbuntu 23.10 向けのパッケージ:

xUbuntu 23.04 向けのパッケージ:

xUbuntu 22.10 向けのパッケージ:

xUbuntu 22.04 向けのパッケージ:

xUbuntu 21.10 向けのパッケージ:

xUbuntu 21.04 向けのパッケージ:

xUbuntu 20.04 向けのパッケージ: