How To Install pdfmod on Fedora 36
Introduction
In this tutorial we learn how to install pdfmod
on Fedora 36.
What is pdfmod
You can reorder, rotate, and remove pages, export images from a document, edit the title, subject, author, and keywords, and combine documents via drag and drop.
We can use yum
or dnf
to install pdfmod
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pdfmod.
Install pdfmod 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 pdfmod
using dnf
by running the following command:
sudo dnf -y install pdfmod
Install pdfmod 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 pdfmod
using yum
by running the following command:
sudo yum -y install pdfmod
How To Uninstall pdfmod on Fedora 36
To uninstall only the pdfmod
package we can use the following command:
sudo dnf remove pdfmod
pdfmod Package Contents on Fedora 36
/usr/bin/pdfmod
/usr/lib64/pdfmod
/usr/lib64/pdfmod/Hyena.Gui.dll
/usr/lib64/pdfmod/Hyena.Gui.dll.config
/usr/lib64/pdfmod/Hyena.Gui.dll.mdb
/usr/lib64/pdfmod/Hyena.dll
/usr/lib64/pdfmod/Hyena.dll.config
/usr/lib64/pdfmod/Hyena.dll.mdb
/usr/lib64/pdfmod/PdfMod.exe
/usr/lib64/pdfmod/PdfMod.exe.mdb
/usr/lib64/pdfmod/PdfSharp.dll
/usr/lib64/pdfmod/PdfSharp.dll.mdb
/usr/lib64/pdfmod/poppler-sharp.dll
/usr/lib64/pdfmod/poppler-sharp.dll.config
/usr/share/appdata/pdfmod.appdata.xml
/usr/share/applications/pdfmod.desktop
/usr/share/doc/pdfmod
/usr/share/doc/pdfmod/AUTHORS
/usr/share/doc/pdfmod/COPYING
/usr/share/doc/pdfmod/HACKING
/usr/share/doc/pdfmod/NEWS
/usr/share/doc/pdfmod/README
/usr/share/gnome/help/pdfmod
/usr/share/gnome/help/pdfmod/C
/usr/share/gnome/help/pdfmod/C/pdfmod.xml
/usr/share/gnome/help/pdfmod/ca
/usr/share/gnome/help/pdfmod/ca/pdfmod.xml
/usr/share/gnome/help/pdfmod/cs
/usr/share/gnome/help/pdfmod/cs/pdfmod.xml
/usr/share/gnome/help/pdfmod/da
/usr/share/gnome/help/pdfmod/da/pdfmod.xml
/usr/share/gnome/help/pdfmod/de
/usr/share/gnome/help/pdfmod/de/pdfmod.xml
/usr/share/gnome/help/pdfmod/es
/usr/share/gnome/help/pdfmod/es/pdfmod.xml
/usr/share/gnome/help/pdfmod/fr
/usr/share/gnome/help/pdfmod/fr/pdfmod.xml
/usr/share/gnome/help/pdfmod/hr
/usr/share/gnome/help/pdfmod/hr/pdfmod.xml
/usr/share/gnome/help/pdfmod/pl
/usr/share/gnome/help/pdfmod/pl/pdfmod.xml
/usr/share/gnome/help/pdfmod/sl
/usr/share/gnome/help/pdfmod/sl/pdfmod.xml
/usr/share/gnome/help/pdfmod/sv
/usr/share/gnome/help/pdfmod/sv/pdfmod.xml
/usr/share/gnome/help/pdfmod/zh_CN
/usr/share/gnome/help/pdfmod/zh_CN/pdfmod.xml
/usr/share/icons/hicolor
/usr/share/icons/hicolor/16x16
/usr/share/icons/hicolor/16x16/apps
/usr/share/icons/hicolor/16x16/apps/pdfmod.png
/usr/share/icons/hicolor/22x22
/usr/share/icons/hicolor/22x22/apps
/usr/share/icons/hicolor/22x22/apps/pdfmod.png
/usr/share/icons/hicolor/24x24
/usr/share/icons/hicolor/24x24/apps
/usr/share/icons/hicolor/24x24/apps/pdfmod.png
/usr/share/icons/hicolor/256x256
/usr/share/icons/hicolor/256x256/apps
/usr/share/icons/hicolor/256x256/apps/pdfmod.png
/usr/share/icons/hicolor/32x32
/usr/share/icons/hicolor/32x32/apps
/usr/share/icons/hicolor/32x32/apps/pdfmod.png
/usr/share/icons/hicolor/scalable
/usr/share/icons/hicolor/scalable/apps
/usr/share/icons/hicolor/scalable/apps/pdfmod.svg
/usr/share/locale/bn_IN/LC_MESSAGES/pdfmod.mo
/usr/share/locale/ca/LC_MESSAGES/pdfmod.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/pdfmod.mo
/usr/share/locale/cs/LC_MESSAGES/pdfmod.mo
/usr/share/locale/da/LC_MESSAGES/pdfmod.mo
/usr/share/locale/de/LC_MESSAGES/pdfmod.mo
/usr/share/locale/es/LC_MESSAGES/pdfmod.mo
/usr/share/locale/et/LC_MESSAGES/pdfmod.mo
/usr/share/locale/fr/LC_MESSAGES/pdfmod.mo
/usr/share/locale/gl/LC_MESSAGES/pdfmod.mo
/usr/share/locale/hr/LC_MESSAGES/pdfmod.mo
/usr/share/locale/hu/LC_MESSAGES/pdfmod.mo
/usr/share/locale/it/LC_MESSAGES/pdfmod.mo
/usr/share/locale/ja/LC_MESSAGES/pdfmod.mo
/usr/share/locale/lt/LC_MESSAGES/pdfmod.mo
/usr/share/locale/nb/LC_MESSAGES/pdfmod.mo
/usr/share/locale/nl/LC_MESSAGES/pdfmod.mo
/usr/share/locale/pl/LC_MESSAGES/pdfmod.mo
/usr/share/locale/pt/LC_MESSAGES/pdfmod.mo
/usr/share/locale/pt_BR/LC_MESSAGES/pdfmod.mo
/usr/share/locale/ro/LC_MESSAGES/pdfmod.mo
/usr/share/locale/ru/LC_MESSAGES/pdfmod.mo
/usr/share/locale/sl/LC_MESSAGES/pdfmod.mo
/usr/share/locale/sv/LC_MESSAGES/pdfmod.mo
/usr/share/locale/ta/LC_MESSAGES/pdfmod.mo
/usr/share/locale/zh_CN/LC_MESSAGES/pdfmod.mo
References
Summary
In this tutorial we learn how to install pdfmod
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).