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

Last updated: January 11,2025

1. Install "openslide-tools" package

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

$ sudo apt update $ sudo apt install openslide-tools

2. Uninstall "openslide-tools" package

This guide let you learn how to uninstall openslide-tools on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: openslide-tools
Priority: optional
Section: universe/graphics
Installed-Size: 83
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Source: openslide
Version: 3.4.0-1build1
Depends: libc6 (>= 2.7), libglib2.0-0 (>= 2.14.0), libopenslide0, libpng12-0 (>= 1.2.13-4)
Suggests: libtiff-tools
Filename: pool/universe/o/openslide/openslide-tools_3.4.0-1build1_amd64.deb
Size: 13852
MD5sum: fabe8fbecd770cfa775486b51b09c2d1
SHA1: 4e65c37172bbc5435c7f5826ea1e6dc38bf9e275
SHA256: 4b3f17acfe10afcea9582dcbf265cf3f88969a120c657df087270d384639c9dd
Description-en: Manipulation and conversion tools for 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 command line tools for file manipulation.
Description-md5: 95935d7deadada0e6c92dc5a2cf77f40
Homepage: http://openslide.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu