How To Install kiten-devel on Rocky Linux 8
In this tutorial we learn how to install kiten-devel on Rocky Linux 8. kiten-devel is Development files for kiten
Introduction
In this tutorial we learn how to install kiten-devel
on Rocky Linux 8.
What is kiten-devel
Development files for kiten.
We can use yum
or dnf
to install kiten-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kiten-devel.
Install kiten-devel 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 kiten-devel
using dnf
by running the following command:
sudo dnf -y install kiten-devel
Install kiten-devel 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 kiten-devel
using yum
by running the following command:
sudo yum -y install kiten-devel
How To Uninstall kiten-devel on Rocky Linux 8
To uninstall only the kiten-devel
package we can use the following command:
sudo dnf remove kiten-devel
kiten-devel Package Contents on Rocky Linux 8
/usr/include/libkiten
/usr/include/libkiten/DictEdict
/usr/include/libkiten/DictEdict/dictfileedict.h
/usr/include/libkiten/DictEdict/entryedict.h
/usr/include/libkiten/DictKanjidic
/usr/include/libkiten/DictKanjidic/dictfilekanjidic.h
/usr/include/libkiten/DictKanjidic/entrykanjidic.h
/usr/include/libkiten/dictionarymanager.h
/usr/include/libkiten/dictionarypreferencedialog.h
/usr/include/libkiten/dictquery.h
/usr/include/libkiten/entry.h
/usr/include/libkiten/entrylist.h
/usr/include/libkiten/historyptrlist.h
/usr/include/libkiten/kromajiedit.h
/usr/lib64/libkiten.so
References
Summary
In this tutorial we learn how to install kiten-devel
on Rocky Linux 8 using yum and dnf.