How To Install mythes-el on Rocky Linux 8
In this tutorial we learn how to install mythes-el on Rocky Linux 8. mythes-el is Greek thesaurus
Introduction
In this tutorial we learn how to install mythes-el
on Rocky Linux 8.
What is mythes-el
Greek thesaurus.
We can use yum
or dnf
to install mythes-el
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install mythes-el.
Install mythes-el 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-el
using dnf
by running the following command:
sudo dnf -y install mythes-el
Install mythes-el 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-el
using yum
by running the following command:
sudo yum -y install mythes-el
How To Uninstall mythes-el on Rocky Linux 8
To uninstall only the mythes-el
package we can use the following command:
sudo dnf remove mythes-el
mythes-el Package Contents on Rocky Linux 8
/usr/share/doc/mythes-el
/usr/share/doc/mythes-el/README_th_el_GR_v2.txt
/usr/share/mythes/th_el_CY_v2.dat
/usr/share/mythes/th_el_CY_v2.idx
/usr/share/mythes/th_el_GR_v2.dat
/usr/share/mythes/th_el_GR_v2.idx
References
Summary
In this tutorial we learn how to install mythes-el
on Rocky Linux 8 using yum and dnf.