How To Install libv3270-devel on Fedora 36
Introduction
In this tutorial we learn how to install libv3270-devel
on Fedora 36.
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 Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libv3270-devel.
Install libv3270-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install libv3270-devel
Install libv3270-devel 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-devel
using yum
by running the following command:
sudo yum -y install libv3270-devel
How To Uninstall libv3270-devel on Fedora 36
To uninstall only the libv3270-devel
package we can use the following command:
sudo dnf remove libv3270-devel
libv3270-devel Package Contents on Fedora 36
---
title: "How To Install libv3270-devel on Fedora 36"
linkTitle: "libv3270-devel"
type: "docs"
description: "In this tutorial we learn how to install libv3270-devel in Fedora 36. libv3270-devel is Development files for libv3270"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libv3270-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `libv3270-devel` on Fedora 36.
### 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 Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libv3270-devel.
## Install libv3270-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install libv3270-devel
Install libv3270-devel 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-devel
using yum
by running the following command:
sudo yum -y install libv3270-devel
How To Uninstall libv3270-devel on Fedora 36
To uninstall only the libv3270-devel
package we can use the following command:
/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
sudo dnf remove libv3270-devel
libv3270-devel Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install libv3270-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/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/lib/libv3270.so /usr/lib/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
* [libv3270-devel website](https://github.com/PerryWerneck/libv3270)
## Summary
In this tutorial we learn how to install `libv3270-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).