lib3270 from home:PerryWerneck:pw3270 project

Selecionar o Seu Sistema Operativo

Para Arch Linux, edite /etc/pacman.conf e adicione o seguinte (note que a ordem dos repositórios em pacman.conf é importante, pois o pacman descarrega sempre o primeiro pacote encontrado):
[home_PerryWerneck_pw3270_Arch]
Server = https://download.opensuse.org/repositories/home:/PerryWerneck:/pw3270/Arch/$arch
Depois execute o seguinte como 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/lib3270
Para CentOS 8 corra o seguinte como root:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/CentOS_8/home:PerryWerneck:pw3270.repo
yum install lib3270
Para Debian 9.0 corra o seguinte:
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 lib3270
Para Debian 12 corra o seguinte:
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_12/ /' | sudo tee /etc/apt/sources.list.d/home:PerryWerneck:pw3270.list
curl -fsSL https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/Debian_12/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home_PerryWerneck_pw3270.gpg > /dev/null
sudo apt update
sudo apt install lib3270
Para Debian 11 corra o seguinte:
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 lib3270
Para Debian 10 corra o seguinte:
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 lib3270
Para Fedora 39 corra o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/Fedora_39/home:PerryWerneck:pw3270.repo
dnf install lib3270
Para Fedora 38 corra o seguinte como root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/Fedora_38/home:PerryWerneck:pw3270.repo
dnf install lib3270
Para openSUSE Tumbleweed corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/openSUSE_Tumbleweed/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install lib3270
Para openSUSE Factory corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/openSUSE_Factory/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install lib3270
Para 15.5 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/15.5/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install lib3270

Pacotes para openSUSE Tumbleweed:

Pacotes para openSUSE Factory:

Para SLE 15 SP3 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/SLE_15_SP3/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install lib3270
Para SLE 15 SP2 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/SLE_15_SP2/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install lib3270
Para SLE 15 SP1 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/SLE_15_SP1/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install lib3270
Para SLE 15 corra o seguinte como root:
zypper addrepo https://download.opensuse.org/repositories/home:PerryWerneck:pw3270/SLE_15/home:PerryWerneck:pw3270.repo
zypper refresh
zypper install lib3270
Para xUbuntu 23.10 corra o seguinte:
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 lib3270
Para xUbuntu 23.04 corra o seguinte:
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 lib3270
Para xUbuntu 22.10 corra o seguinte:
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 lib3270
Para xUbuntu 22.04 corra o seguinte:
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 lib3270
Para xUbuntu 21.10 corra o seguinte:
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 lib3270
Para xUbuntu 21.04 corra o seguinte:
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 lib3270
Para xUbuntu 20.04 corra o seguinte:
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 lib3270