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

Last updated: October 05,2024

1. Install "libjs-mgrs" package

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

$ sudo apt update $ sudo apt install libjs-mgrs

2. Uninstall "libjs-mgrs" package

Please follow the guidance below to uninstall libjs-mgrs on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libjs-mgrs
Priority: optional
Section: universe/science
Installed-Size: 50
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GIS Project
Architecture: all
Source: mgrs
Version: 0.0.3-1
Recommends: javascript-common
Filename: pool/universe/m/mgrs/libjs-mgrs_0.0.3-1_all.deb
Size: 12822
MD5sum: d6cc149b089a42b74f8ad932338ae28e
SHA1: 8df87d91b28ba2fb699178cc5ace449b1fa55079
SHA256: b16fefa86bb739b801c87e19c01198570583e890b715e5922ed13e3aa34ec908
Description-en: Javascript 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.js javascript file.
Description-md5: 68d0a98e5f5057eb08bf0e6f29f84a21
Homepage: https://github.com/proj4js/mgrs
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu