How to Install and Uninstall python3-img2pdf Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-img2pdf" package

Please follow the steps below to install python3-img2pdf on Kali Linux

$ sudo apt update $ sudo apt install python3-img2pdf

2. Uninstall "python3-img2pdf" package

This tutorial shows how to uninstall python3-img2pdf on Kali Linux:

$ sudo apt remove python3-img2pdf $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-img2pdf package on Kali Linux

Package: python3-img2pdf
Source: img2pdf
Version: 0.5.1-1
Installed-Size: 205
Maintainer: Johannes Schauer Marin Rodrigues
Architecture: all
Depends: python3-pikepdf, python3-pil, python3:any
Breaks: ocrmypdf (<< 6.2.3-1)
Size: 45228
SHA256: 3e440830a175b756dea85366c0c745c72da5679c952bdbe3aac96cc04da89daa
SHA1: 77f40dd26bf628a47708abcc2639b51ee38a99a7
MD5sum: a939d3b9c7fc81abe54453d86801e1ea
Description: Lossless conversion of raster images to PDF (library)
This module will take a list of raster images and produce a PDF file with the
images embedded in it. JPEG and JPEG2000 images will be included without
recompression. Raster images in other formats will be included with zip/flate
encoding which usually leads to an increase in the resulting size because
formats like png compress better than PDF which just zip/flate compresses the
RGB data. As a result, this module is able to losslessly wrap images into a
PDF container with a quality to filesize ratio that is typically better (in
case of JPEG and JPEG2000 images) or equal (in case of other formats) than
that of existing tools.
.
This package contains the Python library.
Description-md5:
Homepage: https://gitlab.mister-muffin.de/josch/img2pdf
Section: python
Priority: optional
Filename: pool/main/i/img2pdf/python3-img2pdf_0.5.1-1_all.deb