How To Install hunspell-se.noarch on Amazon Linux 2
In this tutorial we learn how to install hunspell-se.noarch in Amazon Linux 2. hunspell-se.noarch is Northern Saami hunspell dictionaries
Introduction
In this tutorial we learn how to install hunspell-se.noarch on Amazon Linux 2.
What is hunspell-se.noarch
Northern Saami hunspell dictionaries.
We can use yum to install hunspell-se.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install hunspell-se.noarch.
Install hunspell-se.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-se.noarch using yum by running the following command:
sudo yum -y install hunspell-se.noarch
How To Uninstall hunspell-se.noarch on Amazon Linux 2
To uninstall only the hunspell-se.noarch package we can use the following command:
sudo yum remove hunspell-se.noarch
hunspell-se.noarch Package Contents on Amazon Linux 2
/usr/share/doc/hunspell-se-1.0
/usr/share/doc/hunspell-se-1.0/Copyright
/usr/share/doc/hunspell-se-1.0/GPL-3
/usr/share/doc/hunspell-se-1.0/README
/usr/share/myspell/se_FI.aff
/usr/share/myspell/se_FI.dic
/usr/share/myspell/se_NO.aff
/usr/share/myspell/se_NO.dic
/usr/share/myspell/se_SE.aff
/usr/share/myspell/se_SE.dic
References
Summary
In this tutorial we learn how to install hunspell-se.noarch on Amazon Linux 2 using yum.