How To Install libv3270-devel on Rocky Linux 8

In this tutorial we learn how to install libv3270-devel on Rocky Linux 8. libv3270-devel is Development files for libv3270

Introduction

In this tutorial we learn how to install libv3270-devel on Rocky Linux 8.

What is libv3270-devel

The libv3270-devel package contains libraries and header files for developing applications that use libv3270.

We can use yum or dnf to install libv3270-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libv3270-devel.

Install libv3270-devel on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libv3270-devel

Install libv3270-devel on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libv3270-devel using yum by running the following command:

sudo yum -y install libv3270-devel

How To Uninstall libv3270-devel on Rocky Linux 8

To uninstall only the libv3270-devel package we can use the following command:

sudo dnf remove libv3270-devel

libv3270-devel Package Contents on Rocky Linux 8

/usr/include/v3270
/usr/include/v3270.h
/usr/include/v3270/accessible.h
/usr/include/v3270/actions.h
/usr/include/v3270/colorscheme.h
/usr/include/v3270/dialogs.h
/usr/include/v3270/filetransfer.h
/usr/include/v3270/ftprogress.h
/usr/include/v3270/print.h
/usr/include/v3270/security.h
/usr/include/v3270/selection.h
/usr/include/v3270/settings.h
/usr/include/v3270/toggle.h
/usr/include/v3270/tools.h
/usr/include/v3270/trace.h
/usr/lib64/libv3270.so
/usr/lib64/pkgconfig/libv3270.pc
/usr/share/glade/catalogs/v3270.xml
/usr/share/glade/pixmaps/hicolor/16x16/actions/widget-v3270-terminal.png
/usr/share/glade/pixmaps/hicolor/22x22/actions/widget-v3270-terminal.png
/usr/share/pw3270/pot/libv3270.pot

References

Summary

In this tutorial we learn how to install libv3270-devel on Rocky Linux 8 using yum and dnf.