How To Install hyphen on Fedora 34
Introduction
In this tutorial we learn how to install hyphen
on Fedora 34.
What is hyphen
Hyphen is a library for high quality hyphenation and justification. hyphen 2.8.8 15.fc34 x86_64 29 k hyphen-2.8.8-15.fc34.src.rpm fedora A text hyphenation library http GPLv2 or LGPLv2+ or MPLv1.1 Hyphen is a library for high quality hyphenation and justification.
We can use yum
or dnf
to install hyphen
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install hyphen.
Install hyphen on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install hyphen
using dnf
by running the following command:
sudo dnf -y install hyphen
Install hyphen on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install hyphen
using yum
by running the following command:
sudo yum -y install hyphen
How To Uninstall hyphen on Fedora 34
To uninstall only the hyphen
package we can use the following command:
sudo dnf remove hyphen
hyphen Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/01f935aca769a50ae68c04d0f43e4cbdba49a8
/usr/lib/libhyphen.so.0
/usr/lib/libhyphen.so.0.3.0
/usr/share/doc/hyphen
/usr/share/doc/hyphen/AUTHORS
/usr/share/doc/hyphen/ChangeLog
/usr/share/doc/hyphen/README
/usr/share/doc/hyphen/README.hyphen
/usr/share/doc/hyphen/README.nonstandard
/usr/share/doc/hyphen/TODO
/usr/share/hyphen
/usr/lib/.build-id
/usr/lib/.build-id/52
/usr/lib/.build-id/52/fcb5b4de72d970749d039c8a87d5f01145e3e5
/usr/lib64/libhyphen.so.0
/usr/lib64/libhyphen.so.0.3.0
/usr/share/doc/hyphen
/usr/share/doc/hyphen/AUTHORS
/usr/share/doc/hyphen/ChangeLog
/usr/share/doc/hyphen/README
/usr/share/doc/hyphen/README.hyphen
/usr/share/doc/hyphen/README.nonstandard
/usr/share/doc/hyphen/TODO
/usr/share/hyphen
References
- [hyphen website](http://hunspell.sf.net http://hunspell.sf.net)
Summary
In this tutorial we learn how to install hyphen
on Fedora 34 using yum and dnf.