How to Install and Uninstall python3-openslide Package on Kali Linux

Last updated: May 11,2024

1. Install "python3-openslide" package

Please follow the steps below to install python3-openslide on Kali Linux

$ sudo apt update $ sudo apt install python3-openslide

2. Uninstall "python3-openslide" package

Please follow the instructions below to uninstall python3-openslide on Kali Linux:

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

3. Information about the python3-openslide package on Kali Linux

Package: python3-openslide
Source: openslide-python (1.3.1-2)
Version: 1.3.1-2+b1
Installed-Size: 104
Maintainer: Debian Med Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.4), python3 (<< 3.13), python3 (>= 3.11~), python3-pil, python3:any, libopenslide0
Recommends: python-openslide-examples
Size: 19436
SHA256: 5423165a6a7810d16da3b7852ac8ba191bbd74aab59f65d52b786112876e10a3
SHA1: 40d823cc9aff3035abb643e4f2f45c20ac7c1b43
MD5sum: 129d4ca1418f7ac8683f718a8afeec8f
Description: 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:
Homepage: https://openslide.org
Section: python
Priority: optional
Filename: pool/main/o/openslide-python/python3-openslide_1.3.1-2+b1_amd64.deb