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

Last updated: April 29,2024

1. Install "python-openslide" package

Learn how to install python-openslide on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-openslide

2. Uninstall "python-openslide" package

Please follow the step by step instructions below to uninstall python-openslide on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-openslide
Priority: optional
Section: universe/python
Installed-Size: 70
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Source: openslide-python
Version: 1.1.0-3build1
Provides: python2.7-openslide
Depends: libc6 (>= 2.4), python (<< 2.8), python (>= 2.7~), python-pil, python:any (>= 2.7.5-5~), libopenslide0 (>= 3.4.0)
Recommends: python-openslide-examples
Filename: pool/universe/o/openslide-python/python-openslide_1.1.0-3build1_amd64.deb
Size: 15550
MD5sum: 3c6703332b991785ff4c4d4be5bc182f
SHA1: 499d54f720d40c315efe9304dd113a644c4e1d21
SHA256: cd1c4ff927254069ae4821754545a8918062b9dd97f3fa5e822454de9f308262
Description-en: Python 2 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 2 module needed to run OpenSlide applications.
Description-md5: 60af293acf3f8288c0bcd357f3b6098d
Homepage: http://openslide.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu