How To Install gettext-libs.i686 on Amazon Linux 2
In this tutorial we learn how to install gettext-libs.i686 in Amazon Linux 2. gettext-libs.i686 is Libraries for gettext
Introduction
In this tutorial we learn how to install gettext-libs.i686 on Amazon Linux 2.
What is gettext-libs.i686
This package contains libraries used internationalization support.
We can use yum to install gettext-libs.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install gettext-libs.i686.
Install gettext-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 gettext-libs.i686 using yum by running the following command:
sudo yum -y install gettext-libs.i686
How To Uninstall gettext-libs.i686 on Amazon Linux 2
To uninstall only the gettext-libs.i686 package we can use the following command:
sudo yum remove gettext-libs.i686
gettext-libs.i686 Package Contents on Amazon Linux 2
/usr/lib/libasprintf.so.0
/usr/lib/libasprintf.so.0.0.0
/usr/lib/libgettextlib-0.19.8.1.so
/usr/lib/libgettextpo.so.0
/usr/lib/libgettextpo.so.0.5.4
/usr/lib/libgettextsrc-0.19.8.1.so
References
Summary
In this tutorial we learn how to install gettext-libs.i686 on Amazon Linux 2 using yum.