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