How to Install and Uninstall python3-pypdf2 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python3-pypdf2" package

This guide let you learn how to install python3-pypdf2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-pypdf2

2. Uninstall "python3-pypdf2" package

This guide covers the steps necessary to uninstall python3-pypdf2 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-pypdf2 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-pypdf2
Priority: optional
Section: universe/python
Installed-Size: 255
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Source: pypdf2
Version: 1.25.1-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/pypdf2/python3-pypdf2_1.25.1-1_all.deb
Size: 48728
MD5sum: 77204e09e6c432d428f437574188a316
SHA1: d88db9275107e46487568d68c150d4ab6ed3a02f
SHA256: 780030460aabb698806ff6aa2379fe87311589ae5e89af0478c1b4eeb809b3da
Description-en: 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: 066002d47f385ae79c032e3e722b0bc4
Homepage: http://pythonhosted.org/PyPDF2/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu