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