How To Install openbox-devel on Rocky Linux 8

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

Introduction

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

What is openbox-devel

The openbox-devel package contains libraries and header files for developing applications that use openbox.

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

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

sudo dnf -y install openbox-devel

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

sudo yum -y install openbox-devel

How To Uninstall openbox-devel on Rocky Linux 8

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

sudo dnf remove openbox-devel

openbox-devel Package Contents on Rocky Linux 8

/usr/include/openbox
/usr/include/openbox/3.6
/usr/include/openbox/3.6/obrender
/usr/include/openbox/3.6/obrender/color.h
/usr/include/openbox/3.6/obrender/font.h
/usr/include/openbox/3.6/obrender/geom.h
/usr/include/openbox/3.6/obrender/gradient.h
/usr/include/openbox/3.6/obrender/image.h
/usr/include/openbox/3.6/obrender/instance.h
/usr/include/openbox/3.6/obrender/mask.h
/usr/include/openbox/3.6/obrender/render.h
/usr/include/openbox/3.6/obrender/theme.h
/usr/include/openbox/3.6/obrender/version.h
/usr/include/openbox/3.6/obt
/usr/include/openbox/3.6/obt/display.h
/usr/include/openbox/3.6/obt/keyboard.h
/usr/include/openbox/3.6/obt/link.h
/usr/include/openbox/3.6/obt/paths.h
/usr/include/openbox/3.6/obt/prop.h
/usr/include/openbox/3.6/obt/signal.h
/usr/include/openbox/3.6/obt/util.h
/usr/include/openbox/3.6/obt/version.h
/usr/include/openbox/3.6/obt/xml.h
/usr/include/openbox/3.6/obt/xqueue.h
/usr/lib64/libobrender.so
/usr/lib64/libobt.so
/usr/lib64/pkgconfig/obrender-3.5.pc
/usr/lib64/pkgconfig/obt-3.5.pc

References

Summary

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