How to Install and Uninstall python3-rl-renderpm Package on Kali Linux

Last updated: May 11,2024

1. Install "python3-rl-renderpm" package

Learn how to install python3-rl-renderpm on Kali Linux

$ sudo apt update $ sudo apt install python3-rl-renderpm

2. Uninstall "python3-rl-renderpm" package

Please follow the guidance below to uninstall python3-rl-renderpm on Kali Linux:

$ sudo apt remove python3-rl-renderpm $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-rl-renderpm package on Kali Linux

Package: python3-rl-renderpm
Source: rl-renderpm
Version: 4.0.3-2
Installed-Size: 289
Maintainer: Georges Khaznadar
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), libc6 (>= 2.14), libfreetype6 (>= 2.2.1)
Size: 67708
SHA256: 103bd301adfd48d1d9dc0bdc94fff4e9b70000c94a06ce0717e9fba2edd73742
SHA1: a3eaa489880d67d682857be8fcb39595fbae9ad4
MD5sum: 203910c731af0d3e651ad1d508966081
Description: contains the ReportLab accelerator module
rl_renderPM is a package containing the ReportLab accelerator module
_renderPM which can be used to speedup the
reportlab.graphics.renderPM functions.
.
The python bitmap render module reportlab.graphics.renderPM can
either use rlPyCairo, pycairo and freetype-py or rl_renderPM + built
in freetype libraries.
.
The choice is made by overriding the reportlab.rl_settings module
value _renderPMBackend using one of the settings files
reportlab/local_reportlab_settings.py, reportlab_settings.py or
~/.reportlab_settings, which are searched for in that order.
.
The default value of _renderPMBackend is 'rlPyCairo', but it can be
set to '_renderPM' to use this extension which is based on an older
library libart_lgpl.
.
Deprecation notice:
-------------------
.
As from version 4.0, the package python-reportlab removes the
renderPM extension which lets one create bitmap versions of complex
graphics. It now uses other python libraries which wrap up freetype, the
font rendering engine, so that one doesn't need to worry about linking
to it. Under the hood it uses PyCairo as a renderer by default
(rather than the no-longer-supported libart), and freetype-py to
render text glyphs. See more at:
https://docs.reportlab.com/releases/notes/whats-new-40/
Description-md5:
Homepage: https://www.reportlab.com
Section: python
Priority: optional
Filename: pool/main/r/rl-renderpm/python3-rl-renderpm_4.0.3-2_amd64.deb

5. The same packages on other Linux Distributions