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