How To Install nuspell on Fedora 36
Introduction
In this tutorial we learn how to install nuspell
on Fedora 36.
What is nuspell
Nuspell is a fast and safe spelling checker software program. It is designed \ for languages with rich morphology and complex word compounding. Nuspell is \ written in modern C++ and it supports Hunspell dictionaries.
We can use yum
or dnf
to install nuspell
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nuspell.
Install nuspell 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 nuspell
using dnf
by running the following command:
sudo dnf -y install nuspell
Install nuspell 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 nuspell
using yum
by running the following command:
sudo yum -y install nuspell
How To Uninstall nuspell on Fedora 36
To uninstall only the nuspell
package we can use the following command:
sudo dnf remove nuspell
nuspell Package Contents on Fedora 36
/usr/bin/nuspell
/usr/lib/.build-id
/usr/lib/.build-id/73
/usr/lib/.build-id/73/97d2f70e9906c47a1df45050e0a28eaeb0f805
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/554b91a0e9a0b02eaa6610dae708c37f521f3d
/usr/lib64/libnuspell.so.5
/usr/lib64/libnuspell.so.5.0.1
/usr/share/doc/nuspell
/usr/share/doc/nuspell/AUTHORS
/usr/share/doc/nuspell/CHANGELOG.md
/usr/share/doc/nuspell/README.md
/usr/share/licenses/nuspell
/usr/share/licenses/nuspell/COPYING
/usr/share/licenses/nuspell/COPYING.LESSER
/usr/share/man/man1/nuspell.1.gz
References
Summary
In this tutorial we learn how to install nuspell
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install nuspell on Fedora 36” linkTitle: “nuspell” type: “docs” description: “In this tutorial we learn how to install nuspell in Fedora 36. nuspell is Fast and safe spellchecking C++ library and command-line tool” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/nuspell-featured.png
Introduction
In this tutorial we learn how to install nuspell
on Fedora 36.
What is nuspell
Nuspell is a fast and safe spelling checker software program. It is designed \ for languages with rich morphology and complex word compounding. Nuspell is \ written in modern C++ and it supports Hunspell dictionaries.
We can use yum
or dnf
to install nuspell
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nuspell.
Install nuspell 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 nuspell
using dnf
by running the following command:
sudo dnf -y install nuspell
Install nuspell 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 nuspell
using yum
by running the following command:
sudo yum -y install nuspell
How To Uninstall nuspell on Fedora 36
To uninstall only the nuspell
package we can use the following command:
sudo dnf remove nuspell
nuspell Package Contents on Fedora 36
/usr/bin/nuspell
/usr/lib/.build-id
/usr/lib/.build-id/61
/usr/lib/.build-id/61/dda4138a0e542f67157dcb339a5efed3fd13e3
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/2f3f5182f4d98e5b522cabb66162b84143ff18
/usr/lib/libnuspell.so.5
/usr/lib/libnuspell.so.5.0.1
/usr/share/doc/nuspell
/usr/share/doc/nuspell/AUTHORS
/usr/share/doc/nuspell/CHANGELOG.md
/usr/share/doc/nuspell/README.md
/usr/share/licenses/nuspell
/usr/share/licenses/nuspell/COPYING
/usr/share/licenses/nuspell/COPYING.LESSER
/usr/share/man/man1/nuspell.1.gz
References
Summary
In this tutorial we learn how to install nuspell
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).