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

Last updated: May 21,2024

1. Install "libosmium2-dev" package

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

$ sudo apt update $ sudo apt install libosmium2-dev

2. Uninstall "libosmium2-dev" package

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

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

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

Package: libosmium2-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 1276
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Source: libosmium
Version: 2.6.0-2
Replaces: libosmium-dev
Provides: libgdalcpp-dev, libosmium-dev
Depends: libboost-dev, libbz2-dev, libexpat1-dev, libprotozero-dev, libutfcpp-dev, zlib1g-dev
Suggests: libosmium2-doc
Conflicts: libosmium-dev
Filename: pool/universe/libo/libosmium/libosmium2-dev_2.6.0-2_amd64.deb
Size: 139638
MD5sum: 0bd81ddf5f9cf971814b2bf3ab1f80e6
SHA1: 0ed567de8e6fedae3063d4266b99724f0c3537a7
SHA256: 8e03add23112188a8d9581ee6a12a192ab35c0348fbf3edfc4d8af63ae7f8af8
Description-en: C++ framework for working with OSM data files
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 headers.
Description-md5: 1d96312841d12988a3b703331a930111
Homepage: http://osmcode.org/libosmium/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu