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

Last updated: May 17,2024

1. Install "node-form-data" package

Please follow the steps below to install node-form-data on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-form-data

2. Uninstall "node-form-data" package

Please follow the steps below to uninstall node-form-data on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove node-form-data $ sudo apt autoclean && sudo apt autoremove

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

Package: node-form-data
Priority: extra
Section: universe/web
Installed-Size: 50
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.1.0-1
Depends: nodejs, node-combined-stream, node-mime, node-async
Filename: pool/universe/n/node-form-data/node-form-data_0.1.0-1_all.deb
Size: 6412
MD5sum: 44a71e027b097bf52af21607c39bcdea
SHA1: 0a29bbe7090528bd1d088cefbd524530e14bc6c9
SHA256: 3fd2c1b82d82dac38247646abd62c50bc64b1f3afd97e3ac8513d52854121b4e
Description-en: Create multipart/form-data streams module for Node.js
node-form-data can be used to submit forms and file uploads to other
web applications.
.
The API of this module is inspired by the w3c XMLHttpRequest
specification.
.
Node.js is an event-based server-side javascript engine.
Description-md5: 51e7f485c7d6e1f2e3b411ffe4ac46c3
Homepage: https://github.com/felixge/node-form-data
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu