How To Install ncurses-c++-libs on Fedora 36

In this tutorial we learn how to install ncurses-c++-libs in Fedora 36. ncurses-c++-libs is Ncurses C++ bindings

Introduction

In this tutorial we learn how to install ncurses-c++-libs on Fedora 36.

What is ncurses-c++-libs

The curses library routines are a terminal-independent method of updating character screens with reasonable optimization. The ncurses (new curses) library is a freely distributable replacement for the discontinued 4.4 BSD classic curses library. This package contains C++ bindings of the ncurses ABI version 6 libraries.

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

Install ncurses-c++-libs 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 ncurses-c++-libs using dnf by running the following command:

sudo dnf -y install ncurses-c++-libs

Install ncurses-c++-libs 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 ncurses-c++-libs using yum by running the following command:

sudo yum -y install ncurses-c++-libs

How To Uninstall ncurses-c++-libs on Fedora 36

To uninstall only the ncurses-c++-libs package we can use the following command:

sudo dnf remove ncurses-c++-libs

ncurses-c++-libs Package Contents on Fedora 36

---
title: "How To Install ncurses-c++-libs on Fedora 36"
linkTitle: "ncurses-c++-libs"
type: "docs"
description: "In this tutorial we learn how to install ncurses-c++-libs in Fedora 36. ncurses-c++-libs is Ncurses C++ bindings"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/ncurses-c++-libs-featured.png
---

## Introduction

In this tutorial we learn how to install `ncurses-c++-libs` on Fedora 36.

### What is `ncurses-c++-libs`

> The curses library routines are a terminal-independent method of updating character screens with reasonable optimization.  The ncurses (new curses) library is a freely distributable replacement for the discontinued 4.4 BSD classic curses library.  This package contains C++ bindings of the ncurses ABI version 6 libraries.  

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

## Install ncurses-c++-libs on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

/usr/lib/.build-id /usr/lib/.build-id/5b/adc86b1da8166e74d294145d9851f5daed965b /usr/lib/.build-id/d5/1fbb883b50c0ad13c84e0c498f39590d63706f /usr/lib/libncurses++.so.6 /usr/lib/libncurses++.so.6.2 /usr/lib/libncurses++w.so.6 /usr/lib/libncurses++w.so.6.2 After updating yum database, We can install ncurses-c++-libs using dnf by running the following command:

sudo dnf -y install ncurses-c++-libs

Install ncurses-c++-libs 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 ncurses-c++-libs using yum by running the following command:

sudo yum -y install ncurses-c++-libs

How To Uninstall ncurses-c++-libs on Fedora 36

To uninstall only the ncurses-c++-libs package we can use the following command:

sudo dnf remove ncurses-c++-libs

ncurses-c++-libs Package Contents on Fedora 36

References

Summary

In this tutorial we learn how to install ncurses-c++-libs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/lib/.build-id /usr/lib/.build-id/f7/7f96617de0b7386f53c7b97be8c03e1e0cb551 /usr/lib/.build-id/fb/ebf3ef3fc552fd72ce952ee5efe9e833321d40 /usr/lib64/libncurses++.so.6 /usr/lib64/libncurses++.so.6.2 /usr/lib64/libncurses++w.so.6 /usr/lib64/libncurses++w.so.6.2


## References

* [ncurses-c++-libs website](https://invisible-island.net/ncurses/ncurses.html)

## Summary

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