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

Last updated: May 19,2024

1. Install "python-pypdf" package

Please follow the step by step instructions below to install python-pypdf on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pypdf

2. Uninstall "python-pypdf" package

Please follow the step by step instructions below to uninstall python-pypdf on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-pypdf
Priority: optional
Section: universe/python
Installed-Size: 158
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 1:1.13-3
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-pypdf/python-pypdf_1.13-3_all.deb
Size: 30914
MD5sum: 040a9ed6bf96ea0b6976375c5af692ef
SHA1: 18958891c7977fae0a145b3b7505108a8476e85c
SHA256: 2d87a3e812fe24816a47032c6603db3f028cf6c366a987e04268fb0d50561469
Description-en: PDF toolkit implemented solely in Python
A PDF toolkit implemented solely in Python. 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.
Description-md5: b53719f6df18b6855e34cbb552cab382
Homepage: http://pybrary.net/pyPdf/
Python-Version: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu