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

Last updated: September 20,2024

1. Install "python3-tifffile" package

Please follow the steps below to install python3-tifffile on Kali Linux

$ sudo apt update $ sudo apt install python3-tifffile

2. Uninstall "python3-tifffile" package

This is a short guide on how to uninstall python3-tifffile on Kali Linux:

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

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

Package: python3-tifffile
Source: tifffile
Version: 20240212-1
Installed-Size: 1024
Maintainer: Debian Python Team
Architecture: all
Provides: tifffile
Depends: python3-numpy, python3:any
Recommends: python3-matplotlib, python3-lxml
Suggests: python3-fsspec
Size: 182412
SHA256: 82ca0d0137b6cd13b0aceb704f1dd4dc009860377362efaa42fa1e9ac1d2804e
SHA1: 75c014b477fef338bf65650449dc70a011314479
MD5sum: 54c175edc412984db306c4b7e8676a5b
Description: Read and write image data from and to TIFF files
Image and meta-data can be read from TIFF, BigTIFF, OME-TIFF, STK, LSM, NIH,
ImageJ, MicroManager, FluoView, SEQ and GEL files.
.
Only a subset of the TIFF specification is supported, mainly uncompressed and
losslessly compressed 2**(0 to 6) bit integer, 16, 32 and 64-bit float,
grayscale and RGB(A) images, which are commonly used in bio-scientific imaging.
Specifically, reading JPEG/CCITT compressed image data or EXIF/IPTC/GPS/XMP
meta-data is not implemented. Only primary info records are read for STK,
FluoView, MicroManager, and NIH image formats.
.
TIFF, the Tagged Image File Format, is under the control of Adobe Systems.
BigTIFF allows for files greater than 4 GB. STK, LSM, FluoView, SEQ, GEL, and
OME-TIFF, are custom extensions defined by MetaMorph, Carl Zeiss MicroImaging,
Olympus, Media Cybernetics, Molecular Dynamics, and the Open Microscopy
Environment consortium respectively.
Description-md5:
Homepage: https://www.lfd.uci.edu/~gohlke/
Section: python
Priority: optional
Filename: pool/main/t/tifffile/python3-tifffile_20240212-1_all.deb