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

Last updated: July 08,2024

1. Install "node-parseurl" package

Here is a brief guide to show you how to install node-parseurl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-parseurl

2. Uninstall "node-parseurl" package

This is a short guide on how to uninstall node-parseurl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-parseurl
Priority: extra
Section: universe/web
Installed-Size: 45
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 1.3.0-1
Depends: nodejs
Filename: pool/universe/n/node-parseurl/node-parseurl_1.3.0-1_all.deb
Size: 4544
MD5sum: 866933b0677f947ee512a5ebf2508fb6
SHA1: fe270d12809e39a754c0270197410376bcbed5d4
SHA256: 3b0f81585ecc7ef77aaf4af0b5ba6ac47afe5b98f6c65d45717d201a6bbed6f6
Description-en: parse a url with memoization
Simple module which allows developer to get pathname:
.
var pathname = parseurl(req)
.
and `pathname` can then be simply passed to a router or something.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 2bb6d5debc6080a583dc2b4f3bf94f44
Homepage: https://github.com/expressjs/parseurl
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu