How to Install and Uninstall podofo.x86_64 Package on AlmaLinux 9

Last updated: June 16,2024

1. Install "podofo.x86_64" package

This guide covers the steps necessary to install podofo.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install podofo.x86_64

2. Uninstall "podofo.x86_64" package

Here is a brief guide to show you how to uninstall podofo.x86_64 on AlmaLinux 9:

$ sudo dnf remove podofo.x86_64 $ sudo dnf autoremove

3. Information about the podofo.x86_64 package on AlmaLinux 9

Last metadata expiration check: 1:26:15 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : podofo
Version : 0.9.8
Release : 2.el9
Architecture : x86_64
Size : 233 k
Source : podofo-0.9.8-2.el9.src.rpm
Repository : epel
Summary : Tools and libraries to work with the PDF file format
URL : http://podofo.sourceforge.net
License : GPLv2+ and LGPLv2+ with exceptions
Description : 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.