How To Install libqrcodegen-devel on Rocky Linux 8

In this tutorial we learn how to install libqrcodegen-devel on Rocky Linux 8. libqrcodegen-devel is Development files for libqrcodegen

Introduction

In this tutorial we learn how to install libqrcodegen-devel on Rocky Linux 8.

What is libqrcodegen-devel

Development files and headers for high-quality QR Code generator library (plain C version).

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

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

sudo dnf -y install libqrcodegen-devel

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

sudo yum -y install libqrcodegen-devel

How To Uninstall libqrcodegen-devel on Rocky Linux 8

To uninstall only the libqrcodegen-devel package we can use the following command:

sudo dnf remove libqrcodegen-devel

libqrcodegen-devel Package Contents on Rocky Linux 8

/usr/include/qrcodegen
/usr/include/qrcodegen/qrcodegen.h
/usr/lib64/libqrcodegen.so

References

Summary

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