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