How To Install libgxps-devel on Rocky Linux 8

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

Introduction

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

What is libgxps-devel

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

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

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

sudo dnf -y install libgxps-devel

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

sudo yum -y install libgxps-devel

How To Uninstall libgxps-devel on Rocky Linux 8

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

sudo dnf remove libgxps-devel

libgxps-devel Package Contents on Rocky Linux 8

/usr/include/libgxps
/usr/include/libgxps/gxps-core-properties.h
/usr/include/libgxps/gxps-document-structure.h
/usr/include/libgxps/gxps-document.h
/usr/include/libgxps/gxps-error.h
/usr/include/libgxps/gxps-file.h
/usr/include/libgxps/gxps-links.h
/usr/include/libgxps/gxps-page.h
/usr/include/libgxps/gxps-version.h
/usr/include/libgxps/gxps.h
/usr/lib/libgxps.so
/usr/lib/pkgconfig/libgxps.pc
/usr/share/gir-1.0/GXPS-0.1.gir
/usr/share/gtk-doc/html/libgxps
/usr/share/gtk-doc/html/libgxps/GXPSCoreProperties.html
/usr/share/gtk-doc/html/libgxps/GXPSDocument.html
/usr/share/gtk-doc/html/libgxps/GXPSDocumentStructure.html
/usr/share/gtk-doc/html/libgxps/GXPSFile.html
/usr/share/gtk-doc/html/libgxps/GXPSPage.html
/usr/share/gtk-doc/html/libgxps/annotation-glossary.html
/usr/share/gtk-doc/html/libgxps/api-index-full.html
/usr/share/gtk-doc/html/libgxps/ch01.html
/usr/share/gtk-doc/html/libgxps/home.png
/usr/share/gtk-doc/html/libgxps/index.html
/usr/share/gtk-doc/html/libgxps/left-insensitive.png
/usr/share/gtk-doc/html/libgxps/left.png
/usr/share/gtk-doc/html/libgxps/libgxps-GXPS-Links.html
/usr/share/gtk-doc/html/libgxps/libgxps-GXPSError.html
/usr/share/gtk-doc/html/libgxps/libgxps-Version-Information.html
/usr/share/gtk-doc/html/libgxps/libgxps.devhelp2
/usr/share/gtk-doc/html/libgxps/right-insensitive.png
/usr/share/gtk-doc/html/libgxps/right.png
/usr/share/gtk-doc/html/libgxps/style.css
/usr/share/gtk-doc/html/libgxps/up-insensitive.png
/usr/share/gtk-doc/html/libgxps/up.png
/usr/include/libgxps
/usr/include/libgxps/gxps-core-properties.h
/usr/include/libgxps/gxps-document-structure.h
/usr/include/libgxps/gxps-document.h
/usr/include/libgxps/gxps-error.h
/usr/include/libgxps/gxps-file.h
/usr/include/libgxps/gxps-links.h
/usr/include/libgxps/gxps-page.h
/usr/include/libgxps/gxps-version.h
/usr/include/libgxps/gxps.h
/usr/lib64/libgxps.so
/usr/lib64/pkgconfig/libgxps.pc
/usr/share/gir-1.0/GXPS-0.1.gir
/usr/share/gtk-doc/html/libgxps
/usr/share/gtk-doc/html/libgxps/GXPSCoreProperties.html
/usr/share/gtk-doc/html/libgxps/GXPSDocument.html
/usr/share/gtk-doc/html/libgxps/GXPSDocumentStructure.html
/usr/share/gtk-doc/html/libgxps/GXPSFile.html
/usr/share/gtk-doc/html/libgxps/GXPSPage.html
/usr/share/gtk-doc/html/libgxps/annotation-glossary.html
/usr/share/gtk-doc/html/libgxps/api-index-full.html
/usr/share/gtk-doc/html/libgxps/ch01.html
/usr/share/gtk-doc/html/libgxps/home.png
/usr/share/gtk-doc/html/libgxps/index.html
/usr/share/gtk-doc/html/libgxps/left-insensitive.png
/usr/share/gtk-doc/html/libgxps/left.png
/usr/share/gtk-doc/html/libgxps/libgxps-GXPS-Links.html
/usr/share/gtk-doc/html/libgxps/libgxps-GXPSError.html
/usr/share/gtk-doc/html/libgxps/libgxps-Version-Information.html
/usr/share/gtk-doc/html/libgxps/libgxps.devhelp2
/usr/share/gtk-doc/html/libgxps/right-insensitive.png
/usr/share/gtk-doc/html/libgxps/right.png
/usr/share/gtk-doc/html/libgxps/style.css
/usr/share/gtk-doc/html/libgxps/up-insensitive.png
/usr/share/gtk-doc/html/libgxps/up.png

References

Summary

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