How To Install lib3270 on Fedora 34

lib3270 is TN3270 Protocol Library TN3270 Protocol Library

Introduction

In this tutorial we learn how to install lib3270 on Fedora 34.

What is lib3270

lib3270 is a TN3270 protocol library, originally designed as part of the pw3270 application. lib3270 5.4 1.fc34 x86_64 149 k lib3270-5.4-1.fc34.src.rpm fedora TN3270 Protocol Library https LGPLv3 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install lib3270.

Install lib3270 on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install lib3270 using dnf by running the following command:

sudo dnf -y install lib3270

Install lib3270 on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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 34

To uninstall only the lib3270 package we can use the following command:

sudo dnf remove lib3270

lib3270 Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/08
/usr/lib/.build-id/08/d8c8aaf0cbcc0b0d4684dfdf345557d5189d9e
/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
/usr/lib/.build-id
/usr/lib/.build-id/84
/usr/lib/.build-id/84/a09e082bbc50a374b25170338382e5f4456a39
/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 34 using yum and dnf.