How To Install lib3270 on AlmaLinux 8

In this tutorial we learn how to install lib3270 in AlmaLinux 8. lib3270 is TN3270 Protocol Library

Introduction

In this tutorial we learn how to install lib3270 on AlmaLinux 8.

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 AlmaLinux 8. In this tutorial we discuss both methods but you only need to choose one of method to install lib3270.

Install lib3270 on AlmaLinux 8 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 AlmaLinux 8 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 AlmaLinux 8

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

sudo dnf remove lib3270

References

Summary

In this tutorial we learn how to install lib3270 on AlmaLinux 8 using yum and dnf.