How To Install ncurses-compat-libs.i686 on Amazon Linux 2
Introduction
In this tutorial we learn how to install ncurses-compat-libs.i686 on Amazon Linux 2.
What is ncurses-compat-libs.i686
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 ABI version 5 of the ncurses libraries for compatibility.
We can use yum to install ncurses-compat-libs.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install ncurses-compat-libs.i686.
Install ncurses-compat-libs.i686 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ncurses-compat-libs.i686 using yum by running the following command:
sudo yum -y install ncurses-compat-libs.i686
How To Uninstall ncurses-compat-libs.i686 on Amazon Linux 2
To uninstall only the ncurses-compat-libs.i686 package we can use the following command:
sudo yum remove ncurses-compat-libs.i686
ncurses-compat-libs.i686 Package Contents on Amazon Linux 2
/usr/lib/libform.so.5
/usr/lib/libform.so.5.9
/usr/lib/libformw.so.5
/usr/lib/libformw.so.5.9
/usr/lib/libmenu.so.5
/usr/lib/libmenu.so.5.9
/usr/lib/libmenuw.so.5
/usr/lib/libmenuw.so.5.9
/usr/lib/libncurses++.so.5
/usr/lib/libncurses++.so.5.9
/usr/lib/libncurses++w.so.5
/usr/lib/libncurses++w.so.5.9
/usr/lib/libncurses.so.5
/usr/lib/libncurses.so.5.9
/usr/lib/libncursesw.so.5
/usr/lib/libncursesw.so.5.9
/usr/lib/libpanel.so.5
/usr/lib/libpanel.so.5.9
/usr/lib/libpanelw.so.5
/usr/lib/libpanelw.so.5.9
/usr/lib/libtic.so.5
/usr/lib/libtic.so.5.9
/usr/lib/libtinfo.so.5
/usr/lib/libtinfo.so.5.9
References
Summary
In this tutorial we learn how to install ncurses-compat-libs.i686 on Amazon Linux 2 using yum.