How to Install and Uninstall python3-img2pdf.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: June 25,2024

1. Install "python3-img2pdf.noarch" package

Please follow the step by step instructions below to install python3-img2pdf.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install python3-img2pdf.noarch

2. Uninstall "python3-img2pdf.noarch" package

This is a short guide on how to uninstall python3-img2pdf.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove python3-img2pdf.noarch $ sudo dnf autoremove

3. Information about the python3-img2pdf.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:38:52 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-img2pdf
Version : 0.4.4
Release : 8.el9
Architecture : noarch
Size : 75 k
Source : python-img2pdf-0.4.4-8.el9.src.rpm
Repository : epel
Summary : Lossless images to PDF conversion library and command
URL : https://pypi.org/project/img2pdf
License : LGPLv3+
Description : Python 3 library and command line utility img2pdf for losslessly converting
: a bunch of image files into a PDF file. That means that the images
: are either inserted into the PDF as-is or they are recompressed using
: lossless compression. Thus, img2pdf usually runs faster and may yield
: smaller PDF files than an ImageMagick convert command.
:
: The img2pdf command complements the pdfimages command.