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