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

Last updated: July 07,2024

1. Install "python3-glymur" package

Please follow the guidelines below to install python3-glymur on Kali Linux

$ sudo apt update $ sudo apt install python3-glymur

2. Uninstall "python3-glymur" package

In this section, we are going to explain the necessary steps to uninstall python3-glymur on Kali Linux:

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

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

Package: python3-glymur
Source: glymur
Version: 0.12.9-1
Installed-Size: 3045
Maintainer: Debian GIS Project
Architecture: all
Depends: libopenjp2-7, python3-numpy, python3-packaging, python3-lxml, python3:any
Size: 2728220
SHA256: 98db759e86952df7f43925064953fb3eb31691839bb5fa025ddf98410ee2e373
SHA1: ccc4dcdc488412aa5e26e47a67cecdcfa8fe012f
MD5sum: 429c5b7182839d031d9f87222f644023
Description: Python tools for accessing JPEG2000 files
Glymur is an interface to the OpenJPEG library which allows one to
read and write JPEG 2000 files from Python.
Glymur supports both reading and writing of JPEG 2000 images,
but writing JPEG 2000 images is currently limited to images that
can fit in memory.
Glymur can read images using OpenJPEG library versions as far back
as 1.3, but it is strongly recommended to use at least version 2.1.2.
.
In regards to metadata, most JP2 boxes are properly interpreted.
Certain optional JP2 boxes can also be written, including XML boxes
and XMP UUIDs.
There is incomplete support for reading JPX metadata.
.
Glymur will look to use lxml when processing boxes with XML content,
but can fall back upon the standard library’s ElementTree if lxml
is not available.
Description-md5:
Homepage: https://github.com/quintusdias/glymur
Section: python
Priority: optional
Filename: pool/main/g/glymur/python3-glymur_0.12.9-1_all.deb