How To Install 4th-devel on Fedora 36

In this tutorial we learn how to install 4th-devel in Fedora 36. 4th-devel is Development files for 4th

Introduction

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

What is 4th-devel

This package includes headers for development with 4th, a Forth compiler library.

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

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

sudo dnf -y install 4th-devel

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

sudo yum -y install 4th-devel

How To Uninstall 4th-devel on Fedora 36

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

sudo dnf remove 4th-devel

4th-devel Package Contents on Fedora 36

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

## Introduction

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

### What is `4th-devel`

> This package includes headers for development with 4th, a Forth compiler library.  

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

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

sudo dnf -y install 4th-devel

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

sudo yum -y install 4th-devel

/usr/include/4th /usr/include/4th/editor.h /usr/include/4th/mon.h /usr/include/4th/pp4th.h /usr/include/4th/teditor.h /usr/include/4th/zeditor.h /usr/lib64/lib4th.so

How To Uninstall 4th-devel on Fedora 36

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

sudo dnf remove 4th-devel

## References


## 4th-devel Package Contents on Fedora 36
* [4th-devel website](https://thebeez.home.xs4all.nl/4tH/)


```bash
## Summary

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

/usr/include/4th
/usr/include/4th/editor.h
/usr/include/4th/mon.h
/usr/include/4th/pp4th.h
/usr/include/4th/teditor.h
/usr/include/4th/zeditor.h
/usr/lib/lib4th.so

References

Summary

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