How To Install texlive-newunicodechar on Fedora 36
Introduction
In this tutorial we learn how to install texlive-newunicodechar on Fedora 36.
What is texlive-newunicodechar
The package provides a friendly interface for defining the meaning of Unicode characters. The document should be processed by (pdf)LaTeX with the unicode option of inputenc or inputenx, or by XeLaTeX/LuaLaTeX. The command provided is \newunicodechar{
}{ } whereis a directly- typed Unicode character, and is its replacement.
We can use yum or dnf to install texlive-newunicodechar on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-newunicodechar.
Install texlive-newunicodechar on Fedora 36 Using dnf
Install texlive-newunicodechar on Fedora 36 Using dnfUpdate yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install texlive-newunicodechar using dnf by running the following command:
sudo dnf -y install texlive-newunicodechar
Install texlive-newunicodechar on Fedora 36 Using yum
Install texlive-newunicodechar on Fedora 36 Using yumUpdate yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install texlive-newunicodechar using yum by running the following command:
sudo yum -y install texlive-newunicodechar
How To Uninstall texlive-newunicodechar on Fedora 36
How To Uninstall texlive-newunicodechar on Fedora 36To uninstall only the texlive-newunicodechar package we can use the following command:
sudo dnf remove texlive-newunicodechar
texlive-newunicodechar Package Contents on Fedora 36
texlive-newunicodechar Package Contents on Fedora 36/usr/share/licenses/texlive-newunicodechar
/usr/share/licenses/texlive-newunicodechar/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/newunicodechar
/usr/share/texlive/texmf-dist/tex/latex/newunicodechar/newunicodechar.sty
References
ReferencesSummary
SummaryIn this tutorial we learn how to install texlive-newunicodechar on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).