How To Install libv3270 on Fedora 34

libv3270 is 3270 Virtual Terminal for GTK+3 3270 Virtual Terminal for GTK+3

Introduction

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

What is libv3270

Originally designed as part of the pw3270 application, this library provides a TN3270 virtual terminal widget for GTK+3. libv3270 5.4 1.fc34 x86_64 175 k libv3270-5.4-1.fc34.src.rpm fedora 3270 Virtual Terminal for GTK+3 https LGPLv3 Originally designed as part of the pw3270 application, this library provides a TN3270 virtual terminal widget for GTK+3.

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

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

sudo dnf -y install libv3270

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

sudo yum -y install libv3270

How To Uninstall libv3270 on Fedora 34

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

sudo dnf remove libv3270

libv3270 Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/52
/usr/lib/.build-id/52/f2536414090a1f49777d1bbbf8460c50d77820
/usr/lib64/libv3270.so.5.3
/usr/share/doc/libv3270
/usr/share/doc/libv3270/AUTHORS
/usr/share/doc/libv3270/README.md
/usr/share/licenses/libv3270
/usr/share/licenses/libv3270/LICENSE
/usr/share/locale/pt_BR/LC_MESSAGES/libv3270.mo
/usr/share/pw3270/colors.conf
/usr/share/pw3270/remap
/usr/share/pw3270/remap/bracket.xml
/usr/lib/.build-id
/usr/lib/.build-id/be
/usr/lib/.build-id/be/4f48c127569b38f58670e844325800241f60f1
/usr/lib/libv3270.so.5.3
/usr/share/doc/libv3270
/usr/share/doc/libv3270/AUTHORS
/usr/share/doc/libv3270/README.md
/usr/share/licenses/libv3270
/usr/share/licenses/libv3270/LICENSE
/usr/share/locale/pt_BR/LC_MESSAGES/libv3270.mo
/usr/share/pw3270/colors.conf
/usr/share/pw3270/remap
/usr/share/pw3270/remap/bracket.xml

References

Summary

In this tutorial we learn how to install libv3270 on Fedora 34 using yum and dnf.