How To Install librem-devel on Rocky Linux 8

In this tutorial we learn how to install librem-devel on Rocky Linux 8. librem-devel is Development files for the rem library

Introduction

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

What is librem-devel

The librem-devel package includes header files and libraries necessary for developing programs which use the rem C library.

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

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

sudo dnf -y install librem-devel

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

sudo yum -y install librem-devel

How To Uninstall librem-devel on Rocky Linux 8

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

sudo dnf remove librem-devel

librem-devel Package Contents on Rocky Linux 8

/usr/include/rem
/usr/include/rem/rem.h
/usr/include/rem/rem_aac.h
/usr/include/rem/rem_au.h
/usr/include/rem/rem_aubuf.h
/usr/include/rem/rem_auconv.h
/usr/include/rem/rem_audio.h
/usr/include/rem/rem_aufile.h
/usr/include/rem/rem_aulevel.h
/usr/include/rem/rem_aumix.h
/usr/include/rem/rem_auresamp.h
/usr/include/rem/rem_autone.h
/usr/include/rem/rem_avc.h
/usr/include/rem/rem_dsp.h
/usr/include/rem/rem_dtmf.h
/usr/include/rem/rem_fir.h
/usr/include/rem/rem_flv.h
/usr/include/rem/rem_g711.h
/usr/include/rem/rem_goertzel.h
/usr/include/rem/rem_h264.h
/usr/include/rem/rem_vid.h
/usr/include/rem/rem_vidconv.h
/usr/include/rem/rem_video.h
/usr/include/rem/rem_vidmix.h
/usr/lib64/librem.so
/usr/lib64/pkgconfig/librem.pc

References

Summary

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