How to Install and Uninstall osmium-tool Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 05,2024

1. Install "osmium-tool" package

This guide let you learn how to install osmium-tool on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install osmium-tool

2. Uninstall "osmium-tool" package

In this section, we are going to explain the necessary steps to uninstall osmium-tool on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the osmium-tool package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: osmium-tool
Priority: optional
Section: universe/utils
Installed-Size: 983
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Version: 1.3.0-1
Depends: libboost-program-options1.58.0, libbz2-1.0, libc6 (>= 2.14), libexpat1 (>= 2.0.1), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2), zlib1g (>= 1:1.2.0)
Filename: pool/universe/o/osmium-tool/osmium-tool_1.3.0-1_amd64.deb
Size: 247180
MD5sum: b62459c0398baa7a95a1399c43131669
SHA1: 9c8c60df9f300e46146502464229ad2aa1448ac0
SHA256: 956d8c967e1f19e43075e7b00193f6d7b885071458c687313fe9e1b2d7140df6
Description-en: 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: 8ddd7ee7c6373e8286b081b6a5ce95c7
Homepage: http://osmcode.org/osmium/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu