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

Last updated: May 10,2024

1. Install "python3-pil" package

This is a short guide on how to install python3-pil on Kali Linux

$ sudo apt update $ sudo apt install python3-pil

2. Uninstall "python3-pil" package

Please follow the steps below to uninstall python3-pil on Kali Linux:

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

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

Package: python3-pil
Source: pillow
Version: 10.2.0-1
Installed-Size: 2384
Maintainer: Matthias Klose
Architecture: amd64
Replaces: python3-imaging (<< 1.1.7+2.0.0-1.1)
Provides: python3-pillow
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, media-types | python3-pil.imagetk, libc6 (>= 2.14), libfreetype6 (>= 2.10.1), libimagequant0 (>= 2.11.10), libjpeg62-turbo (>= 1.3.1), liblcms2-2 (>= 2.7), libopenjp2-7 (>= 2.4.0), libraqm0 (>= 0.7.0), libtiff6 (>= 4.0.3), libwebp7 (>= 1.3.2), libwebpdemux2 (>= 1.3.2), libwebpmux3 (>= 1.3.2), libxcb1, zlib1g (>= 1:1.1.4)
Recommends: python3-olefile
Suggests: python-pil-doc
Conflicts: python3-imaging (<< 1.1.7+2.0.0-1.1)
Breaks: python3-imaging (<< 1.1.7+2.0.0-1.1)
Size: 525176
SHA256: aba7b711f152322a25a3d63d49abecc30d2d2f77e06becca79ed93cef8bd214a
SHA1: 3c435e38979f716b7f70d3144854b24d66cbbbfb
MD5sum: 4d2eb0ad8eef178faf28c5be1b3d40aa
Description: Python Imaging Library (Python3)
The Python Imaging Library (PIL) adds an image object to your Python
interpreter. You can load images from a variety of file formats, and
apply a rich set of image operations to them.
.
Image Objects:
o Bilevel, greyscale, palette, true colour (RGB), true colour with
transparency (RGBA).
o colour separation (CMYK).
o Copy, cut, paste operations.
o Flip, transpose, resize, rotate, and arbitrary affine transforms.
o Transparency operations.
o Channel and point operations.
o Colour transforms, including matrix operations.
o Image enhancement, including convolution filters.
.
File Formats:
o Full (Open/Load/Save): BMP, EPS (with ghostscript), GIF, IM, JPEG,
MSP, PDF, PNG, PPM, TIFF, XBM.
o Read only (Open/Load): ARG, CUR, DCX, FLI, FPX, GBR, GD, ICO, IMT, IPTC,
MCIDAS, MPEG, PhotoCD, PCX, PIXAR, PSD, TGA, SGI, SUN, TGA, WMF, XPM.
o Save only: PDF, EPS (without ghostscript).
Description-md5:
Multi-Arch: same
Homepage: http://python-pillow.github.io/
Section: python
Priority: optional
Filename: pool/main/p/pillow/python3-pil_10.2.0-1_amd64.deb