How To Install x3270-x11 on Rocky Linux 8

In this tutorial we learn how to install x3270-x11 on Rocky Linux 8. x3270-x11 is IBM 3278/3279 terminal emulator for the X Window System

Introduction

In this tutorial we learn how to install x3270-x11 on Rocky Linux 8.

What is x3270-x11

The x3270 program opens a window in the X Window System which emulates the actual look of an IBM 3278/3279 terminal, commonly used with mainframe applications. x3270 also allows you to telnet to an IBM host from the x3270 window. Install the x3270-x11 package if you need to access IBM hosts using an IBM 3278/3279 terminal emulator from X11.

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

Install x3270-x11 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 x3270-x11 using dnf by running the following command:

sudo dnf -y install x3270-x11

Install x3270-x11 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 x3270-x11 using yum by running the following command:

sudo yum -y install x3270-x11

How To Uninstall x3270-x11 on Rocky Linux 8

To uninstall only the x3270-x11 package we can use the following command:

sudo dnf remove x3270-x11

x3270-x11 Package Contents on Rocky Linux 8

/etc/X11/fontpath.d/x3270
/usr/bin/x3270
/usr/lib/.build-id
/usr/lib/.build-id/38
/usr/lib/.build-id/38/8a60e0ad0b0fcd7bb9311091bb8cd8c79fa692
/usr/share/applications/x3270.desktop
/usr/share/doc/x3270-x11
/usr/share/doc/x3270-x11/LICENSE.x3270
/usr/share/doc/x3270-x11/README.x3270
/usr/share/doc/x3270-x11/html.x3270
/usr/share/doc/x3270-x11/html.x3270/Attributes.html
/usr/share/doc/x3270-x11/html.x3270/Brackets.html
/usr/share/doc/x3270-x11/html.x3270/Bugs.html
/usr/share/doc/x3270-x11/html.x3270/Charset.html
/usr/share/doc/x3270-x11/html.x3270/FAQ.html
/usr/share/doc/x3270-x11/html.x3270/Intro.html
/usr/share/doc/x3270-x11/html.x3270/Keymap.html
/usr/share/doc/x3270-x11/html.x3270/Lineage.html
/usr/share/doc/x3270-x11/html.x3270/README.html
/usr/share/doc/x3270-x11/html.x3270/ReleaseNotes.html
/usr/share/doc/x3270-x11/html.x3270/Resources.html
/usr/share/doc/x3270-x11/html.x3270/SSL.html
/usr/share/doc/x3270-x11/html.x3270/Wishlist.html
/usr/share/doc/x3270-x11/html.x3270/del.jpg
/usr/share/doc/x3270-x11/html.x3270/delta.jpg
/usr/share/doc/x3270-x11/html.x3270/documentation-faq-body.html
/usr/share/doc/x3270-x11/html.x3270/documentation-relnotes-body.html
/usr/share/doc/x3270-x11/html.x3270/ibm_hosts.html
/usr/share/doc/x3270-x11/html.x3270/license-body.html
/usr/share/doc/x3270-x11/html.x3270/x3270-man.html
/usr/share/doc/x3270-x11/html.x3270/x3270-script.html
/usr/share/doc/x3270-x11/html.x3270/x3270.jpg
/usr/share/doc/x3270-x11/html.x3270/x3270.xbm
/usr/share/fonts/x3270
/usr/share/fonts/x3270/3270-12.pcf.gz
/usr/share/fonts/x3270/3270-12b.pcf.gz
/usr/share/fonts/x3270/3270-20.pcf.gz
/usr/share/fonts/x3270/3270-20b.pcf.gz
/usr/share/fonts/x3270/3270.pcf.gz
/usr/share/fonts/x3270/3270b.pcf.gz
/usr/share/fonts/x3270/3270gr.pcf.gz
/usr/share/fonts/x3270/3270gt12.pcf.gz
/usr/share/fonts/x3270/3270gt12b.pcf.gz
/usr/share/fonts/x3270/3270gt16.pcf.gz
/usr/share/fonts/x3270/3270gt16b.pcf.gz
/usr/share/fonts/x3270/3270gt24.pcf.gz
/usr/share/fonts/x3270/3270gt24b.pcf.gz
/usr/share/fonts/x3270/3270gt32.pcf.gz
/usr/share/fonts/x3270/3270gt32b.pcf.gz
/usr/share/fonts/x3270/3270gt8.pcf.gz
/usr/share/fonts/x3270/3270h.pcf.gz
/usr/share/fonts/x3270/fonts.dir
/usr/share/icons/hicolor/48x48/apps/x3270.png
/usr/share/man/man1/x3270.1.gz

References

Summary

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