How To Install mythes-ca on Fedora 36
In this tutorial we learn how to install mythes-ca in Fedora 36. mythes-ca is Catalan thesaurus
Introduction
In this tutorial we learn how to install mythes-ca
on Fedora 36.
What is mythes-ca
Catalan thesaurus.
We can use yum
or dnf
to install mythes-ca
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install mythes-ca.
Install mythes-ca 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 mythes-ca
using dnf
by running the following command:
sudo dnf -y install mythes-ca
Install mythes-ca 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 mythes-ca
using yum
by running the following command:
sudo yum -y install mythes-ca
How To Uninstall mythes-ca on Fedora 36
To uninstall only the mythes-ca
package we can use the following command:
sudo dnf remove mythes-ca
mythes-ca Package Contents on Fedora 36
/usr/share/doc/mythes-ca
/usr/share/doc/mythes-ca/LICENCES-fr.txt
/usr/share/doc/mythes-ca/LICENCIAS-es.txt
/usr/share/doc/mythes-ca/LICENSES-en.txt
/usr/share/doc/mythes-ca/LLICENCIES-ca.txt
/usr/share/doc/mythes-ca/README_th_ca_ES_v3.txt
/usr/share/doc/mythes-ca/release_note-ca.txt
/usr/share/mythes/th_ca_AD_v2.dat
/usr/share/mythes/th_ca_AD_v2.idx
/usr/share/mythes/th_ca_ES_v2.dat
/usr/share/mythes/th_ca_ES_v2.idx
/usr/share/mythes/th_ca_FR_v2.dat
/usr/share/mythes/th_ca_FR_v2.idx
/usr/share/mythes/th_ca_IT_v2.dat
/usr/share/mythes/th_ca_IT_v2.idx
References
Summary
In this tutorial we learn how to install mythes-ca
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).