How To Install libebml-devel on Rocky Linux 8

In this tutorial we learn how to install libebml-devel on Rocky Linux 8. libebml-devel is Development files for the Extensible Binary Meta Language library

Introduction

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

What is libebml-devel

Extensible Binary Meta Language access library A library for reading and writing files with the Extensible Binary Meta Language, a binary pendant to XML. This package contains the files required to rebuild applications which will use the Extensible Binary Meta Language library.

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

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

sudo dnf -y install libebml-devel

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

sudo yum -y install libebml-devel

How To Uninstall libebml-devel on Rocky Linux 8

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

sudo dnf remove libebml-devel

libebml-devel Package Contents on Rocky Linux 8

/usr/include/ebml
/usr/include/ebml/Debug.h
/usr/include/ebml/EbmlBinary.h
/usr/include/ebml/EbmlConfig.h
/usr/include/ebml/EbmlContexts.h
/usr/include/ebml/EbmlCrc32.h
/usr/include/ebml/EbmlDate.h
/usr/include/ebml/EbmlDummy.h
/usr/include/ebml/EbmlElement.h
/usr/include/ebml/EbmlEndian.h
/usr/include/ebml/EbmlFloat.h
/usr/include/ebml/EbmlHead.h
/usr/include/ebml/EbmlId.h
/usr/include/ebml/EbmlMaster.h
/usr/include/ebml/EbmlSInteger.h
/usr/include/ebml/EbmlStream.h
/usr/include/ebml/EbmlString.h
/usr/include/ebml/EbmlSubHead.h
/usr/include/ebml/EbmlTypes.h
/usr/include/ebml/EbmlUInteger.h
/usr/include/ebml/EbmlUnicodeString.h
/usr/include/ebml/EbmlVersion.h
/usr/include/ebml/EbmlVoid.h
/usr/include/ebml/IOCallback.h
/usr/include/ebml/MemIOCallback.h
/usr/include/ebml/MemReadIOCallback.h
/usr/include/ebml/SafeReadIOCallback.h
/usr/include/ebml/StdIOCallback.h
/usr/include/ebml/c
/usr/include/ebml/c/libebml_t.h
/usr/lib64/cmake/ebml
/usr/lib64/cmake/ebml/EbmlConfig.cmake
/usr/lib64/cmake/ebml/EbmlConfigVersion.cmake
/usr/lib64/cmake/ebml/EbmlTargets-noconfig.cmake
/usr/lib64/cmake/ebml/EbmlTargets.cmake
/usr/lib64/libebml.so
/usr/lib64/pkgconfig/libebml.pc

References

Summary

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