How To Install notcurses-devel on Rocky Linux 8

In this tutorial we learn how to install notcurses-devel on Rocky Linux 8. notcurses-devel is Development files for the Notcurses library

Introduction

In this tutorial we learn how to install notcurses-devel on Rocky Linux 8.

What is notcurses-devel

Development files for the notcurses library.

We can use yum or dnf to install notcurses-devel on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install notcurses-devel.

Install notcurses-devel on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install notcurses-devel using dnf by running the following command:

sudo dnf -y install notcurses-devel

Install notcurses-devel on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install notcurses-devel using yum by running the following command:

sudo yum -y install notcurses-devel

How To Uninstall notcurses-devel on Rocky Linux 8

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

sudo dnf remove notcurses-devel

notcurses-devel Package Contents on Rocky Linux 8

/usr/include/ncpp
/usr/include/ncpp/Cell.hh
/usr/include/ncpp/CellStyle.hh
/usr/include/ncpp/Direct.hh
/usr/include/ncpp/FDPlane.hh
/usr/include/ncpp/Menu.hh
/usr/include/ncpp/MultiSelector.hh
/usr/include/ncpp/NCAlign.hh
/usr/include/ncpp/NCBox.hh
/usr/include/ncpp/NCKey.hh
/usr/include/ncpp/NCLogLevel.hh
/usr/include/ncpp/NotCurses.hh
/usr/include/ncpp/Palette.hh
/usr/include/ncpp/Pile.hh
/usr/include/ncpp/Plane.hh
/usr/include/ncpp/Plot.hh
/usr/include/ncpp/Progbar.hh
/usr/include/ncpp/Reader.hh
/usr/include/ncpp/Reel.hh
/usr/include/ncpp/Root.hh
/usr/include/ncpp/Selector.hh
/usr/include/ncpp/Subproc.hh
/usr/include/ncpp/Tablet.hh
/usr/include/ncpp/TabletCallback.hh
/usr/include/ncpp/Utilities.hh
/usr/include/ncpp/Visual.hh
/usr/include/ncpp/Widget.hh
/usr/include/ncpp/_exceptions.hh
/usr/include/ncpp/_flag_enum_operator_helpers.hh
/usr/include/ncpp/_helpers.hh
/usr/include/ncpp/internal
/usr/include/ncpp/internal/Helpers.hh
/usr/include/ncpp/ncpp.hh
/usr/include/notcurses
/usr/include/notcurses/direct.h
/usr/include/notcurses/nckeys.h
/usr/include/notcurses/ncseqs.h
/usr/include/notcurses/notcurses.h
/usr/include/notcurses/version.h
/usr/lib64/cmake/Notcurses
/usr/lib64/cmake/Notcurses++
/usr/lib64/cmake/Notcurses++/Notcurses++Config.cmake
/usr/lib64/cmake/Notcurses++/Notcurses++ConfigVersion.cmake
/usr/lib64/cmake/Notcurses/NotcursesConfig.cmake
/usr/lib64/cmake/Notcurses/NotcursesConfigVersion.cmake
/usr/lib64/cmake/NotcursesCore
/usr/lib64/cmake/NotcursesCore/NotcursesCoreConfig.cmake
/usr/lib64/cmake/NotcursesCore/NotcursesCoreConfigVersion.cmake
/usr/lib64/libnotcurses++.so
/usr/lib64/libnotcurses-core.so
/usr/lib64/libnotcurses.so
/usr/lib64/pkgconfig/notcurses++.pc
/usr/lib64/pkgconfig/notcurses-core.pc
/usr/lib64/pkgconfig/notcurses.pc
/usr/share/man/man3/notcurses.3.gz
/usr/share/man/man3/notcurses_capabilities.3.gz
/usr/share/man/man3/notcurses_cell.3.gz
/usr/share/man/man3/notcurses_channels.3.gz
/usr/share/man/man3/notcurses_core.3.gz
/usr/share/man/man3/notcurses_direct.3.gz
/usr/share/man/man3/notcurses_fade.3.gz
/usr/share/man/man3/notcurses_fds.3.gz
/usr/share/man/man3/notcurses_init.3.gz
/usr/share/man/man3/notcurses_input.3.gz
/usr/share/man/man3/notcurses_lines.3.gz
/usr/share/man/man3/notcurses_menu.3.gz
/usr/share/man/man3/notcurses_metric.3.gz
/usr/share/man/man3/notcurses_multiselector.3.gz
/usr/share/man/man3/notcurses_output.3.gz
/usr/share/man/man3/notcurses_palette.3.gz
/usr/share/man/man3/notcurses_plane.3.gz
/usr/share/man/man3/notcurses_plot.3.gz
/usr/share/man/man3/notcurses_progbar.3.gz
/usr/share/man/man3/notcurses_reader.3.gz
/usr/share/man/man3/notcurses_reel.3.gz
/usr/share/man/man3/notcurses_refresh.3.gz
/usr/share/man/man3/notcurses_render.3.gz
/usr/share/man/man3/notcurses_selector.3.gz
/usr/share/man/man3/notcurses_stats.3.gz
/usr/share/man/man3/notcurses_stdplane.3.gz
/usr/share/man/man3/notcurses_stop.3.gz
/usr/share/man/man3/notcurses_tabbed.3.gz
/usr/share/man/man3/notcurses_tree.3.gz
/usr/share/man/man3/notcurses_visual.3.gz

References

Summary

In this tutorial we learn how to install notcurses-devel on Rocky Linux 8 using yum and dnf.