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

Last updated: May 04,2024

1. Install "python-pdfminer" package

This guide covers the steps necessary to install python-pdfminer on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-pdfminer

2. Uninstall "python-pdfminer" package

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

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

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

Package: python-pdfminer
Priority: optional
Section: universe/python
Installed-Size: 546
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: pdfminer
Version: 20140328+dfsg-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: pdfminer-data
Breaks: pdfminer-data (<< 20140328+dfsg-1)
Filename: pool/universe/p/pdfminer/python-pdfminer_20140328+dfsg-1_all.deb
Size: 101158
MD5sum: 7bbf978efd95f8d0eb8abbcc1832b1f9
SHA1: 74bcb63aed0fe40d7ef387f6805fdb2583a38f9f
SHA256: 3a7f42725a5ade62ee5e6a9d67d719484ba9febfa93c544034fd9b25bca13093
Description-en: PDF parser and analyser
PDFMiner is a tool for extracting information from PDF documents, which
focuses entirely on getting and analyzing text data. It allows one to obtain
the exact location of text portions in a page, as well as other information
such as fonts or lines. It includes a PDF converter that can transform PDF
files into other text formats (such as HTML). It has an extensible PDF parser
that can be used for other purposes than text analysis.
.
This package provides the Python module and the command-line tools: pdf2txt
and dumppdf.
Description-md5: 1e839ad4d85b55cb5e2719476b27982d
Homepage: http://www.unixuser.org/~euske/python/pdfminer/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu