How To Install hunspell-sr.noarch on Amazon Linux 2
In this tutorial we learn how to install hunspell-sr.noarch in Amazon Linux 2. hunspell-sr.noarch is Serbian hunspell dictionaries
Introduction
In this tutorial we learn how to install hunspell-sr.noarch on Amazon Linux 2.
What is hunspell-sr.noarch
Serbian hunspell dictionaries.
We can use yum to install hunspell-sr.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install hunspell-sr.noarch.
Install hunspell-sr.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-sr.noarch using yum by running the following command:
sudo yum -y install hunspell-sr.noarch
How To Uninstall hunspell-sr.noarch on Amazon Linux 2
To uninstall only the hunspell-sr.noarch package we can use the following command:
sudo yum remove hunspell-sr.noarch
hunspell-sr.noarch Package Contents on Amazon Linux 2
/usr/share/doc/hunspell-sr-0.20100920
/usr/share/doc/hunspell-sr-0.20100920/license_en-US.txt
/usr/share/doc/hunspell-sr-0.20100920/license_sh.txt
/usr/share/doc/hunspell-sr-0.20100920/license_sr.txt
/usr/share/myspell/bs_BA.aff
/usr/share/myspell/bs_BA.dic
/usr/share/myspell/sh_ME.aff
/usr/share/myspell/sh_ME.dic
/usr/share/myspell/sh_RS.aff
/usr/share/myspell/sh_RS.dic
/usr/share/myspell/sh_YU.aff
/usr/share/myspell/sh_YU.dic
/usr/share/myspell/sr_ME.aff
/usr/share/myspell/sr_ME.dic
/usr/share/myspell/sr_RS.aff
/usr/share/myspell/sr_RS.dic
/usr/share/myspell/sr_YU.aff
/usr/share/myspell/sr_YU.dic
References
Summary
In this tutorial we learn how to install hunspell-sr.noarch on Amazon Linux 2 using yum.