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

Last updated: May 21,2024

1. Install "python-pypdf2" package

Here is a brief guide to show you how to install python-pypdf2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pypdf2

2. Uninstall "python-pypdf2" package

In this section, we are going to explain the necessary steps to uninstall python-pypdf2 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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
Replaces: python-pypdf (<< 1.23-3.1~)
Provides: python2.7-pypdf2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Breaks: python-pypdf (<< 1.23-3.1~)
Filename: pool/universe/p/pypdf2/python-pypdf2_1.25.1-1_all.deb
Size: 48720
MD5sum: 4132e56fbdd96cb64266a579d7e43a8d
SHA1: d887d153f0772c7a9446f5fa7cb331f325ccbac1
SHA256: 5363f3b76b2f196a02ae656b9912d5cf04d5e67e4f9c911fef74b0f30291f9df
Description-en: Pure-Python library built as a PDF toolkit (Python 2)
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 2 version of the package.
Description-md5: 15354d496718c37d91ea5281a2a8bf86
Homepage: http://pythonhosted.org/PyPDF2/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu