How To Install libtranslit-icu on Fedora 36

In this tutorial we learn how to install libtranslit-icu in Fedora 36. libtranslit-icu is Transliteration module using m17n-lib for libtranslit

Introduction

In this tutorial we learn how to install libtranslit-icu on Fedora 36.

What is libtranslit-icu

The libtranslit-icu package contains a transliteration module using ICU for libtranslit.

We can use yum or dnf to install libtranslit-icu on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtranslit-icu.

Install libtranslit-icu on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libtranslit-icu using dnf by running the following command:

sudo dnf -y install libtranslit-icu

Install libtranslit-icu on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libtranslit-icu using yum by running the following command:

sudo yum -y install libtranslit-icu

How To Uninstall libtranslit-icu on Fedora 36

To uninstall only the libtranslit-icu package we can use the following command:

sudo dnf remove libtranslit-icu

libtranslit-icu Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/88
/usr/lib/.build-id/88/0ce7e02580ebe4f1806f91bf2958130aa66ad9
/usr/lib64/libtranslit/modules/libtransliticu.so
/usr/lib64/libtranslit/modules/libtransliticu.so.0
/usr/lib64/libtranslit/modules/libtransliticu.so.0.0.0

References

Summary

In this tutorial we learn how to install libtranslit-icu on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).