How to Install and Uninstall ncurses-libs.i686 Package on Oracle Linux 9

Last updated: November 25,2024

1. Install "ncurses-libs.i686" package

This guide let you learn how to install ncurses-libs.i686 on Oracle Linux 9

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

2. Uninstall "ncurses-libs.i686" package

In this section, we are going to explain the necessary steps to uninstall ncurses-libs.i686 on Oracle Linux 9:

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

3. Information about the ncurses-libs.i686 package on Oracle Linux 9

Last metadata expiration check: 1:39:53 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ncurses-libs
Version : 6.2
Release : 10.20210508.el9
Architecture : i686
Size : 355 k
Source : ncurses-6.2-10.20210508.el9.src.rpm
Repository : ol9_baseos_latest
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.