How To Install R-hunspell on Fedora 36

In this tutorial we learn how to install R-hunspell in Fedora 36. R-hunspell is High-Performance Stemmer, Tokenizer, and Spell Checker

Introduction

In this tutorial we learn how to install R-hunspell on Fedora 36.

What is R-hunspell

Low level spell checker and morphological analyzer based on the famous ‘hunspell’ library <https check individual words as well as parse text, latex, html or xml documents. For a more user-friendly interface use the ‘spelling’ package which builds on this package to automate checking of files, documentation and vignettes in all common formats.

We can use yum or dnf to install R-hunspell on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install R-hunspell.

Install R-hunspell 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 R-hunspell using dnf by running the following command:

sudo dnf -y install R-hunspell

Install R-hunspell 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 R-hunspell using yum by running the following command:

sudo yum -y install R-hunspell

How To Uninstall R-hunspell on Fedora 36

To uninstall only the R-hunspell package we can use the following command:

sudo dnf remove R-hunspell

R-hunspell Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/9b39b47af8db9575c00e0254e4db10ac37fa42
/usr/lib64/R/library/hunspell
/usr/lib64/R/library/hunspell/AUTHORS
/usr/lib64/R/library/hunspell/DESCRIPTION
/usr/lib64/R/library/hunspell/INDEX
/usr/lib64/R/library/hunspell/Meta
/usr/lib64/R/library/hunspell/Meta/Rd.rds
/usr/lib64/R/library/hunspell/Meta/features.rds
/usr/lib64/R/library/hunspell/Meta/hsearch.rds
/usr/lib64/R/library/hunspell/Meta/links.rds
/usr/lib64/R/library/hunspell/Meta/nsInfo.rds
/usr/lib64/R/library/hunspell/Meta/package.rds
/usr/lib64/R/library/hunspell/Meta/vignette.rds
/usr/lib64/R/library/hunspell/NAMESPACE
/usr/lib64/R/library/hunspell/NEWS
/usr/lib64/R/library/hunspell/R
/usr/lib64/R/library/hunspell/R/hunspell
/usr/lib64/R/library/hunspell/R/hunspell.rdb
/usr/lib64/R/library/hunspell/R/hunspell.rdx
/usr/lib64/R/library/hunspell/WORDLIST
/usr/lib64/R/library/hunspell/dict
/usr/lib64/R/library/hunspell/dict/en_GB.aff
/usr/lib64/R/library/hunspell/dict/en_GB.dic
/usr/lib64/R/library/hunspell/dict/en_US.aff
/usr/lib64/R/library/hunspell/dict/en_US.dic
/usr/lib64/R/library/hunspell/dict/readme.txt
/usr/lib64/R/library/hunspell/doc
/usr/lib64/R/library/hunspell/doc/index.html
/usr/lib64/R/library/hunspell/doc/intro.R
/usr/lib64/R/library/hunspell/doc/intro.Rmd
/usr/lib64/R/library/hunspell/doc/intro.html
/usr/lib64/R/library/hunspell/help
/usr/lib64/R/library/hunspell/help/AnIndex
/usr/lib64/R/library/hunspell/help/aliases.rds
/usr/lib64/R/library/hunspell/help/dicpath.html
/usr/lib64/R/library/hunspell/help/dictionary.html
/usr/lib64/R/library/hunspell/help/en_stats.html
/usr/lib64/R/library/hunspell/help/hunspell.html
/usr/lib64/R/library/hunspell/help/hunspell.rdb
/usr/lib64/R/library/hunspell/help/hunspell.rdx
/usr/lib64/R/library/hunspell/help/hunspell_analyze.html
/usr/lib64/R/library/hunspell/help/hunspell_check.html
/usr/lib64/R/library/hunspell/help/hunspell_find.html
/usr/lib64/R/library/hunspell/help/hunspell_info.html
/usr/lib64/R/library/hunspell/help/hunspell_parse.html
/usr/lib64/R/library/hunspell/help/hunspell_stem.html
/usr/lib64/R/library/hunspell/help/hunspell_suggest.html
/usr/lib64/R/library/hunspell/help/list_dictionaries.html
/usr/lib64/R/library/hunspell/help/paths.rds
/usr/lib64/R/library/hunspell/html
/usr/lib64/R/library/hunspell/html/00Index.html
/usr/lib64/R/library/hunspell/html/R.css
/usr/lib64/R/library/hunspell/html/hunspell.html
/usr/lib64/R/library/hunspell/libs
/usr/lib64/R/library/hunspell/libs/hunspell.so

References

Summary

In this tutorial we learn how to install R-hunspell on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).