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