How To Install podofo on Fedora 36
Introduction
In this tutorial we learn how to install podofo
on Fedora 36.
What is podofo
PoDoFo is a library to work with the PDF file format. The name comes from the first letter of PDF (Portable Document Format). A few tools to work with PDF files are already included in the PoDoFo package. The PoDoFo library is a free, portable C++ library which includes classes to parse PDF files and modify their contents into memory. The changes can be written back to disk easily. The parser can also be used to extract information from a PDF file (for example the parser could be used in a PDF viewer). Besides parsing PoDoFo includes also very simple classes to create your own PDF files. All classes are documented so it is easy to start writing your own application using PoDoFo.
We can use yum
or dnf
to install podofo
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install podofo.
Install podofo 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 podofo
using dnf
by running the following command:
sudo dnf -y install podofo
Install podofo 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 podofo
using yum
by running the following command:
sudo yum -y install podofo
How To Uninstall podofo on Fedora 36
To uninstall only the podofo
package we can use the following command:
sudo dnf remove podofo
podofo Package Contents on Fedora 36
/usr/bin/podofobox
/usr/bin/podofocolor
/usr/bin/podofocountpages
/usr/bin/podofocrop
/usr/bin/podofoencrypt
/usr/bin/podofogc
/usr/bin/podofoimg2pdf
/usr/bin/podofoimgextract
/usr/bin/podofoimpose
/usr/bin/podofoincrementalupdates
/usr/bin/podofomerge
/usr/bin/podofonooc
/usr/bin/podofopages
/usr/bin/podofopdfinfo
/usr/bin/podofosign
/usr/bin/podofotxt2pdf
/usr/bin/podofotxtextract
/usr/bin/podofouncompress
/usr/bin/podofoxmp
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/a65b816d34b08a14f14b04ac0215d718a7dc48
/usr/lib/.build-id/06
/usr/lib/.build-id/06/aa84eda67d6c99378a64b9966732277ad3caf2
/usr/lib/.build-id/24
/usr/lib/.build-id/24/9f5b3a9d0cfae2b13d573c21eb67ad74e3a05b
/usr/lib/.build-id/34
/usr/lib/.build-id/34/c7df39659c7f76250fd67ef4631b74c1b0f771
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/f0241e690f04513364b907f9c2abfaebab7b6f
/usr/lib/.build-id/70
/usr/lib/.build-id/70/7464a3d84c7b0d3f5dd9558b9c8790b633a6df
/usr/lib/.build-id/77
/usr/lib/.build-id/77/1ba2aa45ef7d2bf7667402dc03af3ecbd1376f
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/9cfc8c2723083559449d7e59d97e7c07b1df94
/usr/lib/.build-id/81
/usr/lib/.build-id/81/0395efd254744af3302561f85ca2d04fecc631
/usr/lib/.build-id/83
/usr/lib/.build-id/83/54042d08084a1a18df407e91fc70b086429c8c
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/6798ad8dc0ae789fb0a4f06182303f726e4d9a
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/33d6451f78ab4df3357b2139f1470a02f4da8b
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/98b317ca8c63ce4fb488d6f185f3175650a744
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/174ac0a60cfc091634f49ec70cc1bd97d85743
/usr/lib/.build-id/c6/995188dc9a0af520c014e231f4e348b78c8489
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/17e57d73f8de71b6f2cb20b26a729fcc66930c
/usr/lib/.build-id/db
/usr/lib/.build-id/db/ae4819ea6f9e355e7582833e7f9f5e4efe1868
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/e0f46d2c43ba860790d319f3cf416054923019
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/43f4f92a3d6ce4b37e2b8f1cac805373884383
/usr/share/licenses/podofo
/usr/share/licenses/podofo/COPYING
/usr/share/man/man1/podofobox.1.gz
/usr/share/man/man1/podofocolor.1.gz
/usr/share/man/man1/podofocountpages.1.gz
/usr/share/man/man1/podofocrop.1.gz
/usr/share/man/man1/podofoencrypt.1.gz
/usr/share/man/man1/podofogc.1.gz
/usr/share/man/man1/podofoimg2pdf.1.gz
/usr/share/man/man1/podofoimgextract.1.gz
/usr/share/man/man1/podofoimpose.1.gz
/usr/share/man/man1/podofoincrementalupdates.1.gz
/usr/share/man/man1/podofomerge.1.gz
/usr/share/man/man1/podofopages.1.gz
/usr/share/man/man1/podofopdfinfo.1.gz
/usr/share/man/man1/podofotxt2pdf.1.gz
/usr/share/man/man1/podofotxtextract.1.gz
/usr/share/man/man1/podofouncompress.1.gz
/usr/share/man/man1/podofoxmp.1.gz
References
Summary
In this tutorial we learn how to install podofo
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).