How to Install and Uninstall libosmium2-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "libosmium2-doc" package

Learn how to install libosmium2-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libosmium2-doc

2. Uninstall "libosmium2-doc" package

Here is a brief guide to show you how to uninstall libosmium2-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libosmium2-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libosmium2-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libosmium2-doc
Priority: optional
Section: universe/doc
Installed-Size: 56032
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: all
Source: libosmium
Version: 2.6.0-2
Depends: libjs-jquery
Filename: pool/universe/libo/libosmium/libosmium2-doc_2.6.0-2_all.deb
Size: 38144088
MD5sum: e876441ce42a9ff6dd32aa31d4a77d18
SHA1: b703f4d587d07ae7caddd6fd127b5b8a8538f1da
SHA256: 561410a810ddfef26e5b219997e82644b39ab319fe2e4dfa6113d8277d10f0f2
Description-en: C++ framework for working with OSM data files - documentation
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.
.
Osmium is a header-only library, so there is nothing to compile to build it.
Just include the header files you need.
.
This package contains the Osmium library documentation.
Description-md5: f1c569f981e7d524d5e9cc9077a2979a
Homepage: http://osmcode.org/libosmium/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu