How to Install and Uninstall python3-openslide Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 11,2024

1. Install "python3-openslide" package

This guide let you learn how to install python3-openslide on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-openslide

2. Uninstall "python3-openslide" package

Please follow the guidelines below to uninstall python3-openslide on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-openslide package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-openslide
Priority: optional
Section: universe/python
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Source: openslide-python
Version: 1.1.0-3build1
Depends: libc6 (>= 2.4), python3 (<< 3.6), python3 (>= 3.5~), python3-pil, libopenslide0 (>= 3.4.0)
Recommends: python-openslide-examples
Filename: pool/universe/o/openslide-python/python3-openslide_1.1.0-3build1_amd64.deb
Size: 15314
MD5sum: 3164c850bbd5aaa21db641a78067a101
SHA1: 4b54ba97dafb397e08ef9348004677a2dc8b9df5
SHA256: 88473d0ad85506dbf979932f00512a7b0d340fcde4a505a444017404346ba492
Description-en: Python 3 wrapper for reading whole slide image files
OpenSlide is a C library that provides a simple interface to read whole-slide
images also known as virtual slides.
.
Whole-slide images, also known as virtual slides, are large, high resolution
images used in digital pathology. Reading these images using standard image
tools or libraries is a challenge because these tools are typically designed
for images that can comfortably be uncompressed into RAM or a swap file.
Whole-slide images routinely exceed RAM sizes, often occupying tens of
gigabytes when uncompressed. Additionally, whole-slide images are typically
multi-resolution, and only a small amount of image data might be needed at a
particular resolution.
.
This library currently supports:
- Aperio (.svs, .tif)
- Hamamatsu (.vms, .vmu, .ndpi)
- Leica (.scn)
- MIRAX (.mrxs)
- Sakura (.svslide)
- Trestle (.tif)
- Generic tiled TIFF (.tif)
.
This package contains the Python 3 module needed to run OpenSlide applications.
Description-md5: 5f74ba15de517a38a2378ca65d671ac2
Homepage: http://openslide.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu