How To Install tn5250-devel on Fedora 36

In this tutorial we learn how to install tn5250-devel in Fedora 36. tn5250-devel is Development tools for the 5250 protocol

Introduction

In this tutorial we learn how to install tn5250-devel on Fedora 36.

What is tn5250-devel

Libraries and header files to use with lib5250.

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

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

sudo dnf -y install tn5250-devel

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

sudo yum -y install tn5250-devel

How To Uninstall tn5250-devel on Fedora 36

To uninstall only the tn5250-devel package we can use the following command:

sudo dnf remove tn5250-devel

tn5250-devel Package Contents on Fedora 36

---
title: "How To Install tn5250-devel on Fedora 36"
linkTitle: "tn5250-devel"
type: "docs"
description: "In this tutorial we learn how to install tn5250-devel in Fedora 36. tn5250-devel is Development tools for the 5250 protocol"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/tn5250-devel-featured.png
---

## Introduction

In this tutorial we learn how to install `tn5250-devel` on Fedora 36.

### What is `tn5250-devel`

> Libraries and header files to use with lib5250.  

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

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

sudo dnf -y install tn5250-devel

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

sudo yum -y install tn5250-devel

How To Uninstall tn5250-devel on Fedora 36

To uninstall only the tn5250-devel package we can use the following command:

sudo dnf remove tn5250-devel

tn5250-devel Package Contents on Fedora 36

/usr/include/tn5250
/usr/include/tn5250.h
/usr/include/tn5250/buffer.h
/usr/include/tn5250/codes5250.h
/usr/include/tn5250/conf.h
/usr/include/tn5250/cursesterm.h
/usr/include/tn5250/dbuffer.h
/usr/include/tn5250/debug.h
/usr/include/tn5250/display.h
/usr/include/tn5250/field.h
/usr/include/tn5250/macro.h
/usr/include/tn5250/menu.h
/usr/include/tn5250/printsession.h
/usr/include/tn5250/record.h
/usr/include/tn5250/scrollbar.h
/usr/include/tn5250/scs.h
/usr/include/tn5250/session.h
/usr/include/tn5250/stream.h
/usr/include/tn5250/terminal.h
/usr/include/tn5250/utility.h
/usr/include/tn5250/window.h
/usr/include/tn5250/wtd.h
/usr/lib64/lib5250.so

References

Summary

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

/usr/include/tn5250 /usr/include/tn5250.h /usr/include/tn5250/buffer.h /usr/include/tn5250/codes5250.h /usr/include/tn5250/conf.h /usr/include/tn5250/cursesterm.h /usr/include/tn5250/dbuffer.h /usr/include/tn5250/debug.h /usr/include/tn5250/display.h /usr/include/tn5250/field.h /usr/include/tn5250/macro.h /usr/include/tn5250/menu.h /usr/include/tn5250/printsession.h /usr/include/tn5250/record.h /usr/include/tn5250/scrollbar.h /usr/include/tn5250/scs.h /usr/include/tn5250/session.h /usr/include/tn5250/stream.h /usr/include/tn5250/terminal.h /usr/include/tn5250/utility.h /usr/include/tn5250/window.h /usr/include/tn5250/wtd.h /usr/lib/lib5250.so


## References

* [tn5250-devel website](http://tn5250.sourceforge.net/)

## Summary

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