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

Last updated: July 01,2024

1. Install "python3-pypdf" package

This guide covers the steps necessary to install python3-pypdf on Kali Linux

$ sudo apt update $ sudo apt install python3-pypdf

2. Uninstall "python3-pypdf" package

This is a short guide on how to uninstall python3-pypdf on Kali Linux:

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

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

Package: python3-pypdf
Source: pypdf
Version: 4.0.2-1
Installed-Size: 1203
Maintainer: Debian Python Team
Architecture: all
Depends: python3-typing-extensions | python3-supported-min (>= 3.10), python3:any
Recommends: python3-pil, python3-pycryptodome
Size: 218932
SHA256: cc1355092aabbdd6c2b1bbd6c932aa04d78fcc32b607c0deb68dc67c3e7e44f0
SHA1: 2f4c894b7b85232121eb79e24aa1ef256547f6b1
MD5sum: 621000882de713cdf2553c32b8c08c7e
Description: Pure-Python library built as a PDF toolkit (Python 3)
A Pure-Python library built as a PDF toolkit. It is capable of:
- extracting document information (title, author, ...),
- splitting documents page by page,
- merging documents page by page,
- cropping pages,
- merging multiple pages into a single page,
- encrypting and decrypting PDF files.
.
By being Pure-Python, it should run on any Python platform without any
dependencies on external libraries. It can also work entirely on StringIO
objects rather than file streams, allowing for PDF manipulation in memory.
It is therefore a useful tool for websites that manage or manipulate PDFs.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://pypdf.readthedocs.io/en/latest/
Section: python
Priority: optional
Filename: pool/main/p/pypdf/python3-pypdf_4.0.2-1_all.deb