Install node-ipaddr.js
Installing node-ipaddr.js package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install node-ipaddr.js
node-ipaddr.js package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | node-ipaddr.js |
version | 0.1.3-1 |
description | IPv4 and IPv6 addresses manipulation – Node.js module |
subsection | web |
website | github.com / whitequark / ipaddr.js |
maintainer | Debian Javascript Maintainers |
Uninstall node-ipaddr.js
To remove just node-ipaddr.js package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove node-ipaddr.js
Uninstall node-ipaddr.js and it’s dependent packages
To remove the node-ipaddr.js package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove node-ipaddr.js
Purging node-ipaddr.js
If you also want to delete configuration and/or data files of node-ipaddr.js from Debian Sid then this will work:
sudo apt-get purge node-ipaddr.js
To delete configuration and/or data files of node-ipaddr.js and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove node-ipaddr.js