How To Install libcollectdclient on Fedora 36

In this tutorial we learn how to install libcollectdclient in Fedora 36. libcollectdclient is Collectd client library

Introduction

In this tutorial we learn how to install libcollectdclient on Fedora 36.

What is libcollectdclient

Collectd client library.

We can use yum or dnf to install libcollectdclient on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcollectdclient.

Install libcollectdclient on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libcollectdclient using dnf by running the following command:

sudo dnf -y install libcollectdclient

Install libcollectdclient on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libcollectdclient using yum by running the following command:

sudo yum -y install libcollectdclient

How To Uninstall libcollectdclient on Fedora 36

To uninstall only the libcollectdclient package we can use the following command:

sudo dnf remove libcollectdclient

libcollectdclient Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/64d64e97f6c4ba66e1f367d8327d3c903e0bce
/usr/lib64/libcollectdclient.so.1
/usr/lib64/libcollectdclient.so.1.1.0

References

Summary

In this tutorial we learn how to install libcollectdclient on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libcollectdclient on Fedora 36” linkTitle: “libcollectdclient” type: “docs” description: “In this tutorial we learn how to install libcollectdclient in Fedora 36. libcollectdclient is Collectd client library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libcollectdclient-featured.png

Introduction

In this tutorial we learn how to install libcollectdclient on Fedora 36.

What is libcollectdclient

Collectd client library.

We can use yum or dnf to install libcollectdclient on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libcollectdclient.

Install libcollectdclient on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libcollectdclient using dnf by running the following command:

sudo dnf -y install libcollectdclient

Install libcollectdclient on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libcollectdclient using yum by running the following command:

sudo yum -y install libcollectdclient

How To Uninstall libcollectdclient on Fedora 36

To uninstall only the libcollectdclient package we can use the following command:

sudo dnf remove libcollectdclient

libcollectdclient Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/09/8eac44ddd8add65db2be1c1ea594e4bf1bdbd1
/usr/lib/libcollectdclient.so.1
/usr/lib/libcollectdclient.so.1.1.0

References

Summary

In this tutorial we learn how to install libcollectdclient on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).