How To Install libtranslit.i686 on Amazon Linux 2
In this tutorial we learn how to install libtranslit.i686 in Amazon Linux 2. libtranslit.i686 is ASCII to Unicode transliteration library with multiple backends
Introduction
In this tutorial we learn how to install libtranslit.i686 on Amazon Linux 2.
What is libtranslit.i686
ASCII to Unicode transliteration library with multiple backends.
We can use yum to install libtranslit.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libtranslit.i686.
Install libtranslit.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 libtranslit.i686 using yum by running the following command:
sudo yum -y install libtranslit.i686
How To Uninstall libtranslit.i686 on Amazon Linux 2
To uninstall only the libtranslit.i686 package we can use the following command:
sudo yum remove libtranslit.i686
libtranslit.i686 Package Contents on Amazon Linux 2
/usr/lib/girepository-1.0/Translit-1.0.typelib
/usr/lib/libtranslit.so.0
/usr/lib/libtranslit.so.0.0.0
/usr/lib/libtranslit/modules
References
Summary
In this tutorial we learn how to install libtranslit.i686 on Amazon Linux 2 using yum.