Install node-proj4
Installing node-proj4 package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install node-proj4
node-proj4 package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | node-proj4 |
version | 2.3.14+ds-1 |
description | Node.js module to transform point coordinates systems |
subsection | science |
website | proj4js.org |
maintainer | Debian GIS Project |
Uninstall node-proj4
To remove just node-proj4 package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove node-proj4
Uninstall node-proj4 and it’s dependent packages
To remove the node-proj4 package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove node-proj4
Purging node-proj4
If you also want to delete configuration and/or data files of node-proj4 from Debian Sid then this will work:
sudo apt-get purge node-proj4
To delete configuration and/or data files of node-proj4 and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove node-proj4