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