How to Install and Uninstall node-passport-oauth Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "node-passport-oauth" package

In this section, we are going to explain the necessary steps to install node-passport-oauth on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-passport-oauth

2. Uninstall "node-passport-oauth" package

Here is a brief guide to show you how to uninstall node-passport-oauth on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove node-passport-oauth $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-passport-oauth package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: node-passport-oauth
Priority: extra
Section: universe/web
Installed-Size: 67
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: passportjs-oauth
Version: 0.1.7-1
Depends: nodejs, node-passport, node-oauth
Filename: pool/universe/p/passportjs-oauth/node-passport-oauth_0.1.7-1_all.deb
Size: 9268
MD5sum: a60615c86cbbbd79301b7213adfbc7b4
SHA1: 49d02fd5cfa881910de9505b04572185d8cc9599
SHA256: 0f36e1663d497607ec4240b35a334b813914b4dbeb5376aa761e0907e81749dc
Description-en: simple, unobtrusive authentication system for Node.js - OAuth strategy
Passport is an authentication middleware for Node.js. Extremely flexible and
modular, Passport can be unobtrusively dropped in to any Connect/Express-based
web application.
.
It provides a comprehensive set of authentication systems: using a username
and password, social networks credentials, OpenID, and more.
.
This package provide the OAuth authentication strategy.
Description-md5: 957394597d6948ca4353c33749d636b3
Homepage: http://passportjs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu