How To Install zathura-djvu on Fedora 36

In this tutorial we learn how to install zathura-djvu in Fedora 36. zathura-djvu is DjVu support for zathura

Introduction

In this tutorial we learn how to install zathura-djvu on Fedora 36.

What is zathura-djvu

The zathura-djvu plugin adds DjVu support to zathura by using the djvulibre library.

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

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

sudo dnf -y install zathura-djvu

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

sudo yum -y install zathura-djvu

How To Uninstall zathura-djvu on Fedora 36

To uninstall only the zathura-djvu package we can use the following command:

sudo dnf remove zathura-djvu

zathura-djvu Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/66e477f10eec74266d16604cfb46dd66870672
/usr/lib64/zathura/libdjvu.so
/usr/share/applications/org.pwmt.zathura-djvu.desktop
/usr/share/doc/zathura-djvu
/usr/share/doc/zathura-djvu/AUTHORS
/usr/share/licenses/zathura-djvu
/usr/share/licenses/zathura-djvu/LICENSE
/usr/share/metainfo/org.pwmt.zathura-djvu.metainfo.xml

References

Summary

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