How To Install kf5-kpimtextedit on Rocky Linux 8
Introduction
In this tutorial we learn how to install kf5-kpimtextedit
on Rocky Linux 8.
What is kf5-kpimtextedit
The KPimTextEdit Library.
We can use yum
or dnf
to install kf5-kpimtextedit
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kf5-kpimtextedit.
Install kf5-kpimtextedit 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-kpimtextedit
using dnf
by running the following command:
sudo dnf -y install kf5-kpimtextedit
Install kf5-kpimtextedit 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-kpimtextedit
using yum
by running the following command:
sudo yum -y install kf5-kpimtextedit
How To Uninstall kf5-kpimtextedit on Rocky Linux 8
To uninstall only the kf5-kpimtextedit
package we can use the following command:
sudo dnf remove kf5-kpimtextedit
kf5-kpimtextedit Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/61e261da5e8170d8b2679b67a2be6a91715cf6
/usr/lib/.build-id/91
/usr/lib/.build-id/91/589f58e1beba8e4593e0cecad16b8c00ffa247
/usr/lib64/libKF5PimTextEdit.so.5
/usr/lib64/libKF5PimTextEdit.so.5.13.2
/usr/lib64/qt5/plugins/designer/kpimtexteditwidgets.so
/usr/share/licenses/kf5-kpimtextedit
/usr/share/licenses/kf5-kpimtextedit/COPYING.LIB
/usr/share/locale/ar/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/bs/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/ca/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/cs/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/da/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/de/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/el/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/en_GB/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/eo/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/es/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/et/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/fi/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/fr/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/ga/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/gl/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/hu/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/ia/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/it/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/ja/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/kk/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/km/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/ko/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/lt/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/lv/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/mr/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/nb/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/nds/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/nl/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/nn/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/pa/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/pl/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/pt/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/pt_BR/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/ro/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/ru/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/sk/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/sl/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/sr/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/sv/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/tr/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/ug/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/uk/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/zh_CN/LC_MESSAGES/libkpimtextedit.mo
/usr/share/locale/zh_TW/LC_MESSAGES/libkpimtextedit.mo
/usr/share/qlogging-categories5/kpimtextedit.categories
References
Summary
In this tutorial we learn how to install kf5-kpimtextedit
on Rocky Linux 8 using yum and dnf.