How To Install lib3270 on Fedora 36
Introduction
In this tutorial we learn how to install lib3270 on Fedora 36.
What is lib3270
lib3270 is a TN3270 protocol library, originally designed as part of the pw3270 application.
We can use yum or dnf to install lib3270 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lib3270.
Install lib3270 on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install lib3270 using dnf by running the following command:
sudo dnf -y install lib3270
Install lib3270 on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install lib3270 using yum by running the following command:
sudo yum -y install lib3270
How To Uninstall lib3270 on Fedora 36
To uninstall only the lib3270 package we can use the following command:
sudo dnf remove lib3270
lib3270 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/a909111694ace37ad14c5ec29e05004de9c59b
/usr/lib64/lib3270.so.5.4
/usr/share/doc/lib3270
/usr/share/doc/lib3270/AUTHORS
/usr/share/doc/lib3270/README.md
/usr/share/licenses/lib3270
/usr/share/licenses/lib3270/LICENSE
/usr/share/locale/pt_BR/LC_MESSAGES/lib3270.mo
/usr/share/pw3270
References
Summary
In this tutorial we learn how to install lib3270 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install lib3270 on Fedora 36” linkTitle: “lib3270” type: “docs” description: “In this tutorial we learn how to install lib3270 in Fedora 36. lib3270 is TN3270 Protocol Library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/lib3270-featured.png
Introduction
In this tutorial we learn how to install lib3270 on Fedora 36.
What is lib3270
lib3270 is a TN3270 protocol library, originally designed as part of the pw3270 application.
We can use yum or dnf to install lib3270 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install lib3270.
Install lib3270 on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install lib3270 using dnf by running the following command:
sudo dnf -y install lib3270
Install lib3270 on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install lib3270 using yum by running the following command:
sudo yum -y install lib3270
How To Uninstall lib3270 on Fedora 36
To uninstall only the lib3270 package we can use the following command:
sudo dnf remove lib3270
lib3270 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/8916ae30582eb479410a23e64e784761e4e97b
/usr/lib/lib3270.so.5.4
/usr/share/doc/lib3270
/usr/share/doc/lib3270/AUTHORS
/usr/share/doc/lib3270/README.md
/usr/share/licenses/lib3270
/usr/share/licenses/lib3270/LICENSE
/usr/share/locale/pt_BR/LC_MESSAGES/lib3270.mo
/usr/share/pw3270
References
Summary
In this tutorial we learn how to install lib3270 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).