How To Install texlive-ebong on Fedora 36

In this tutorial we learn how to install texlive-ebong in Fedora 36. texlive-ebong is Utility for writing Bengali in Rapid Roman Format

Introduction

In this tutorial we learn how to install texlive-ebong on Fedora 36.

What is texlive-ebong

A tool (preprocessor) for writing your pRaa-ne-r ka-thaa in the bengali langauage. It allows one to write the text in Rapid Roman Bangla and convert it to the bangtex format by a python program. All LaTeX markups are preserved in the target file.

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

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

sudo dnf -y install texlive-ebong

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

sudo yum -y install texlive-ebong

How To Uninstall texlive-ebong on Fedora 36

To uninstall only the texlive-ebong package we can use the following command:

sudo dnf remove texlive-ebong

texlive-ebong Package Contents on Fedora 36

/usr/bin/ebong
/usr/share/licenses/texlive-ebong
/usr/share/licenses/texlive-ebong/pd.txt
/usr/share/texlive/texmf-dist/doc/latex/ebong
/usr/share/texlive/texmf-dist/doc/latex/ebong/ANNOUNCE.txt
/usr/share/texlive/texmf-dist/doc/latex/ebong/README
/usr/share/texlive/texmf-dist/doc/latex/ebong/eb.b
/usr/share/texlive/texmf-dist/doc/latex/ebong/eb.pdf
/usr/share/texlive/texmf-dist/doc/latex/ebong/eb_tex.tex
/usr/share/texlive/texmf-dist/scripts/ebong
/usr/share/texlive/texmf-dist/scripts/ebong/ebong.py

References

Summary

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