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

Last updated: September 20,2024

1. Install "node-multiparty" package

This is a short guide on how to install node-multiparty on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-multiparty

2. Uninstall "node-multiparty" package

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

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

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

Package: node-multiparty
Priority: extra
Section: universe/web
Installed-Size: 70
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 4.0.0-1
Depends: node-fd-slicer, nodejs
Filename: pool/universe/n/node-multiparty/node-multiparty_4.0.0-1_all.deb
Size: 12406
MD5sum: e9aa8610a14eeb2da4c3e9483fb12746
SHA1: c541266fc0633f4dd27aff7021315ca36771bfa5
SHA256: b5ef0e6153fdfd73f775e6b2925a8d049962906d65e82b21bbeac010f92bba1f
Description-en: Multipart/form-data parser for Node.js
node-multiparty is a well-tested multipart/form-data parser for
requests sent by HTTP clients. Files uploads are properly handled
as streams, and are not written to disk by default.
.
This module is a fork of node-formidable.
.
Node.js is an event-based server-side javascript engine.
Description-md5: fd1a2c87a781e50f5dbe507eea300f3d
Homepage: https://github.com/andrewrk/node-multiparty
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu