How To Install gpm-libs.i686 on Amazon Linux 2
In this tutorial we learn how to install gpm-libs.i686 in Amazon Linux 2. gpm-libs.i686 is Dynamic library for for the gpm
Introduction
In this tutorial we learn how to install gpm-libs.i686 on Amazon Linux 2.
What is gpm-libs.i686
This package contains the libgpm.so dynamic library which contains the gpm system calls and library functions.
We can use yum to install gpm-libs.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install gpm-libs.i686.
Install gpm-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 gpm-libs.i686 using yum by running the following command:
sudo yum -y install gpm-libs.i686
How To Uninstall gpm-libs.i686 on Amazon Linux 2
To uninstall only the gpm-libs.i686 package we can use the following command:
sudo yum remove gpm-libs.i686
gpm-libs.i686 Package Contents on Amazon Linux 2
/usr/lib/libgpm.so.2
/usr/lib/libgpm.so.2.1.0
References
Summary
In this tutorial we learn how to install gpm-libs.i686 on Amazon Linux 2 using yum.