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