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

Last updated: May 21,2024

1. Install "python3-pypdf2" package

This tutorial shows how to install python3-pypdf2 on Kali Linux

$ sudo apt update $ sudo apt install python3-pypdf2

2. Uninstall "python3-pypdf2" package

Here is a brief guide to show you how to uninstall python3-pypdf2 on Kali Linux:

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

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

Package: python3-pypdf2
Source: pypdf2
Version: 2.12.1-4
Installed-Size: 985
Maintainer: Debian Python Team
Architecture: all
Depends: python3-typing-extensions | python3-supported-min (>= 3.10), python3:any
Size: 172340
SHA256: 939c3b3231ffd7d83833fa2d6d48075cca32409a4aa48b83dbd67458cb91fae2
SHA1: 322638eeec98f56af8c6aecd80ecef1232542bbd
MD5sum: 5b9a15a055dbe1d96bf1659c47665ae2
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://pypdf2.readthedocs.io/en/latest/
Section: python
Priority: optional
Filename: pool/main/p/pypdf2/python3-pypdf2_2.12.1-4_all.deb