How To Install kf5-kblog on Rocky Linux 8
Introduction
In this tutorial we learn how to install kf5-kblog on Rocky Linux 8.
What is kf5-kblog
The KBlog library can retrieve, update or create blog posts on various popular blogging platforms like Wordpress or Blogspot.com. The KBlog Library.
We can use yum or dnf to install kf5-kblog on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kf5-kblog.
Install kf5-kblog 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-kblog using dnf by running the following command:
sudo dnf -y install kf5-kblog
Install kf5-kblog 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-kblog using yum by running the following command:
sudo yum -y install kf5-kblog
How To Uninstall kf5-kblog on Rocky Linux 8
To uninstall only the kf5-kblog package we can use the following command:
sudo dnf remove kf5-kblog
kf5-kblog Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/59
/usr/lib/.build-id/59/b892bfd7a22fd26521cdfc64a28325b780ac18
/usr/lib64/libKF5Blog.so.5
/usr/lib64/libKF5Blog.so.5.13.2
/usr/share/licenses/kf5-kblog
/usr/share/licenses/kf5-kblog/COPYING.LIB
/usr/share/locale/ar/LC_MESSAGES/libkblog5.mo
/usr/share/locale/bs/LC_MESSAGES/libkblog5.mo
/usr/share/locale/ca/LC_MESSAGES/libkblog5.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/libkblog5.mo
/usr/share/locale/cs/LC_MESSAGES/libkblog5.mo
/usr/share/locale/da/LC_MESSAGES/libkblog5.mo
/usr/share/locale/de/LC_MESSAGES/libkblog5.mo
/usr/share/locale/el/LC_MESSAGES/libkblog5.mo
/usr/share/locale/en_GB/LC_MESSAGES/libkblog5.mo
/usr/share/locale/eo/LC_MESSAGES/libkblog5.mo
/usr/share/locale/es/LC_MESSAGES/libkblog5.mo
/usr/share/locale/et/LC_MESSAGES/libkblog5.mo
/usr/share/locale/fi/LC_MESSAGES/libkblog5.mo
/usr/share/locale/fr/LC_MESSAGES/libkblog5.mo
/usr/share/locale/ga/LC_MESSAGES/libkblog5.mo
/usr/share/locale/gl/LC_MESSAGES/libkblog5.mo
/usr/share/locale/hi/LC_MESSAGES/libkblog5.mo
/usr/share/locale/hu/LC_MESSAGES/libkblog5.mo
/usr/share/locale/ia/LC_MESSAGES/libkblog5.mo
/usr/share/locale/it/LC_MESSAGES/libkblog5.mo
/usr/share/locale/ja/LC_MESSAGES/libkblog5.mo
/usr/share/locale/kk/LC_MESSAGES/libkblog5.mo
/usr/share/locale/km/LC_MESSAGES/libkblog5.mo
/usr/share/locale/ko/LC_MESSAGES/libkblog5.mo
/usr/share/locale/lt/LC_MESSAGES/libkblog5.mo
/usr/share/locale/lv/LC_MESSAGES/libkblog5.mo
/usr/share/locale/mr/LC_MESSAGES/libkblog5.mo
/usr/share/locale/nb/LC_MESSAGES/libkblog5.mo
/usr/share/locale/nds/LC_MESSAGES/libkblog5.mo
/usr/share/locale/nl/LC_MESSAGES/libkblog5.mo
/usr/share/locale/nn/LC_MESSAGES/libkblog5.mo
/usr/share/locale/pa/LC_MESSAGES/libkblog5.mo
/usr/share/locale/pl/LC_MESSAGES/libkblog5.mo
/usr/share/locale/pt/LC_MESSAGES/libkblog5.mo
/usr/share/locale/pt_BR/LC_MESSAGES/libkblog5.mo
/usr/share/locale/ro/LC_MESSAGES/libkblog5.mo
/usr/share/locale/ru/LC_MESSAGES/libkblog5.mo
/usr/share/locale/sk/LC_MESSAGES/libkblog5.mo
/usr/share/locale/sl/LC_MESSAGES/libkblog5.mo
/usr/share/locale/sr/LC_MESSAGES/libkblog5.mo
/usr/share/locale/sv/LC_MESSAGES/libkblog5.mo
/usr/share/locale/tr/LC_MESSAGES/libkblog5.mo
/usr/share/locale/ug/LC_MESSAGES/libkblog5.mo
/usr/share/locale/uk/LC_MESSAGES/libkblog5.mo
/usr/share/locale/zh_CN/LC_MESSAGES/libkblog5.mo
/usr/share/locale/zh_TW/LC_MESSAGES/libkblog5.mo
/usr/share/qlogging-categories5/kblog.categories
/usr/share/qlogging-categories5/kblog.renamecategories
References
Summary
In this tutorial we learn how to install kf5-kblog on Rocky Linux 8 using yum and dnf.