How To Install libv3270 on Fedora 36
Introduction
In this tutorial we learn how to install libv3270
on Fedora 36.
What is libv3270
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 36. In this tutorial we discuss both methods but you only need to choose one of method to install libv3270.
Install libv3270 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 libv3270
using dnf
by running the following command:
sudo dnf -y install libv3270
Install libv3270 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 libv3270
using yum
by running the following command:
sudo yum -y install libv3270
How To Uninstall libv3270 on Fedora 36
To uninstall only the libv3270
package we can use the following command:
sudo dnf remove libv3270
title: “How To Install libv3270 on Fedora 36”
libv3270 Package Contents on Fedora 36
linkTitle: “libv3270”
type: “docs”
description: "In this tutorial we learn how to install libv3270 in Fedora 36. libv3270 is 3270 Virtual Terminal for GTK+3"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libv3270-featured.png
---
## Introduction
In this tutorial we learn how to install `libv3270` on Fedora 36.
### What is `libv3270`
> 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 36. In this tutorial we discuss both methods but you only need to choose one of method to install libv3270.
## Install libv3270 on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install libv3270
using dnf
by running the following command:
sudo dnf -y install libv3270
Install libv3270 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 libv3270
using yum
by running the following command:
sudo yum -y install libv3270
How To Uninstall libv3270 on Fedora 36
To uninstall only the libv3270
package we can use the following command:
sudo dnf remove libv3270
libv3270 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/66a0a1d8a694f1768b6890ef1b2ee226c0706b
/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 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/lib/.build-id /usr/lib/.build-id/4f /usr/lib/.build-id/4f/b32db9ae7441e7292d74bcfb2bb14591d74adf /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
## References
* [libv3270 website](https://github.com/PerryWerneck/libv3270)
## Summary
In this tutorial we learn how to install `libv3270` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).