How To Install texlive-findhyph on Fedora 36
Introduction
In this tutorial we learn how to install texlive-findhyph
on Fedora 36.
What is texlive-findhyph
Findhyph is a Perl script that will analyse the log file from running your document with \tracingparagraphs=1 set. The output contains enough context to enable you to find the hyphenated word that’s being referenced.
We can use yum
or dnf
to install texlive-findhyph
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-findhyph.
Install texlive-findhyph 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-findhyph
using dnf
by running the following command:
sudo dnf -y install texlive-findhyph
Install texlive-findhyph 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-findhyph
using yum
by running the following command:
sudo yum -y install texlive-findhyph
How To Uninstall texlive-findhyph on Fedora 36
To uninstall only the texlive-findhyph
package we can use the following command:
sudo dnf remove texlive-findhyph
texlive-findhyph Package Contents on Fedora 36
/usr/bin/findhyph
/usr/share/licenses/texlive-findhyph
/usr/share/licenses/texlive-findhyph/gpl.txt
/usr/share/man/man1/findhyph.1.gz
/usr/share/texlive/texmf-dist/doc/support/findhyph
/usr/share/texlive/texmf-dist/doc/support/findhyph/Makefile.doc
/usr/share/texlive/texmf-dist/doc/support/findhyph/README
/usr/share/texlive/texmf-dist/doc/support/findhyph/findhyph.bat
/usr/share/texlive/texmf-dist/doc/support/findhyph/findhyph.txt
/usr/share/texlive/texmf-dist/scripts/findhyph
/usr/share/texlive/texmf-dist/scripts/findhyph/findhyph
References
Summary
In this tutorial we learn how to install texlive-findhyph
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).