How To Install hunspell-vi on Fedora 36
Introduction
In this tutorial we learn how to install hunspell-vi on Fedora 36.
What is hunspell-vi
Vietnamese hunspell dictionaries.
We can use yum or dnf to install hunspell-vi on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hunspell-vi.
Install hunspell-vi on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install hunspell-vi using dnf by running the following command:
sudo dnf -y install hunspell-vi
Install hunspell-vi on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install hunspell-vi using yum by running the following command:
sudo yum -y install hunspell-vi
How To Uninstall hunspell-vi on Fedora 36
To uninstall only the hunspell-vi package we can use the following command:
sudo dnf remove hunspell-vi
hunspell-vi Package Contents on Fedora 36
/usr/share/hunspell/vi_VN.aff
/usr/share/hunspell/vi_VN.dic
/usr/share/licenses/hunspell-vi
/usr/share/licenses/hunspell-vi/LICENSES-en.txt
/usr/share/licenses/hunspell-vi/LICENSES-vi.txt
References
Summary
In this tutorial we learn how to install hunspell-vi on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).