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