How To Install qpdfview-qt5 on Fedora 36
Introduction
In this tutorial we learn how to install qpdfview-qt5
on Fedora 36.
What is qpdfview-qt5
qpdfview is a tabbed PDF viewer. It uses the Poppler library for rendering and CUPS for printing. It provides a clear and simple graphical user interface using the Qt framework.
We can use yum
or dnf
to install qpdfview-qt5
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install qpdfview-qt5.
Install qpdfview-qt5 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 qpdfview-qt5
using dnf
by running the following command:
sudo dnf -y install qpdfview-qt5
Install qpdfview-qt5 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 qpdfview-qt5
using yum
by running the following command:
sudo yum -y install qpdfview-qt5
How To Uninstall qpdfview-qt5 on Fedora 36
To uninstall only the qpdfview-qt5
package we can use the following command:
sudo dnf remove qpdfview-qt5
qpdfview-qt5 Package Contents on Fedora 36
/usr/bin/qpdfview-qt5
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/1e0226533643a321f06f4ddcf6776e439b0206
/usr/lib/.build-id/19/eea6ce1aa027c7b3549d3e98ea54fa931e6676
/usr/lib/.build-id/52
/usr/lib/.build-id/52/a20c22a3a442015968c93c2dc4802ee7dd1c44
/usr/lib/.build-id/77
/usr/lib/.build-id/77/bfc7b7ad5326765f1bcf29e32777b8db02fbf1
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/25315f52ba06317ef6531dd18df4b736a64c4a
/usr/lib64/qpdfview-qt5
/usr/lib64/qpdfview-qt5/libqpdfview_djvu.so
/usr/lib64/qpdfview-qt5/libqpdfview_image.so
/usr/lib64/qpdfview-qt5/libqpdfview_pdf.so
/usr/lib64/qpdfview-qt5/libqpdfview_ps.so
/usr/share/applications/qpdfview-qt5.desktop
References
Summary
In this tutorial we learn how to install qpdfview-qt5
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).