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