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

Last updated: October 05,2024

1. Install "python3-pylabels" package

Please follow the step by step instructions below to install python3-pylabels on Kali Linux

$ sudo apt update $ sudo apt install python3-pylabels

2. Uninstall "python3-pylabels" package

Please follow the guidelines below to uninstall python3-pylabels on Kali Linux:

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

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

Package: python3-pylabels
Source: pylabels
Version: 1.2.1+repack-3
Installed-Size: 69
Maintainer: Georges Khaznadar
Architecture: all
Depends: python3-reportlab, python3:any
Size: 13260
SHA256: b7d4a50847bc98d0cc34671d20b399de54bbf3ba17c329b9fd567e161c3a27cc
SHA1: cc42cff6fce3789d43889469c861139577e45075
MD5sum: 56b421ebfa0845da4583e6a65a9bc66e
Description: python library for creating PDFs to print sheets of labels
pylabels uses the ReportLab PDF toolkit to produce the PDF.
.
Basically, the user creates a set of specifications of the label
sizes etc, writes a callback function which does the actual drawing,
and gives these two items to a Sheet object. Items are then added to
the sheet using the add_label() method (or add_labels() to add all
items from an iterable).
.
The callback function is called once for each item, being given a
ReportLab Drawing object representing the label, its width and
height, and the item to draw on the label. Any of the standard
ReportLab drawing methods can be used, with pylabels automatically
adding a clipping path around each label to prevent it interfering
with other labels.
.
Once all the items have been added, the labels can be saved as a PDF,
or a preview of a page can be saved as an image.
.
This package installs the library for Python 3.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/bcbnz/pylabels/
Section: python
Priority: optional
Filename: pool/main/p/pylabels/python3-pylabels_1.2.1+repack-3_all.deb

5. The same packages on other Linux Distributions