How To Install hunspell-oc.noarch on Amazon Linux 2
In this tutorial we learn how to install hunspell-oc.noarch in Amazon Linux 2. hunspell-oc.noarch is Occitan hunspell dictionaries
Introduction
In this tutorial we learn how to install hunspell-oc.noarch
on Amazon Linux 2.
What is hunspell-oc.noarch
Occitan hunspell dictionaries.
We can use yum
to install hunspell-oc.noarch
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install hunspell-oc.noarch.
Install hunspell-oc.noarch on Amazon Linux 2 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install hunspell-oc.noarch
using yum
by running the following command:
sudo yum -y install hunspell-oc.noarch
How To Uninstall hunspell-oc.noarch on Amazon Linux 2
To uninstall only the hunspell-oc.noarch
package we can use the following command:
sudo yum remove hunspell-oc.noarch
hunspell-oc.noarch Package Contents on Amazon Linux 2
/usr/share/doc/hunspell-oc-0.5
/usr/share/doc/hunspell-oc-0.5/CREDITS
/usr/share/myspell/oc_FR.aff
/usr/share/myspell/oc_FR.dic
References
Summary
In this tutorial we learn how to install hunspell-oc.noarch
on Amazon Linux 2 using yum.