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