How to Install and Uninstall ncurses-devel.i686 Package on Oracle Linux 8
Last updated: November 05,2024
1. Install "ncurses-devel.i686" package
In this section, we are going to explain the necessary steps to install ncurses-devel.i686 on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
ncurses-devel.i686
Copied
2. Uninstall "ncurses-devel.i686" package
Please follow the guidance below to uninstall ncurses-devel.i686 on Oracle Linux 8:
$
sudo dnf remove
ncurses-devel.i686
Copied
$
sudo dnf autoremove
Copied
3. Information about the ncurses-devel.i686 package on Oracle Linux 8
Last metadata expiration check: 4:57:03 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : ncurses-devel
Version : 6.1
Release : 9.20180224.el8
Architecture : i686
Size : 528 k
Source : ncurses-6.1-9.20180224.el8.src.rpm
Repository : ol8_baseos_latest
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.
Available Packages
Name : ncurses-devel
Version : 6.1
Release : 9.20180224.el8
Architecture : i686
Size : 528 k
Source : ncurses-6.1-9.20180224.el8.src.rpm
Repository : ol8_baseos_latest
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.