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

Last updated: May 10,2024

1. Install "python3-imagesize" package

Here is a brief guide to show you how to install python3-imagesize on Kali Linux

$ sudo apt update $ sudo apt install python3-imagesize

2. Uninstall "python3-imagesize" package

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

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

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

Package: python3-imagesize
Source: python-imagesize
Version: 1.4.1-1
Installed-Size: 35
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 6688
SHA256: 2399d7ef9fc3db7562459c221e39962f3652953577742a926b0c91e13744b3f5
SHA1: f39e76fda2bf6630c38275d7cdc00fd6271213a9
MD5sum: 38b0f3799b0e0bfc4424590ea5456400
Description: Python module for getting image size or DPI
This module parses image header and returns width and height of the
image, or dots per inch. Supported formats are: JPEG, JPEG 2000, PNG, GIF,
TIFF, SVG, Netpbm.
Description-md5:
Homepage: https://github.com/shibukawa/imagesize_py
Section: python
Priority: optional
Filename: pool/main/p/python-imagesize/python3-imagesize_1.4.1-1_all.deb