How To Install libsidplayfp-devel on Rocky Linux 8

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

Introduction

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

What is libsidplayfp-devel

These are the files needed for compiling programs that use libsidplayfp.

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

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

sudo dnf -y install libsidplayfp-devel

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

sudo yum -y install libsidplayfp-devel

How To Uninstall libsidplayfp-devel on Rocky Linux 8

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

sudo dnf remove libsidplayfp-devel

libsidplayfp-devel Package Contents on Rocky Linux 8

/usr/include/sidplayfp
/usr/include/sidplayfp/SidConfig.h
/usr/include/sidplayfp/SidDatabase.h
/usr/include/sidplayfp/SidInfo.h
/usr/include/sidplayfp/SidTune.h
/usr/include/sidplayfp/SidTuneInfo.h
/usr/include/sidplayfp/builders
/usr/include/sidplayfp/builders/hardsid.h
/usr/include/sidplayfp/builders/resid.h
/usr/include/sidplayfp/builders/residfp.h
/usr/include/sidplayfp/event.h
/usr/include/sidplayfp/sidbuilder.h
/usr/include/sidplayfp/siddefs.h
/usr/include/sidplayfp/sidplayfp.h
/usr/include/sidplayfp/sidversion.h
/usr/include/stilview
/usr/include/stilview/stil.h
/usr/include/stilview/stildefs.h
/usr/lib64/libsidplayfp.so
/usr/lib64/libstilview.so
/usr/lib64/pkgconfig/libsidplayfp.pc
/usr/lib64/pkgconfig/libstilview.pc

References

Summary

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