How To Install aspell-br on Fedora 36
Introduction
In this tutorial we learn how to install aspell-br
on Fedora 36.
What is aspell-br
Provides the word list/dictionaries for the following
We can use yum
or dnf
to install aspell-br
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aspell-br.
Install aspell-br 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-br
using dnf
by running the following command:
sudo dnf -y install aspell-br
Install aspell-br 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-br
using yum
by running the following command:
sudo yum -y install aspell-br
How To Uninstall aspell-br on Fedora 36
To uninstall only the aspell-br
package we can use the following command:
sudo dnf remove aspell-br
aspell-br Package Contents on Fedora 36
/usr/lib64/aspell-0.60/br.dat
/usr/lib64/aspell-0.60/br.multi
/usr/lib64/aspell-0.60/br.rws
/usr/lib64/aspell-0.60/br_phonet.dat
/usr/lib64/aspell-0.60/breton.alias
/usr/lib64/aspell-0.60/brezhoneg.alias
/usr/share/doc/aspell-br
/usr/share/doc/aspell-br/COPYING
/usr/share/doc/aspell-br/Copyright
References
Summary
In this tutorial we learn how to install aspell-br
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).