How to Install and Uninstall node-geojson Package on Kali Linux

Last updated: May 20,2024

1. Install "node-geojson" package

Please follow the guidelines below to install node-geojson on Kali Linux

$ sudo apt update $ sudo apt install node-geojson

2. Uninstall "node-geojson" package

Learn how to uninstall node-geojson on Kali Linux:

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

3. Information about the node-geojson package on Kali Linux

Package: node-geojson
Version: 0.5.0+~7946.0.10-2
Installed-Size: 47
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: libjs-geojson, node-types-geojson (= 7946.0.10)
Size: 11172
SHA256: f705ec9bc6ce4f364ec703f04cc452fc1c010cfab4384e88049be8e5e65ab82b
SHA1: 0d4faa40139bf0eff733c8e431335ec426fda57c
MD5sum: fc22a80d3b04857e280565b2921f92ef
Description: Node.js library to turn geo data into GeoJSON
node-geojson permits to turn geo data into GeoJSON (http://geojson.org/).
The library has one method, parse(), which takes an array of objects (or a
single object) with geometry data as the first parameter, an object
consisting of settings for the second parameter, and an optional callback
function as the third parameter. If a callback is not specified, the
parse() function returns the GeoJSON output.
Description-md5:
Homepage: https://github.com/caseycesari/geojson.js
Section: javascript
Priority: optional
Filename: pool/main/n/node-geojson/node-geojson_0.5.0+~7946.0.10-2_all.deb

5. The same packages on other Linux Distributions