pw3270 from home:PerryWerneck:pw3270 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_PerryWerneck_pw3270_Arch]
Server = https://download.opensuse.org/repositories/home:/PerryWerneck:/pw3270/Arch/$arch
Then run the following as 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
For CentOS 8 run the following as root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/CentOS_8/home:PerryWerneck:pw3270.repo
yum install pw3270
For Debian 9.0 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:/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
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:/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
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:/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
For Fedora 39 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/Fedora_39/home:PerryWerneck:pw3270.repo
dnf install pw3270
For Fedora 38 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/Fedora_38/home:PerryWerneck:pw3270.repo
dnf install pw3270
For Fedora 37 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/Fedora_37/home:PerryWerneck:pw3270.repo
dnf install pw3270
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/openSUSE_Tumbleweed/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install pw3270
For openSUSE Factory run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/openSUSE_Factory/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install pw3270
For 15.5 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/15.5/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install pw3270
For SLE 15 SP3 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/SLE_15_SP3/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install pw3270
For SLE 15 SP2 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/SLE_15_SP2/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install pw3270
For SLE 15 SP1 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/SLE_15_SP1/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install pw3270
For SLE 15 run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/SLE_15/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install pw3270
For xUbuntu 23.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:/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
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:/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
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:/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
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:/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
For xUbuntu 21.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:/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
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:/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
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:/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