How To Install zathura-ps on Fedora 36
Introduction
In this tutorial we learn how to install zathura-ps
on Fedora 36.
What is zathura-ps
The zathura-ps plugin adds PostScript support to zathura by using the libspectre library.
We can use yum
or dnf
to install zathura-ps
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install zathura-ps.
Install zathura-ps 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 zathura-ps
using dnf
by running the following command:
sudo dnf -y install zathura-ps
Install zathura-ps 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 zathura-ps
using yum
by running the following command:
sudo yum -y install zathura-ps
How To Uninstall zathura-ps on Fedora 36
To uninstall only the zathura-ps
package we can use the following command:
sudo dnf remove zathura-ps
zathura-ps Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/300b474431742fc034524569fc3882ceecf6a7
/usr/lib64/zathura/libps.so
/usr/share/applications/org.pwmt.zathura-ps.desktop
/usr/share/doc/zathura-ps
/usr/share/doc/zathura-ps/AUTHORS
/usr/share/licenses/zathura-ps
/usr/share/licenses/zathura-ps/LICENSE
/usr/share/metainfo/org.pwmt.zathura-ps.metainfo.xml
References
Summary
In this tutorial we learn how to install zathura-ps
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).