How to Install and Uninstall node-mgrs Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "node-mgrs" package

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

$ sudo apt update $ sudo apt install node-mgrs

2. Uninstall "node-mgrs" package

This guide let you learn how to uninstall node-mgrs on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove node-mgrs $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-mgrs package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: node-mgrs
Priority: optional
Section: universe/science
Installed-Size: 42
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: all
Source: mgrs
Version: 0.0.3-1
Depends: nodejs
Filename: pool/universe/m/mgrs/node-mgrs_0.0.3-1_all.deb
Size: 10980
MD5sum: bc7ccf4b388fdd3c201e62b7177f37d4
SHA1: 5eb6868cc7d00600061186d5ee1be5d17629aa77
SHA256: 2fc2a6e76da584b357a16d110aa883d8b0069f395b1771b89deae2c97c212d8c
Description-en: Utility for converting between WGS84 lat/lng and MGRS coordinates
mgrs is a utility for converting between WGS84 lat/lng and MGRS coordinates,
spunoff from proj4js.
.
It has 3 methods:
.
* forward, takes an array of [lon,lat] and optional accuracy and returns an
mgrs string
* inverse, takes an mgrs string and returns a bbox
* toPoint, takes an mgrs string, returns an array of '[lon,lat]'
.
This package contains the mgrs module for Node.js.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: df0b19b7b43886d738d832f26b1bc635
Homepage: https://github.com/proj4js/mgrs
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu