How To Install libxml++-devel on Rocky Linux 8

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

Introduction

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

What is libxml++-devel

This package contains the headers and libraries for libxml++ development.

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

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

sudo dnf -y install libxml++-devel

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

sudo yum -y install libxml++-devel

How To Uninstall libxml++-devel on Rocky Linux 8

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

sudo dnf remove libxml++-devel

libxml++-devel Package Contents on Rocky Linux 8

/usr/include/libxml++-2.6
/usr/include/libxml++-2.6/libxml++
/usr/include/libxml++-2.6/libxml++/attribute.h
/usr/include/libxml++-2.6/libxml++/attributedeclaration.h
/usr/include/libxml++-2.6/libxml++/attributenode.h
/usr/include/libxml++-2.6/libxml++/document.h
/usr/include/libxml++-2.6/libxml++/dtd.h
/usr/include/libxml++-2.6/libxml++/exceptions
/usr/include/libxml++-2.6/libxml++/exceptions/exception.h
/usr/include/libxml++-2.6/libxml++/exceptions/internal_error.h
/usr/include/libxml++-2.6/libxml++/exceptions/parse_error.h
/usr/include/libxml++-2.6/libxml++/exceptions/validity_error.h
/usr/include/libxml++-2.6/libxml++/exceptions/wrapped_exception.h
/usr/include/libxml++-2.6/libxml++/io
/usr/include/libxml++-2.6/libxml++/io/istreamparserinputbuffer.h
/usr/include/libxml++-2.6/libxml++/io/ostreamoutputbuffer.h
/usr/include/libxml++-2.6/libxml++/io/outputbuffer.h
/usr/include/libxml++-2.6/libxml++/io/parserinputbuffer.h
/usr/include/libxml++-2.6/libxml++/keepblanks.h
/usr/include/libxml++-2.6/libxml++/libxml++.h
/usr/include/libxml++-2.6/libxml++/nodes
/usr/include/libxml++-2.6/libxml++/nodes/cdatanode.h
/usr/include/libxml++-2.6/libxml++/nodes/commentnode.h
/usr/include/libxml++-2.6/libxml++/nodes/contentnode.h
/usr/include/libxml++-2.6/libxml++/nodes/element.h
/usr/include/libxml++-2.6/libxml++/nodes/entitydeclaration.h
/usr/include/libxml++-2.6/libxml++/nodes/entityreference.h
/usr/include/libxml++-2.6/libxml++/nodes/node.h
/usr/include/libxml++-2.6/libxml++/nodes/processinginstructionnode.h
/usr/include/libxml++-2.6/libxml++/nodes/textnode.h
/usr/include/libxml++-2.6/libxml++/nodes/xincludeend.h
/usr/include/libxml++-2.6/libxml++/nodes/xincludestart.h
/usr/include/libxml++-2.6/libxml++/noncopyable.h
/usr/include/libxml++-2.6/libxml++/parsers
/usr/include/libxml++-2.6/libxml++/parsers/domparser.h
/usr/include/libxml++-2.6/libxml++/parsers/parser.h
/usr/include/libxml++-2.6/libxml++/parsers/saxparser.h
/usr/include/libxml++-2.6/libxml++/parsers/textreader.h
/usr/include/libxml++-2.6/libxml++/relaxngschema.h
/usr/include/libxml++-2.6/libxml++/schema.h
/usr/include/libxml++-2.6/libxml++/schemabase.h
/usr/include/libxml++-2.6/libxml++/validators
/usr/include/libxml++-2.6/libxml++/validators/dtdvalidator.h
/usr/include/libxml++-2.6/libxml++/validators/relaxngvalidator.h
/usr/include/libxml++-2.6/libxml++/validators/schemavalidator.h
/usr/include/libxml++-2.6/libxml++/validators/schemavalidatorbase.h
/usr/include/libxml++-2.6/libxml++/validators/validator.h
/usr/include/libxml++-2.6/libxml++/validators/xsdvalidator.h
/usr/include/libxml++-2.6/libxml++/xsdschema.h
/usr/lib64/libxml++-2.6
/usr/lib64/libxml++-2.6.so
/usr/lib64/libxml++-2.6/include
/usr/lib64/libxml++-2.6/include/libxml++config.h
/usr/lib64/pkgconfig/libxml++-2.6.pc

References

Summary

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