How To Install libgxps-tools on Fedora 36

In this tutorial we learn how to install libgxps-tools in Fedora 36. libgxps-tools is Command-line utility programs for manipulating XPS files

Introduction

In this tutorial we learn how to install libgxps-tools on Fedora 36.

What is libgxps-tools

The libgxps-tools contains command-line programs for manipulating XPS format documents using the libgxps library.

We can use yum or dnf to install libgxps-tools on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libgxps-tools.

Install libgxps-tools on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libgxps-tools using dnf by running the following command:

sudo dnf -y install libgxps-tools

Install libgxps-tools on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libgxps-tools using yum by running the following command:

sudo yum -y install libgxps-tools

How To Uninstall libgxps-tools on Fedora 36

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

sudo dnf remove libgxps-tools

libgxps-tools Package Contents on Fedora 36

/usr/bin/xpstojpeg
/usr/bin/xpstopdf
/usr/bin/xpstopng
/usr/bin/xpstops
/usr/bin/xpstosvg
/usr/lib/.build-id
/usr/lib/.build-id/14
/usr/lib/.build-id/14/2ef3d12b57ddb36b41d27debc6c68b02caf0c3
/usr/lib/.build-id/1f/b779ea2b40d05fb159403a2b417dc8e171d91f
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/d67e5aa6f0dc464ec445c1a9477c4601fdc2b5
/usr/lib/.build-id/98
/usr/lib/.build-id/98/8a0f423e281ae0fc9b4ed716e9cb96b40f5e5e
/usr/lib/.build-id/df
/usr/lib/.build-id/df/65bad4949c8dda0489cb393428b96fcd8173d7
/usr/share/man/man1/xpstojpeg.1.gz
/usr/share/man/man1/xpstopdf.1.gz
/usr/share/man/man1/xpstopng.1.gz
/usr/share/man/man1/xpstops.1.gz
/usr/share/man/man1/xpstosvg.1.gz

References

Summary

In this tutorial we learn how to install libgxps-tools on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).