How To Install mythes-bg on Rocky Linux 8
In this tutorial we learn how to install mythes-bg on Rocky Linux 8. mythes-bg is Bulgarian thesaurus
Introduction
In this tutorial we learn how to install mythes-bg
on Rocky Linux 8.
What is mythes-bg
Bulgarian thesaurus.
We can use yum
or dnf
to install mythes-bg
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install mythes-bg.
Install mythes-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 mythes-bg
using dnf
by running the following command:
sudo dnf -y install mythes-bg
Install mythes-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 mythes-bg
using yum
by running the following command:
sudo yum -y install mythes-bg
How To Uninstall mythes-bg on Rocky Linux 8
To uninstall only the mythes-bg
package we can use the following command:
sudo dnf remove mythes-bg
mythes-bg Package Contents on Rocky Linux 8
/usr/share/doc/mythes-bg
/usr/share/doc/mythes-bg/ChangeLog
/usr/share/doc/mythes-bg/Copyright
/usr/share/doc/mythes-bg/GPL-2.0.txt
/usr/share/doc/mythes-bg/LGPL-2.1.txt
/usr/share/doc/mythes-bg/MPL-1.1.txt
/usr/share/doc/mythes-bg/README.bulgarian
/usr/share/mythes/th_bg_BG_v2.dat
/usr/share/mythes/th_bg_BG_v2.idx
References
Summary
In this tutorial we learn how to install mythes-bg
on Rocky Linux 8 using yum and dnf.