How to Install and Uninstall ncurses-devel.i686 Package on CentOS Stream 9

Last updated: February 03,2025

1. Install "ncurses-devel.i686" package

Here is a brief guide to show you how to install ncurses-devel.i686 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install ncurses-devel.i686

2. Uninstall "ncurses-devel.i686" package

This tutorial shows how to uninstall ncurses-devel.i686 on CentOS Stream 9:

$ sudo dnf remove ncurses-devel.i686 $ sudo dnf autoremove

3. Information about the ncurses-devel.i686 package on CentOS Stream 9

Last metadata expiration check: 1:39:57 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : ncurses-devel
Version : 6.2
Release : 10.20210508.el9
Architecture : i686
Size : 518 k
Source : ncurses-6.2-10.20210508.el9.src.rpm
Repository : appstream
Summary : Development files for the ncurses library
URL : https://invisible-island.net/ncurses/ncurses.html
License : MIT
Description : The header files and libraries for developing applications that use
: the ncurses terminal handling library.
:
: Install the ncurses-devel package if you want to develop applications
: which will use ncurses.