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

Last updated: November 22,2024

1. Install "python-openslide-examples" package

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

$ sudo apt update $ sudo apt install python-openslide-examples

2. Uninstall "python-openslide-examples" package

This guide covers the steps necessary to uninstall python-openslide-examples on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-openslide-examples
Priority: optional
Section: universe/python
Installed-Size: 838
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: all
Source: openslide-python
Version: 1.1.0-3build1
Depends: python-flask | python3-flask, libjs-jquery, python-openslide | python3-openslide
Filename: pool/universe/o/openslide-python/python-openslide-examples_1.1.0-3build1_all.deb
Size: 168022
MD5sum: db133e379b219994dadb71107d9df92a
SHA1: 813967276306f7b77cd1e5da6b268105932629bc
SHA256: 87ef68ad72d23065ffb8a92021224a5eb7e0f4ebd1c2aafb9a1606a04dd7f1a8
Description-en: Python examples for python-openslide and python3-openslide
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 examples for OpenSlide Python bindings.
Description-md5: b017c046b3f204d150fc79d9b0a76940
Homepage: http://openslide.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu