How to Install and Uninstall python3-libtiff Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "python3-libtiff" package

In this section, we are going to explain the necessary steps to install python3-libtiff on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-libtiff

2. Uninstall "python3-libtiff" package

Please follow the instructions below to uninstall python3-libtiff on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-libtiff package on Ubuntu 21.10 (Impish Indri)

Package: python3-libtiff
Architecture: amd64
Version: 0.4.2-6ubuntu1
Priority: optional
Section: universe/python
Source: pylibtiff
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 507
Provides: python3.9-libtiff
Depends: libtiff-dev, python3-bitarray, python3 (<< 3.10), python3 (>= 3.9~), python3-numpy (>= 1:1.16.0~rc1), python3-numpy-abi9, python3:any, libc6 (>= 2.14)
Suggests: python3-pil, tifffile
Filename: pool/universe/p/pylibtiff/python3-libtiff_0.4.2-6ubuntu1_amd64.deb
Size: 75940
MD5sum: f1a16bb29281db994ac9485011b11018
SHA1: 0e5be88c20de19fb025d9ad1c90ffd80e0d084d8
SHA256: cea9600ba23037674dd813399622bb12aa230f6f1396da0c62c93d0d687bd162
SHA512: d6f502a1558fa0d837adc1f02fdee9bc937146cf5c6d6aa33566c677ca8e712dedf05129790e27b704f2db7cd62f0ffa793e04b3047a67fae17122f391a3d4cd
Homepage: https://github.com/pearu/pylibtiff
Description-en: 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: c845e1c7fc8feef33aca74aec83ba40b