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

In this tutorial we learn how to install nextcloud-client-libs on Rocky Linux 8. nextcloud-client-libs is Common files for nextcloud-client

Introduction

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

What is nextcloud-client-libs

Provides common files for nextcloud-client such as the configuration file that determines the excluded files in a sync.

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

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

sudo dnf -y install nextcloud-client-libs

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

sudo yum -y install nextcloud-client-libs

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

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

sudo dnf remove nextcloud-client-libs

nextcloud-client-libs Package Contents on Rocky Linux 8

/etc/Nextcloud
/etc/Nextcloud/sync-exclude.lst
/usr/lib/.build-id
/usr/lib/.build-id/41
/usr/lib/.build-id/41/865bd71a7d4bc2f88e6ac4035dd2bbacc4e567
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/2420855aa2ab3d6d27a051bd258bf1aa1c2b06
/usr/lib64/libnextcloud_csync.so
/usr/lib64/libnextcloud_csync.so.0
/usr/lib64/libnextcloud_csync.so.3.2.4
/usr/lib64/libnextcloudsync.so.0
/usr/lib64/libnextcloudsync.so.3.2.4
/usr/share/doc/nextcloud-client-libs
/usr/share/doc/nextcloud-client-libs/README.md

References

Summary

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