How To Install nextcloud-client-dolphin on Rocky Linux 8

In this tutorial we learn how to install nextcloud-client-dolphin on Rocky Linux 8. nextcloud-client-dolphin is Dolphin overlay icons

Introduction

In this tutorial we learn how to install nextcloud-client-dolphin on Rocky Linux 8.

What is nextcloud-client-dolphin

The nextcloud desktop client dolphin extension.

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

Install nextcloud-client-dolphin 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 nextcloud-client-dolphin using dnf by running the following command:

sudo dnf -y install nextcloud-client-dolphin

Install nextcloud-client-dolphin 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 nextcloud-client-dolphin using yum by running the following command:

sudo yum -y install nextcloud-client-dolphin

How To Uninstall nextcloud-client-dolphin on Rocky Linux 8

To uninstall only the nextcloud-client-dolphin package we can use the following command:

sudo dnf remove nextcloud-client-dolphin

nextcloud-client-dolphin Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/f149f160ea43c9c90af013cb6a27a8097e10e0
/usr/lib/.build-id/99
/usr/lib/.build-id/99/f95b24df527a3d46d8f1adeb91388bda23450c
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/db73b982e177a9df006f94f984398f66da50d0
/usr/lib64/libnextclouddolphinpluginhelper.so
/usr/lib64/qt5/plugins/kf5/overlayicon/nextclouddolphinoverlayplugin.so
/usr/lib64/qt5/plugins/nextclouddolphinactionplugin.so
/usr/share/kservices5/nextclouddolphinactionplugin.desktop

References

Summary

In this tutorial we learn how to install nextcloud-client-dolphin on Rocky Linux 8 using yum and dnf.