How To Install libtranslit.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libtranslit.x86_64 in Amazon Linux 2. libtranslit.x86_64 is ASCII to Unicode transliteration library with multiple backends

Introduction

In this tutorial we learn how to install libtranslit.x86_64 on Amazon Linux 2.

What is libtranslit.x86_64

ASCII to Unicode transliteration library with multiple backends.

We can use yum to install libtranslit.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libtranslit.x86_64.

Install libtranslit.x86_64 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.x86_64 using yum by running the following command:

sudo yum -y install libtranslit.x86_64

How To Uninstall libtranslit.x86_64 on Amazon Linux 2

To uninstall only the libtranslit.x86_64 package we can use the following command:

sudo yum remove libtranslit.x86_64

libtranslit.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/girepository-1.0/Translit-1.0.typelib
/usr/lib64/libtranslit.so.0
/usr/lib64/libtranslit.so.0.0.0
/usr/lib64/libtranslit/modules

References

Summary

In this tutorial we learn how to install libtranslit.x86_64 on Amazon Linux 2 using yum.