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

Last updated: May 20,2024

1. Install "python3-png" package

Learn how to install python3-png on Kali Linux

$ sudo apt update $ sudo apt install python3-png

2. Uninstall "python3-png" package

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

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

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

Package: python3-png
Source: pypng
Version: 0.20231004.0-2
Installed-Size: 114
Maintainer: Sascha Steinbiss
Architecture: all
Depends: python3:any
Size: 29572
SHA256: a90c5d335ef31e41211cdfd319c9287811f44e4c72e2c8d626a50426538fc50d
SHA1: 03ee44ac09ceb4c3c8ced00d5ed63710df999d61
MD5sum: 9047b7d17b635d5f048f41bc5d66c21a
Description: Pure Python PNG Reader/Writer (Python 3)
The PyPNG module implements support for PNG images. It reads and writes PNG
files with all allowable bit depths (1/2/4/8/16/24/32/48/64 bits per pixel) and
colour combinations: greyscale (1/2/4/8/16 bit); RGB, RGBA, LA (greyscale with
alpha) with 8/16 bits per channel; colour mapped images (1/2/4/8 bit).
Adam7 interlacing is supported for reading and writing. A number of optional
chunks can be specified (when writing) and understood (when reading): tRNS,
bKGD, gAMA.
.
PyPNG is not a high level toolkit for image processing (like PIL) and does not
aim at being a replacement or competitor. Its strength lies in fine-grained
extensive support of PNG features. It can also read and write Netpbm PAM files,
with a focus on its use as an intermediate format for implementing custom PNG
processing.
.
This package contains the Python 3 version.
Description-md5:
Homepage: https://github.com/drj11/pypng
Section: python
Priority: optional
Filename: pool/main/p/pypng/python3-png_0.20231004.0-2_all.deb