How To Install bharati-m17n on Fedora 36

In this tutorial we learn how to install bharati-m17n in Fedora 36. bharati-m17n is Bharati input method based on InScript layout

Introduction

In this tutorial we learn how to install bharati-m17n on Fedora 36.

What is bharati-m17n

bharati is an enhancement to input method based on InScript layout and implements unique transformation rule of deleting on the fly the previous dependent vowel for Indic languages.

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

Install bharati-m17n 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 bharati-m17n using dnf by running the following command:

sudo dnf -y install bharati-m17n

Install bharati-m17n 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 bharati-m17n using yum by running the following command:

sudo yum -y install bharati-m17n

How To Uninstall bharati-m17n on Fedora 36

To uninstall only the bharati-m17n package we can use the following command:

sudo dnf remove bharati-m17n

bharati-m17n Package Contents on Fedora 36

/usr/share/doc/bharati-m17n
/usr/share/doc/bharati-m17n/COPYING
/usr/share/doc/bharati-m17n/COPYRIGHT
/usr/share/doc/bharati-m17n/ChangeLog
/usr/share/doc/bharati-m17n/README
/usr/share/doc/bharati-m17n/add-button.png
/usr/share/doc/bharati-m17n/close-button.png
/usr/share/doc/bharati-m17n/ibus-restart.png
/usr/share/doc/bharati-m17n/ibus-right-click.png
/usr/share/doc/bharati-m17n/ibus_IM_icon.png
/usr/share/doc/bharati-m17n/index.html
/usr/share/doc/bharati-m17n/marathi-bharati-layout.png
/usr/share/doc/bharati-m17n/pref_IM.png
/usr/share/doc/bharati-m17n/run-gedit.png
/usr/share/doc/bharati-m17n/select-mr-bharati.png
/usr/share/doc/bharati-m17n/start-typing.png
/usr/share/m17n/as-bharati.mim
/usr/share/m17n/bn-bharati.mim
/usr/share/m17n/gu-bharati.mim
/usr/share/m17n/hi-bharati.mim
/usr/share/m17n/icons/as-bharati.png
/usr/share/m17n/icons/bn-bharati.png
/usr/share/m17n/icons/gu-bharati.png
/usr/share/m17n/icons/hi-bharati.png
/usr/share/m17n/icons/kn-bharati.png
/usr/share/m17n/icons/ml-bharati.png
/usr/share/m17n/icons/mr-bharati.png
/usr/share/m17n/icons/or-bharati.png
/usr/share/m17n/icons/pa-bharati.png
/usr/share/m17n/icons/ta-bharati.png
/usr/share/m17n/icons/te-bharati.png
/usr/share/m17n/kn-bharati.mim
/usr/share/m17n/ml-bharati.mim
/usr/share/m17n/mr-bharati.mim
/usr/share/m17n/or-bharati.mim
/usr/share/m17n/pa-bharati.mim
/usr/share/m17n/ta-bharati.mim
/usr/share/m17n/te-bharati.mim

References

Summary

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