How To Install libtranslit on Fedora 34

libtranslit is ASCII to Unicode transliteration library with multiple backends ASCII to Unicode transliteration library with multiple backends

Introduction

In this tutorial we learn how to install libtranslit on Fedora 34.

What is libtranslit

ASCII to Unicode transliteration library with multiple backends. libtranslit 0.0.3 30.fc34 x86_64 16 k libtranslit-0.0.3-30.fc34.src.rpm fedora ASCII to Unicode transliteration library with multiple backends http GPLv3+ ASCII to Unicode transliteration library with multiple backends.

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

Install libtranslit on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install libtranslit

Install libtranslit on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo yum -y install libtranslit

How To Uninstall libtranslit on Fedora 34

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

sudo dnf remove libtranslit

libtranslit Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/93
/usr/lib/.build-id/93/704a6dcd801756232d8c51b5e9a11a8782bf9d
/usr/lib/girepository-1.0/Translit-1.0.typelib
/usr/lib/libtranslit
/usr/lib/libtranslit.so.0
/usr/lib/libtranslit.so.0.0.0
/usr/lib/libtranslit/modules
/usr/lib/.build-id
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/05898173dbefe18991b0db9dc697919f9fa7fd
/usr/lib64/girepository-1.0/Translit-1.0.typelib
/usr/lib64/libtranslit
/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 on Fedora 34 using yum and dnf.