How to Install and Uninstall pylibtiff Package on Kali Linux

Last updated: June 02,2024

1. Install "pylibtiff" package

Please follow the instructions below to install pylibtiff on Kali Linux

$ sudo apt update $ sudo apt install pylibtiff

2. Uninstall "pylibtiff" package

Please follow the guidance below to uninstall pylibtiff on Kali Linux:

$ sudo apt remove pylibtiff $ sudo apt autoclean && sudo apt autoremove

3. Information about the pylibtiff package on Kali Linux

Package: pylibtiff
Version: 0.6.1-1
Installed-Size: 23
Maintainer: Debian GIS Project
Architecture: all
Depends: python3-libtiff, python3-numpy, python3:any
Size: 6536
SHA256: 8358a63095121ad1078fb543234e7d3a510e33b1a1c3bc77a038f0ec23738530
SHA1: efc43f4896549f20b7bceb01d060e901c2c99cf5
MD5sum: 14d5ec8fc25e527ff888c00300bcfe3c
Description: wrapper to the libtiff library to Python using ctypes (command line utilities)
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 command line utilities for PyLibTiff.
Description-md5:
Homepage: https://github.com/pearu/pylibtiff
Section: utils
Priority: optional
Filename: pool/main/p/pylibtiff/pylibtiff_0.6.1-1_all.deb