How to Install and Uninstall osmjs Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 04,2024

1. Install "osmjs" package

Please follow the instructions below to install osmjs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install osmjs

2. Uninstall "osmjs" package

This tutorial shows how to uninstall osmjs on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove osmjs $ sudo apt autoclean && sudo apt autoremove

3. Information about the osmjs package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: osmjs
Priority: extra
Section: universe/utils
Installed-Size: 430
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: amd64
Source: osmium
Version: 0.0~20160124-b30afd3-1
Depends: libc6 (>= 2.14), libexpat1 (>= 2.0.1), libgcc1 (>= 1:3.0), libgeos-3.5.0 (>= 3.5.0), libicu55 (>= 55.1-1~), libprotobuf-lite9v5, libshp2 (>= 1.3.0), libstdc++6 (>= 5.2), libv8-3.14.5, zlib1g (>= 1:1.1.4)
Filename: pool/universe/o/osmium/osmjs_0.0~20160124-b30afd3-1_amd64.deb
Size: 134700
MD5sum: eddaa097f6624a997390714779a1f0e3
SHA1: ca744a2e864840b66be6046ee189f489289d4f61
SHA256: 2a5b1efe358474bfea6a2795d5a72eabf5480681a237abb474215dc8e8bbfd38
Description-en: osmium-based Javascript framework for handling OSM data
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 contains the Javascript framework based on osmium.
Description-md5: 444fdc0e6f78388afc87ba8d74d9ad9f
Homepage: http://wiki.openstreetmap.org/wiki/Osmium/Old_version
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu