How To Install route3270 on Fedora 36

In this tutorial we learn how to install route3270 in Fedora 36. route3270 is A simple 3270 application/connection router

Introduction

In this tutorial we learn how to install route3270 on Fedora 36.

What is route3270

A simple TN3270 router that can be used to route access to several applications or machines behind a single gateway. Features - Crude access control system for proxied services - Authentication - 2FA support using TOTP

We can use yum or dnf to install route3270 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install route3270.

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

sudo dnf -y install route3270

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

sudo yum -y install route3270

How To Uninstall route3270 on Fedora 36

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

sudo dnf remove route3270

route3270 Package Contents on Fedora 36

/usr/bin/route3270
/usr/lib/.build-id
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/931fd2caee0c2001228e29ea82c9769e9fbb2e
/usr/share/doc/route3270
/usr/share/doc/route3270/README.md
/usr/share/doc/route3270/doc
/usr/share/doc/route3270/doc/login.png
/usr/share/doc/route3270/doc/selection.png
/usr/share/doc/route3270/example.toml
/usr/share/licenses/route3270
/usr/share/licenses/route3270/COPYING

References

Summary

In this tutorial we learn how to install route3270 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).