How to Install and Uninstall node-ip-address Package on Kali Linux

Last updated: May 03,2024

1. Install "node-ip-address" package

This tutorial shows how to install node-ip-address on Kali Linux

$ sudo apt update $ sudo apt install node-ip-address

2. Uninstall "node-ip-address" package

Please follow the instructions below to uninstall node-ip-address on Kali Linux:

$ sudo apt remove node-ip-address $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-ip-address package on Kali Linux

Package: node-ip-address
Version: 8.1.0-2
Installed-Size: 271
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-jsbn, node-sprintf-js
Size: 26876
SHA256: 8fd4d71961e72ac9bf6c491a64555bd214e5c1bcb8ba30057a9c75ee0e2b4b41
SHA1: 21bbf9b06f3af59b7d901e6b57b563c5952e4350
MD5sum: a133372977255d447cdce8f6d7d89340
Description: library for parsing IPv4 and IPv6 IP addresses in node and the browser
ip-address is a library for validating and manipulating IPv4 and IPv6
addresses in JavaScript.
.
* Parsing of all IPv6 notations
* Parsing of IPv6 addresses and ports from URLs with 'Address6.fromURL(url)'
* Validity checking
* Decoding of the Teredo information in an address
* Whether one address is a valid subnet of another
* What special properties a given address has (multicast prefix, unique
local address prefix, etc.)
* Number of subnets of a certain size in a given address
* Display methods
* Hex, binary, and decimal
* Canonical form
* Correct form
* IPv4-compatible (i.e. '::ffff:192.168.0.1')
* Works in node and the browser (with browserify)
* ~1,600 test cases
Description-md5:
Homepage: https://github.com/beaugunderson/ip-address
Section: javascript
Priority: optional
Filename: pool/main/n/node-ip-address/node-ip-address_8.1.0-2_all.deb