How To Install enchant on Fedora 34
Introduction
In this tutorial we learn how to install enchant on Fedora 34.
What is enchant
A library that wraps other spell checking backends. enchant 1 1.6.0 27.fc34 x86_64 59 k enchant-1.6.0-27.fc34.src.rpm fedora An Enchanting Spell Checking Library http LGPLv2+ A library that wraps other spell checking backends.
We can use yum or dnf to install enchant on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install enchant.
Install enchant on Fedora 34 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install enchant using dnf by running the following command:
sudo dnf -y install enchant
Install enchant on Fedora 34 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install enchant using yum by running the following command:
sudo yum -y install enchant
How To Uninstall enchant on Fedora 34
To uninstall only the enchant package we can use the following command:
sudo dnf remove enchant
enchant Package Contents on Fedora 34
/usr/bin/enchant
/usr/bin/enchant-lsmod
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/120a758a95a6c610b7bf06230fba40bebc177f
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/2d28de26a467bc4d056fc9250267d2fd06fe46
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/a189697e68c7b493b422e39723587b7c04d3a1
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/0fe7fe2b56493821e63d1cd39f1636ae35db5f
/usr/lib64/enchant
/usr/lib64/enchant/libenchant_myspell.so
/usr/lib64/libenchant.so.1
/usr/lib64/libenchant.so.1.6.0
/usr/share/doc/enchant
/usr/share/doc/enchant/AUTHORS
/usr/share/doc/enchant/COPYING.LIB
/usr/share/doc/enchant/README
/usr/share/enchant
/usr/share/enchant/enchant.ordering
/usr/share/man/man1/enchant.1.gz
/usr/bin/enchant
/usr/bin/enchant-lsmod
/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/f91d09d2ce92cc9ff58384a6a7dc108617ad12
/usr/lib/.build-id/19
/usr/lib/.build-id/19/5304271ddd69bd3c17c272cdb2a394706f1ccd
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/cf88f46e436f81301955fd4884ff0301042482
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/846bff20bb9ed21a25d7d526b4c473e9f82365
/usr/lib/enchant
/usr/lib/enchant/libenchant_myspell.so
/usr/lib/libenchant.so.1
/usr/lib/libenchant.so.1.6.0
/usr/share/doc/enchant
/usr/share/doc/enchant/AUTHORS
/usr/share/doc/enchant/COPYING.LIB
/usr/share/doc/enchant/README
/usr/share/enchant
/usr/share/enchant/enchant.ordering
/usr/share/man/man1/enchant.1.gz
References
- [enchant website](http://www.abisource.com/ http://www.abisource.com/)
Summary
In this tutorial we learn how to install enchant on Fedora 34 using yum and dnf.