How To Install aspell-no on Fedora 36

In this tutorial we learn how to install aspell-no in Fedora 36. aspell-no is Norwegian dictionaries for Aspell

Introduction

In this tutorial we learn how to install aspell-no on Fedora 36.

What is aspell-no

Provides the word list/dictionaries for the following

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

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

sudo dnf -y install aspell-no

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

sudo yum -y install aspell-no

How To Uninstall aspell-no on Fedora 36

To uninstall only the aspell-no package we can use the following command:

sudo dnf remove aspell-no

aspell-no Package Contents on Fedora 36

/usr/lib64/aspell-0.60/bokmal.alias
/usr/lib64/aspell-0.60/bokmål.alias
/usr/lib64/aspell-0.60/nb.dat
/usr/lib64/aspell-0.60/nb.multi
/usr/lib64/aspell-0.60/nb.rws
/usr/lib64/aspell-0.60/no.alias
/usr/lib64/aspell-0.60/norsk.alias
/usr/share/doc/aspell-no
/usr/share/doc/aspell-no/COPYING
/usr/share/doc/aspell-no/Copyright

References

Summary

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