How to Install and Uninstall pyosmium Package on Kali Linux

Last updated: May 13,2024

1. Install "pyosmium" package

This guide covers the steps necessary to install pyosmium on Kali Linux

$ sudo apt update $ sudo apt install pyosmium

2. Uninstall "pyosmium" package

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

$ sudo apt remove pyosmium $ sudo apt autoclean && sudo apt autoremove

3. Information about the pyosmium package on Kali Linux

Package: pyosmium
Version: 3.7.0-1
Installed-Size: 24
Maintainer: Debian GIS Project
Architecture: all
Depends: python3-pyosmium (>= 3.7.0-1)
Size: 11736
SHA256: 524b40e166d886f0e5c9eb4547d3c2a41be9160a97a5529248fbaafa6d1695ea
SHA1: 2a98f987cd6a38f3c5a610fc90a9a7ef96cfbcc8
MD5sum: 10bc9cd682757cee4304c50d381edd83
Description: Osmium library bindings for Python - utilities
The PyOsmium module allows you to access some of the features of the Osmium
library from Python code.
.
PyOsmium has extensive support for all types of OSM entities: nodes, ways,
relations, and changesets. It allows reading from OSM files in XML and PBF
formats, including change files and full history files. Its easy to use
handler interface allows you to quickly write data filtering and conversion
functions.
.
This package contains the PyOsmium utilities.
Description-md5:
Homepage: https://osmcode.org/pyosmium/
Tag: implemented-in::python, role::program
Section: utils
Priority: optional
Filename: pool/main/p/pyosmium/pyosmium_3.7.0-1_all.deb