How To Install kf5-sonnet-core on Rocky Linux 8
Introduction
In this tutorial we learn how to install kf5-sonnet-core
on Rocky Linux 8.
What is kf5-sonnet-core
Non-gui part of the Sonnet framework provides low-level spell checking tools
We can use yum
or dnf
to install kf5-sonnet-core
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kf5-sonnet-core.
Install kf5-sonnet-core on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install kf5-sonnet-core
using dnf
by running the following command:
sudo dnf -y install kf5-sonnet-core
Install kf5-sonnet-core on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install kf5-sonnet-core
using yum
by running the following command:
sudo yum -y install kf5-sonnet-core
How To Uninstall kf5-sonnet-core on Rocky Linux 8
To uninstall only the kf5-sonnet-core
package we can use the following command:
sudo dnf remove kf5-sonnet-core
kf5-sonnet-core Package Contents on Rocky Linux 8
/usr/bin/gentrigrams
/usr/bin/parsetrigrams
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/5f01f960910803751b523570de1c9f2c2c3740
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/633c605c11f626e171c670e2a6cf3ade464a8e
/usr/lib/.build-id/84
/usr/lib/.build-id/84/ca008cea5e2e9ce4a9f3b7a33f96463b701b62
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/746bc3e5b12e54e7a1bbe977a18496679bd258
/usr/lib64/libKF5SonnetCore.so.5
/usr/lib64/libKF5SonnetCore.so.5.68.0
/usr/lib64/qt5/plugins/kf5/sonnet
/usr/lib64/qt5/plugins/kf5/sonnet/sonnet_hunspell.so
/usr/share/qlogging-categories5/sonnet.categories
References
Summary
In this tutorial we learn how to install kf5-sonnet-core
on Rocky Linux 8 using yum and dnf.