How To Install newt-devel on Fedora 36

In this tutorial we learn how to install newt-devel in Fedora 36. newt-devel is Newt windowing toolkit development files

Introduction

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

What is newt-devel

The newt-devel package contains the header files and libraries necessary for developing applications which use newt. Newt is a development library for text mode user interfaces. Newt is based on the slang library. Install newt-devel if you want to develop applications which will use newt.

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

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

sudo dnf -y install newt-devel

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

sudo yum -y install newt-devel

How To Uninstall newt-devel on Fedora 36

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

sudo dnf remove newt-devel

newt-devel Package Contents on Fedora 36

/usr/include/newt.h
/usr/lib64/libnewt.so
/usr/lib64/pkgconfig/libnewt.pc
/usr/share/doc/newt-devel
/usr/share/doc/newt-devel/tutorial.sgml
/usr/share/doc/newt-devel/tutorial.txt

References

Summary

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


title: “How To Install newt-devel on Fedora 36” linkTitle: “newt-devel” type: “docs” description: “In this tutorial we learn how to install newt-devel in Fedora 36. newt-devel is Newt windowing toolkit development files” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/newt-devel-featured.png

Introduction

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

What is newt-devel

The newt-devel package contains the header files and libraries necessary for developing applications which use newt. Newt is a development library for text mode user interfaces. Newt is based on the slang library. Install newt-devel if you want to develop applications which will use newt.

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

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

sudo dnf -y install newt-devel

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

sudo yum -y install newt-devel

How To Uninstall newt-devel on Fedora 36

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

sudo dnf remove newt-devel

newt-devel Package Contents on Fedora 36

/usr/include/newt.h
/usr/lib/libnewt.so
/usr/lib/pkgconfig/libnewt.pc
/usr/share/doc/newt-devel
/usr/share/doc/newt-devel/tutorial.sgml
/usr/share/doc/newt-devel/tutorial.txt

References

Summary

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