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

Last updated: November 22,2024

1. Install "python3-libtiff" package

Please follow the instructions below to install python3-libtiff on Kali Linux

$ sudo apt update $ sudo apt install python3-libtiff

2. Uninstall "python3-libtiff" package

In this section, we are going to explain the necessary steps to uninstall python3-libtiff on Kali Linux:

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

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

Package: python3-libtiff
Source: pylibtiff (0.6.1-1)
Version: 0.6.1-1+b1
Installed-Size: 616
Maintainer: Debian GIS Project
Architecture: amd64
Depends: libtiff-dev, python3-bitarray, python3 (<< 3.13), python3 (>= 3.11~), python3-numpy (>= 1:1.22.0), python3-numpy-abi9, python3:any, libc6 (>= 2.14)
Suggests: python3-pil
Size: 72300
SHA256: 359ef09da62f76824db6c423d9f8dc2c33bbe846a0c140a749fc7836f16cc4f4
SHA1: 8d932cd2990d81bf92de8897a91533a91812601e
MD5sum: d172b040a76c55d8d5ab0cf2f8527c21
Description: wrapper to the libtiff library to Python using ctypes (Python 3 version)
PyLibTiff is a package that provides:
.
* a wrapper to the libtiff library to Python using ctypes.
* a pure Python module for reading and writing TIFF and LSM files. The images
are read as numpy.memmap objects so that it is possible to open images that
otherwise would not fit to computers RAM.
.
There exists many Python packages such as PIL, FreeImagePy that support reading
and writing TIFF files. The PyLibTiff project was started to have an efficient
and direct way to read and write TIFF files using the libtiff library without
the need to install any unnecessary packages or libraries. The pure Python
module was created for reading "broken" TIFF files such as LSM files that in
some places use different interpretation of TIFF tags than what specified in
the TIFF specification document. The libtiff library would just fail reading
such files. In addition, the pure Python module is more memory efficient as the
arrays are returned as memory maps. Support for compressed files is not
implemented yet.
.
Warning: pylibtiff currently supports reading and writing images that are
stored using TIFF strips. Patches are welcome to support tiled TIFF images.
.
This package contains PyLibTiff for Python 3.
Description-md5:
Homepage: https://github.com/pearu/pylibtiff
Section: python
Priority: optional
Filename: pool/main/p/pylibtiff/python3-libtiff_0.6.1-1+b1_amd64.deb