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

Last updated: May 14,2024

1. Install "node-passport" package

Learn how to install node-passport on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-passport

2. Uninstall "node-passport" package

Learn how to uninstall node-passport on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-passport
Priority: extra
Section: universe/web
Installed-Size: 99
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: passportjs
Version: 0.1.17-1
Depends: nodejs
Filename: pool/universe/p/passportjs/node-passport_0.1.17-1_all.deb
Size: 14434
MD5sum: 60d2f880f5ecb18db212f8977509ab29
SHA1: c9c05912996931396ea9fef97951530ae2c4730d
SHA256: df09f674ce200194639768a067d1a03b0b91418b46fc048ce05ab953788fd9e2
Description-en: simple, unobtrusive authentication system for Node.js
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 only provides the general framework and the "session"
authorization strategy: other systems are packaged separately, please install
the ones you need.
.
Node.js is an event-based server-side javascript engine.
Description-md5: 48d7db96146d8016555bd7660b850d6f
Homepage: http://passportjs.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu