How To Install aspell-bn on Fedora 36
In this tutorial we learn how to install aspell-bn in Fedora 36. aspell-bn is GNU Aspell Bengali Dictionary Package
Introduction
In this tutorial we learn how to install aspell-bn
on Fedora 36.
What is aspell-bn
GNU Aspell Bengali Dictionary Package
We can use yum
or dnf
to install aspell-bn
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aspell-bn.
Install aspell-bn 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-bn
using dnf
by running the following command:
sudo dnf -y install aspell-bn
Install aspell-bn 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-bn
using yum
by running the following command:
sudo yum -y install aspell-bn
How To Uninstall aspell-bn on Fedora 36
To uninstall only the aspell-bn
package we can use the following command:
sudo dnf remove aspell-bn
aspell-bn Package Contents on Fedora 36
/usr/lib64/aspell-0.60/bengali.alias
/usr/lib64/aspell-0.60/bn.dat
/usr/lib64/aspell-0.60/bn.multi
/usr/lib64/aspell-0.60/bn.rws
/usr/lib64/aspell-0.60/u-beng.cmap
/usr/lib64/aspell-0.60/u-beng.cset
/usr/share/doc/aspell-bn
/usr/share/doc/aspell-bn/Copyright
/usr/share/licenses/aspell-bn
/usr/share/licenses/aspell-bn/COPYING
References
Summary
In this tutorial we learn how to install aspell-bn
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).