How To Install libtranslit on Fedora 36
Introduction
In this tutorial we learn how to install libtranslit
on Fedora 36.
What is libtranslit
ASCII to Unicode transliteration library with multiple backends.
We can use yum
or dnf
to install libtranslit
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtranslit.
Install libtranslit 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
using dnf
by running the following command:
sudo dnf -y install libtranslit
Install libtranslit 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
using yum
by running the following command:
sudo yum -y install libtranslit
How To Uninstall libtranslit on Fedora 36
To uninstall only the libtranslit
package we can use the following command:
sudo dnf remove libtranslit
libtranslit Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/85
/usr/lib/.build-id/85/6995aae6914fe2f9a33082958fe2b861d21159
/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
References
Summary
In this tutorial we learn how to install libtranslit
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libtranslit on Fedora 36” linkTitle: “libtranslit” type: “docs” description: “In this tutorial we learn how to install libtranslit in Fedora 36. libtranslit is ASCII to Unicode transliteration library with multiple backends” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libtranslit-featured.png
Introduction
In this tutorial we learn how to install libtranslit
on Fedora 36.
What is libtranslit
ASCII to Unicode transliteration library with multiple backends.
We can use yum
or dnf
to install libtranslit
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libtranslit.
Install libtranslit 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
using dnf
by running the following command:
sudo dnf -y install libtranslit
Install libtranslit 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
using yum
by running the following command:
sudo yum -y install libtranslit
How To Uninstall libtranslit on Fedora 36
To uninstall only the libtranslit
package we can use the following command:
sudo dnf remove libtranslit
libtranslit Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/92786fabf4d223c39d333bcec04d81de34e95c
/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 36 using yum and [dnf]((/fedora/36/dnf/).