How To Install kdesdk-thumbnailers on Rocky Linux 8

In this tutorial we learn how to install kdesdk-thumbnailers on Rocky Linux 8. kdesdk-thumbnailers is Thumbnailers for KDE

Introduction

In this tutorial we learn how to install kdesdk-thumbnailers on Rocky Linux 8.

What is kdesdk-thumbnailers

Thumbnailers for KDE, including gnu gettext po translation files and gettext translation templates

We can use yum or dnf to install kdesdk-thumbnailers on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install kdesdk-thumbnailers.

Install kdesdk-thumbnailers 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 kdesdk-thumbnailers using dnf by running the following command:

sudo dnf -y install kdesdk-thumbnailers

Install kdesdk-thumbnailers 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 kdesdk-thumbnailers using yum by running the following command:

sudo yum -y install kdesdk-thumbnailers

How To Uninstall kdesdk-thumbnailers on Rocky Linux 8

To uninstall only the kdesdk-thumbnailers package we can use the following command:

sudo dnf remove kdesdk-thumbnailers

kdesdk-thumbnailers Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/d0ddfd3c2c99b50550ffa3069b55a0b1c3f2ed
/usr/lib64/qt5/plugins/pothumbnail.so
/usr/share/config.kcfg/pocreatorsettings.kcfg
/usr/share/kservices5/pothumbnail.desktop
/usr/share/licenses/kdesdk-thumbnailers
/usr/share/licenses/kdesdk-thumbnailers/COPYING
/usr/share/locale/bs/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/ca/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/cs/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/da/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/de/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/el/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/en_GB/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/es/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/et/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/eu/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/fi/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/fr/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/ga/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/gl/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/hu/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/it/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/ja/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/kk/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/ko/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/lt/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/mr/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/nb/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/nds/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/nl/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/nn/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/pa/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/pl/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/pt/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/pt_BR/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/ru/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/sk/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/sl/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/sv/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/tr/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/ug/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/uk/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/zh_CN/LC_MESSAGES/pothumbnail.mo
/usr/share/locale/zh_TW/LC_MESSAGES/pothumbnail.mo

References

Summary

In this tutorial we learn how to install kdesdk-thumbnailers on Rocky Linux 8 using yum and dnf.