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

Last updated: May 16,2024

1. Install "python3-pdfminer" package

Please follow the instructions below to install python3-pdfminer on Kali Linux

$ sudo apt update $ sudo apt install python3-pdfminer

2. Uninstall "python3-pdfminer" package

This tutorial shows how to uninstall python3-pdfminer on Kali Linux:

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

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

Package: python3-pdfminer
Source: pdfminer
Version: 20221105+dfsg-1
Installed-Size: 655
Maintainer: Debian Python Team
Architecture: all
Depends: python3-charset-normalizer, python3-cryptography (>= 36.0.0), python3-typing-extensions | python3 (>> 3.8), python3:any
Suggests: pdfminer-data, python3-pil
Size: 111628
SHA256: 0f2ceec721067a95a6d70555651a22f4eba1c5ab2522eba5ae4ddbf336d14c82
SHA1: a01ca05e148d4ed915ab0f37e685c501809f2c97
MD5sum: 43aa22663d856a6b66311d3cd251ce60
Description: PDF parser and analyser (Python3)
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 Python3 module and the command-line tools: pdf2txt,
dumppdf and latin2ascii.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/pdfminer/pdfminer.six
Section: python
Priority: optional
Filename: pool/main/p/pdfminer/python3-pdfminer_20221105+dfsg-1_all.deb