How To Install qpid-proton-c on Rocky Linux 8

In this tutorial we learn how to install qpid-proton-c on Rocky Linux 8. qpid-proton-c is C libraries for Qpid Proton

Introduction

In this tutorial we learn how to install qpid-proton-c on Rocky Linux 8.

What is qpid-proton-c

C libraries for Qpid Proton.

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

Install qpid-proton-c 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 qpid-proton-c using dnf by running the following command:

sudo dnf -y install qpid-proton-c

Install qpid-proton-c 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 qpid-proton-c using yum by running the following command:

sudo yum -y install qpid-proton-c

How To Uninstall qpid-proton-c on Rocky Linux 8

To uninstall only the qpid-proton-c package we can use the following command:

sudo dnf remove qpid-proton-c

qpid-proton-c Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/6f9d98a4c9fe57e4756fe60294c54cab98a3aa
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/6ce94b5096e2dbb54ce834ab94f8bf2c5e4e8e
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/2d4fa72dbb7af28d001b6621f520c23e381b92
/usr/lib64/libqpid-proton-core.so.10
/usr/lib64/libqpid-proton-core.so.10.12.0
/usr/lib64/libqpid-proton-proactor.so.1
/usr/lib64/libqpid-proton-proactor.so.1.8.1
/usr/lib64/libqpid-proton.so.11
/usr/lib64/libqpid-proton.so.11.14.0
/usr/share/licenses/proton/LICENSE.txt
/usr/share/licenses/proton/licenses.xml
/usr/share/proton
/usr/share/proton/README.md

References

Summary

In this tutorial we learn how to install qpid-proton-c on Rocky Linux 8 using yum and dnf.