How to Install and Uninstall ncurses-libs.i686 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 11,2024

1. Install "ncurses-libs.i686" package

This tutorial shows how to install ncurses-libs.i686 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "ncurses-libs.i686" package

Learn how to uninstall ncurses-libs.i686 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the ncurses-libs.i686 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:29:15 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : ncurses-libs
Version : 6.1
Release : 10.20180224.el8
Architecture : i686
Size : 352 k
Source : ncurses-6.1-10.20180224.el8.src.rpm
Repository : ubi-8-baseos-rpms
Summary : Ncurses libraries
URL : https://invisible-island.net/ncurses/ncurses.html
License : MIT
Description : 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 the ncurses libraries.