How To Install pdfmerge on Fedora 36
Introduction
In this tutorial we learn how to install pdfmerge on Fedora 36.
What is pdfmerge
pdfmerge is a command line program that merges PDF files. It can merge any number of pdf files from command line.
We can use yum or dnf to install pdfmerge on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pdfmerge.
Install pdfmerge 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 pdfmerge using dnf by running the following command:
sudo dnf -y install pdfmerge
Install pdfmerge 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 pdfmerge using yum by running the following command:
sudo yum -y install pdfmerge
How To Uninstall pdfmerge on Fedora 36
To uninstall only the pdfmerge package we can use the following command:
sudo dnf remove pdfmerge
pdfmerge Package Contents on Fedora 36
/usr/bin/pdfmerge
/usr/share/doc/pdfmerge
/usr/share/doc/pdfmerge/AUTHORS
/usr/share/doc/pdfmerge/COPYING
/usr/share/doc/pdfmerge/ChangeLog
/usr/share/doc/pdfmerge/README
/usr/share/doc/pdfmerge/README.html
References
Summary
In this tutorial we learn how to install pdfmerge on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).