How To Install hyphen-bg on Rocky Linux 8
In this tutorial we learn how to install hyphen-bg on Rocky Linux 8. hyphen-bg is Bulgarian hyphenation rules
Introduction
In this tutorial we learn how to install hyphen-bg
on Rocky Linux 8.
What is hyphen-bg
Bulgarian hyphenation rules.
We can use yum
or dnf
to install hyphen-bg
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install hyphen-bg.
Install hyphen-bg on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install hyphen-bg
using dnf
by running the following command:
sudo dnf -y install hyphen-bg
Install hyphen-bg on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install hyphen-bg
using yum
by running the following command:
sudo yum -y install hyphen-bg
How To Uninstall hyphen-bg on Rocky Linux 8
To uninstall only the hyphen-bg
package we can use the following command:
sudo dnf remove hyphen-bg
hyphen-bg Package Contents on Rocky Linux 8
/usr/share/doc/hyphen-bg
/usr/share/doc/hyphen-bg/ChangeLog
/usr/share/doc/hyphen-bg/Copyright
/usr/share/doc/hyphen-bg/GPL-2.0.txt
/usr/share/doc/hyphen-bg/LGPL-2.1.txt
/usr/share/doc/hyphen-bg/MPL-1.1.txt
/usr/share/doc/hyphen-bg/README.bulgarian
/usr/share/hyphen/hyph_bg_BG.dic
References
Summary
In this tutorial we learn how to install hyphen-bg
on Rocky Linux 8 using yum and dnf.