How to Install and Uninstall libosmium-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: December 27,2024

1. Install "libosmium-dev" package

Please follow the guidance below to install libosmium-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libosmium-dev

2. Uninstall "libosmium-dev" package

Please follow the step by step instructions below to uninstall libosmium-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libosmium-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libosmium-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libosmium-dev
Priority: extra
Section: universe/libdevel
Installed-Size: 603
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Source: osmium
Version: 0.0~20160124-b30afd3-1
Filename: pool/universe/o/osmium/libosmium-dev_0.0~20160124-b30afd3-1_amd64.deb
Size: 87952
MD5sum: 6cf4434901fd2dc83ccc0cc10683ceeb
SHA1: b37b04f826f64dc0ebce5ffef3082b3069564ea0
SHA256: e28dde443aa44bd6176fcde23698f0e894ea633343c4a3fd127b27d3c9db5ea4
Description-en: C++ framework for working with OSM data files
Osmium is a C++ framework for working with OSM data files. Osmium can read
OSM data in XML or binary format (PBF) and can call different handlers for
each OSM object.
.
Available handlers include:
* Javascript handler (calls Javascript callbacks you provide)
* Multipolygon handler (assembles areas(multipolygons) from relations and
ways)
* NodeLocationStore handler (stores node locations and builds way
geometries from them)
* Statistics handler (does some general statistics)
* (others...)
.
This package provides the header files useful to develop third-party
applications.
Description-md5: 4786241cbea436d12819d6b53e6d03dc
Homepage: http://wiki.openstreetmap.org/wiki/Osmium/Old_version
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu