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