How to Install and Uninstall libopenslide-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "libopenslide-dev" package

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

$ sudo apt update $ sudo apt install libopenslide-dev

2. Uninstall "libopenslide-dev" package

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

$ sudo apt remove libopenslide-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libopenslide-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libopenslide-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 92
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: amd64
Source: openslide
Version: 3.4.0-1build1
Provides: libopenslide0-dev
Depends: libopenslide0 (= 3.4.0-1build1)
Filename: pool/universe/o/openslide/libopenslide-dev_3.4.0-1build1_amd64.deb
Size: 19842
MD5sum: dd52fded58f38ab777d24354355f0704
SHA1: e374e9070aeed38ffa50c3207fe29ea2a73962c4
SHA256: 06b8733fede0a0168535b9b5883e0f3669cfca812a3d0548afdfb9fd7a93958d
Description-en: Development files for the OpenSlide library
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 development files needed to build OpenSlide applications.
Description-md5: 6077f7a63c9f0a2333aba846102c7453
Homepage: http://openslide.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu