How To Install texlive-akshar on Fedora 36
Introduction
In this tutorial we learn how to install texlive-akshar
on Fedora 36.
What is texlive-akshar
This LaTeX3 package provides macros and interfaces to work with Devanagari characters and syllables in a more correct way.
We can use yum
or dnf
to install texlive-akshar
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-akshar.
Install texlive-akshar 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-akshar
using dnf
by running the following command:
sudo dnf -y install texlive-akshar
Install texlive-akshar 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-akshar
using yum
by running the following command:
sudo yum -y install texlive-akshar
How To Uninstall texlive-akshar on Fedora 36
To uninstall only the texlive-akshar
package we can use the following command:
sudo dnf remove texlive-akshar
texlive-akshar Package Contents on Fedora 36
/usr/share/licenses/texlive-akshar
/usr/share/licenses/texlive-akshar/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/akshar
/usr/share/texlive/texmf-dist/doc/latex/akshar/README.txt
/usr/share/texlive/texmf-dist/doc/latex/akshar/akshar.pdf
/usr/share/texlive/texmf-dist/tex/latex/akshar
/usr/share/texlive/texmf-dist/tex/latex/akshar/akshar.sty
References
Summary
In this tutorial we learn how to install texlive-akshar
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).