How to Install and Uninstall ncurses-c++-libs.x86_64 Package on Amazon Linux 2

Last updated: January 09,2025

1. Install "ncurses-c++-libs.x86_64" package

Here is a brief guide to show you how to install ncurses-c++-libs.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install ncurses-c++-libs.x86_64

2. Uninstall "ncurses-c++-libs.x86_64" package

Learn how to uninstall ncurses-c++-libs.x86_64 on Amazon Linux 2:

$ sudo yum remove ncurses-c++-libs.x86_64 $ sudo yum autoremove

3. Information about the ncurses-c++-libs.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : ncurses-c++-libs
Arch : x86_64
Version : 6.0
Release : 8.20170212.amzn2.1.3
Size : 52 k
Repo : amzn2-core/2/x86_64
Summary : Ncurses C++ bindings
URL : http://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 C++ bindings of the ncurses ABI version 6
: libraries.