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