How To Install rnnoise-devel on Rocky Linux 8

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

Introduction

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

What is rnnoise-devel

Devel files for rnnoise.

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

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

sudo dnf -y install rnnoise-devel

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

sudo yum -y install rnnoise-devel

How To Uninstall rnnoise-devel on Rocky Linux 8

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

sudo dnf remove rnnoise-devel

rnnoise-devel Package Contents on Rocky Linux 8

/usr/include/rnnoise.h
/usr/lib64/librnnoise.so
/usr/lib64/pkgconfig/rnnoise.pc

References

Summary

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