How To Install libqxp on Fedora 34
Introduction
In this tutorial we learn how to install libqxp
on Fedora 34.
What is libqxp
libqxp is library providing ability to interpret and import QuarkXPress document formats into various applications. Currently it only supports QuarkXPress 3.1-4.1. libqxp 0.0.2 9.fc34 x86_64 125 k libqxp-0.0.2-9.fc34.src.rpm fedora Library for import of QuarkXPress documents http MPLv2.0 libqxp is library providing ability to interpret and import QuarkXPress document formats into various applications. Currently it only supports QuarkXPress 3.1-4.1.
We can use yum
or dnf
to install libqxp
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libqxp.
Install libqxp on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libqxp
using dnf
by running the following command:
sudo dnf -y install libqxp
Install libqxp on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install libqxp
using yum
by running the following command:
sudo yum -y install libqxp
How To Uninstall libqxp on Fedora 34
To uninstall only the libqxp
package we can use the following command:
sudo dnf remove libqxp
libqxp Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/c48f2d1f8db32a70d3b8385cf60f039550d9d5
/usr/lib64/libqxp-0.0.so.0
/usr/lib64/libqxp-0.0.so.0.0.2
/usr/share/doc/libqxp
/usr/share/doc/libqxp/AUTHORS
/usr/share/doc/libqxp/NEWS
/usr/share/doc/libqxp/README
/usr/share/licenses/libqxp
/usr/share/licenses/libqxp/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/a5f7212da752be1ba481e20057eb197ffe8c07
/usr/lib/libqxp-0.0.so.0
/usr/lib/libqxp-0.0.so.0.0.2
/usr/share/doc/libqxp
/usr/share/doc/libqxp/AUTHORS
/usr/share/doc/libqxp/NEWS
/usr/share/doc/libqxp/README
/usr/share/licenses/libqxp
/usr/share/licenses/libqxp/COPYING
References
- [libqxp website](http://wiki.documentfoundation.org/DLP/Libraries/libqxp http://wiki.documentfoundation.org/DLP/Libraries/libqxp)
Summary
In this tutorial we learn how to install libqxp
on Fedora 34 using yum and dnf.