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

Last updated: May 09,2024

1. Install "python3-reportlab" package

This guide covers the steps necessary to install python3-reportlab on Kali Linux

$ sudo apt update $ sudo apt install python3-reportlab

2. Uninstall "python3-reportlab" package

Please follow the instructions below to uninstall python3-reportlab on Kali Linux:

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

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

Package: python3-reportlab
Source: python-reportlab
Version: 4.1.0-1
Installed-Size: 3312
Maintainer: Georges Khaznadar
Architecture: all
Replaces: python3-renderpm, python3-reportlab-accel
Provides: python3-renderpm, python3-reportlab-accel
Depends: python3-chardet, python3-pil, python3:any, python3-rlpycairo, python3-freetype, fonts-dejavu-core, fonts-dejavu-extra, fonts-urw-base35
Suggests: pdf-viewer, python3-egenix-mxtexttools (>= 2.0.6-3.1), python-reportlab-doc, rl-accel, rl-renderpm
Conflicts: python3-renderpm (<= 4.0.4), python3-reportlab-accel (<= 4.0.4)
Size: 674368
SHA256: 57ba8ee985bc5139234aa42a12d03c884b4b7a9ae35f38122e93f2d72f5bb8e5
SHA1: cf755d85a2aed741761a514a6f52cc25eb71959d
MD5sum: 0c9809dfeec9667c0dc5518eeba1a699
Description: ReportLab library to create PDF documents using Python3
ReportLab is a library that lets you directly create documents in
Adobe's Portable Document Format (PDF) using the Python programming language.
.
ReportLab library creates PDF based on graphics commands without
intervening steps. It's therefore extremely fast, and flexible (since
you're using a full-blown programming language).
.
Sample use cases are:
* Dynamic PDF generation on the web
* High-volume corporate reporting and database publishing
* As embeddable print engine for other applications, including a
'report language' so that users can customize their own reports.
* As 'build system' for complex documents with charts, tables and text
such as management accounts, statistical reports and scientific papers
* from XML to PDF in one step
Description-md5:
Homepage: https://www.reportlab.com/opensource/
Section: python
Priority: optional
Filename: pool/main/p/python-reportlab/python3-reportlab_4.1.0-1_all.deb