How To Install pdf-tools on Fedora 36
Introduction
In this tutorial we learn how to install pdf-tools
on Fedora 36.
What is pdf-tools
This package allows existing PDF files to be modified; and includes various tools pdfbklt - make booklets out of existing PDF files pdfrevert - remove edits from a PDF file pdfstamp - stamp text on each page of a PDF file
We can use yum
or dnf
to install pdf-tools
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pdf-tools.
Install pdf-tools 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 pdf-tools
using dnf
by running the following command:
sudo dnf -y install pdf-tools
Install pdf-tools 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 pdf-tools
using yum
by running the following command:
sudo yum -y install pdf-tools
How To Uninstall pdf-tools on Fedora 36
To uninstall only the pdf-tools
package we can use the following command:
sudo dnf remove pdf-tools
pdf-tools Package Contents on Fedora 36
/usr/bin/pdfbklt
/usr/bin/pdfrevert
/usr/bin/pdfstamp
/usr/share/doc/pdf-tools
/usr/share/doc/pdf-tools/readme.txt
References
Summary
In this tutorial we learn how to install pdf-tools
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).