How To Install libqxp-tools on Fedora 36

In this tutorial we learn how to install libqxp-tools in Fedora 36. libqxp-tools is Tools to transform QuarkXPress documents into other formats

Introduction

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

What is libqxp-tools

Tools to transform QuarkXPress documents into other formats. Currently supported

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

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

sudo dnf -y install libqxp-tools

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

sudo yum -y install libqxp-tools

How To Uninstall libqxp-tools on Fedora 36

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

sudo dnf remove libqxp-tools

libqxp-tools Package Contents on Fedora 36

/usr/bin/qxp2raw
/usr/bin/qxp2svg
/usr/bin/qxp2text
/usr/lib/.build-id
/usr/lib/.build-id/49
/usr/lib/.build-id/49/9c145b845f77a800e9ba88a7d54eed9245e716
/usr/lib/.build-id/50
/usr/lib/.build-id/50/9e5ca8227e26067ea6cdd7fb26fa4a5a09ade8
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/c04359cb417df5defdcb61657324cf01914745
/usr/share/man/man1/qxp2raw.1.gz
/usr/share/man/man1/qxp2svg.1.gz
/usr/share/man/man1/qxp2text.1.gz

References

Summary

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