How to Install and Uninstall python2-img2pdf Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python2-img2pdf" package

In this section, we are going to explain the necessary steps to install python2-img2pdf on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-img2pdf

2. Uninstall "python2-img2pdf" package

This is a short guide on how to uninstall python2-img2pdf on openSUSE Leap:

$ sudo zypper remove python2-img2pdf

3. Information about the python2-img2pdf package on openSUSE Leap

Repository 'Update repository with updates from SUSE Linux Enterprise 15' is out-of-date. You can run 'zypper refresh' as root to update it.
Information for package python2-img2pdf:
----------------------------------------
Repository : Main Repository
Name : python2-img2pdf
Version : 0.3.3-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 190,7 KiB
Installed : No
Status : not installed
Source package : python-img2pdf-0.3.3-bp153.1.17.src
Summary : Python module for converting images to PDF via direct JPEG inclusion
Description :
This module losslessly converts raster images to PDF. The file size
will not unnecessarily increase. It can, for example, be used to
create a PDF document from a number of scans that are only available
in JPEG format. Existing solutions would either re-encode the input
JPEG files (leading to quality loss) or store them in the Deflate
format which results in the PDF becoming unnecessarily large in terms
of file size.