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

Last updated: May 12,2024

1. Install "node-body-parser" package

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

$ sudo apt update $ sudo apt install node-body-parser

2. Uninstall "node-body-parser" package

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

$ sudo apt remove node-body-parser $ sudo apt autoclean && sudo apt autoremove

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

Package: node-body-parser
Priority: extra
Section: universe/web
Installed-Size: 63
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 1.8.1-1
Depends: nodejs, node-depd (>= 0.3.0), node-qs (>= 0.6.5), node-raw-body (>= 1.2.0), node-type-is (>= 1.3.1), node-bytes (>= 1.0.0), node-media-typer (>= 0.2.0), node-iconv (>= 2.1.4), node-on-finished (>= 2.1.0)
Filename: pool/universe/n/node-body-parser/node-body-parser_1.8.1-1_all.deb
Size: 8002
MD5sum: 20c14bf3c3624ed3f10659c4ed3aa459
SHA1: 8e42a74bded7b2c72d086423a18d9ad2f5b046d3
SHA256: d8994f8ee792d623e9770a3fc0579398ff801873aeef19f26d3c19b81e161e0f
Description-en: body parsing middleware - Node.js module
body-parser is a Node.js module which provides connect middleware for parsing
HTTP request bodies. It supports JSON and urlencoded formats and does not
support multipart requests.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 8793b6180a714d5f98c8a711e4d38330
Homepage: https://github.com/expressjs/body-parser
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu