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

Last updated: June 29,2024

1. Install "python3-pystac" package

Please follow the guidance below to install python3-pystac on Kali Linux

$ sudo apt update $ sudo apt install python3-pystac

2. Uninstall "python3-pystac" package

Please follow the step by step instructions below to uninstall python3-pystac on Kali Linux:

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

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

Package: python3-pystac
Source: pystac
Version: 1.9.0-2
Installed-Size: 892
Maintainer: Debian GIS Project
Architecture: all
Depends: python3-dateutil, python3:any, python3-jsonschema
Recommends: python3-jinja2, python3-urllib3
Suggests: python-pystac-doc
Size: 143176
SHA256: dc57911ceb1f4504872b8192724ea5b17215e4e941b52eb9be1164dced973271
SHA1: 5d28118c4a5e6e30f2c02c33eff308c8ab7f6390
MD5sum: 2ae880be65686660f6e3e00c3998cd20
Description: Python library for working with the SpatioTemporal Asset Catalog
PySTAC is a library for working with the SpatioTemporal Asset Catalog (STAC)
specification (https://stacspec.org) in Python 3.
.
Some nice features of PySTAC are:
.
* Reading and writing STAC version 1.0. Future versions will read older
versions of STAC, but always write the latest supported version.
See STAC Spec Version Support for details.
* In-memory manipulations of STAC catalogs.
* Extend the I/O of STAC metadata to provide support for other platforms
(e.g. cloud providers).
* Easy, efficient crawling of STAC catalogs. STAC objects are only read
in when needed.
* Easily write "absolute published", "relative published" and
"self-contained" catalogs as described in the best practices
documentation.
Description-md5:
Homepage: https://github.com/stac-utils/pystac
Section: python
Priority: optional
Filename: pool/main/p/pystac/python3-pystac_1.9.0-2_all.deb

5. The same packages on other Linux Distributions