How to Install and Uninstall python-tifffile Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 07,2024

1. Install "python-tifffile" package

This is a short guide on how to install python-tifffile on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-tifffile

2. Uninstall "python-tifffile" package

This tutorial shows how to uninstall python-tifffile on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-tifffile package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-tifffile
Priority: optional
Section: universe/python
Installed-Size: 241
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Source: tifffile
Version: 20150817-1
Replaces: tifffile
Provides: python2.7-tifffile
Depends: python-numpy (>= 1:1.8.0), python-numpy-abi9, python (>= 2.7), python (<< 2.8), libc6 (>= 2.14), python-importlib
Recommends: python-matplotlib (>= 1.3)
Conflicts: tifffile
Filename: pool/universe/t/tifffile/python-tifffile_20150817-1_amd64.deb
Size: 55478
MD5sum: 58262cddff081126aeef66d165f88fb4
SHA1: 4fe494979d7cae0345dbeadc22174eba7e96428a
SHA256: d6316e70c91267e20ea551ba2afa1533d04da57e599b6e6761ee86e7b9c661aa
Description-en: 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: bf0f1bc4c5d063a8ffc9875415f64dd2
Homepage: http://www.lfd.uci.edu/~gohlke/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu