How to Install and Uninstall osmium-tool Package on Kali Linux

Last updated: May 03,2024

1. Install "osmium-tool" package

In this section, we are going to explain the necessary steps to install osmium-tool on Kali Linux

$ sudo apt update $ sudo apt install osmium-tool

2. Uninstall "osmium-tool" package

Please follow the guidelines below to uninstall osmium-tool on Kali Linux:

$ sudo apt remove osmium-tool $ sudo apt autoclean && sudo apt autoremove

3. Information about the osmium-tool package on Kali Linux

Package: osmium-tool
Source: osmium-tool (1.16.0-1)
Version: 1.16.0-1+b1
Installed-Size: 2130
Maintainer: Debian GIS Project
Architecture: amd64
Depends: libboost-program-options1.83.0 (>= 1.83.0), libbz2-1.0, libc6 (>= 2.34), libexpat1 (>= 2.0.1), libgcc-s1 (>= 3.0), liblz4-1 (>= 0.0~r130), libstdc++6 (>= 13.1), zlib1g (>= 1:1.2.6)
Size: 702216
SHA256: cab112d5558e5aceb37e4e05f86f3f07ac967e132fdc243058987ee32c70ec0a
SHA1: f98dda0331838aaac10bb885e50b271c2eb8a8d3
MD5sum: 641fa3f62ee5b70e6253d1ef44587cd2
Description: Command line tool for working with OpenStreetMap data
Osmium Tool is a multipurpose command line tool based on the Osmium library.
.
With the Osmium Tool you currently can:
.
* Get information about an OSM file
* Convert OSM files from one format into another (supports all XML and PBF
formats)
* Merge and apply change files to an OSM file (with or without history)
* Extract data from OSM history files for a given point in time or a time
range
.
The Osmium library has extensive support for all types of OSM entities: nodes,
ways, relations, and changesets. It allows reading from and writing to OSM
files in XML and PBF formats, including change files and full history files.
Osmium can store OSM data in memory and on disk in various formats and using
various indexes. Its easy to use handler interface allows you to quickly write
data filtering and conversion functions. Osmium can create WKT, WKB, OGR, GEOS
and GeoJSON geometries for easy conversion into many GIS formats and it can
assemble multipolygons from ways and relations.
Description-md5:
Homepage: https://osmcode.org/osmium-tool/
Tag: implemented-in::c++, role::program
Section: utils
Priority: optional
Filename: pool/main/o/osmium-tool/osmium-tool_1.16.0-1+b1_amd64.deb