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

Last updated: June 02,2024

1. Install "node-minimist" package

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

$ sudo apt update $ sudo apt install node-minimist

2. Uninstall "node-minimist" package

This guide covers the steps necessary to uninstall node-minimist on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-minimist
Priority: extra
Section: universe/web
Installed-Size: 26
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 1.2.0-1
Depends: nodejs
Filename: pool/universe/n/node-minimist/node-minimist_1.2.0-1_all.deb
Size: 5636
MD5sum: 64ec497b92745e8814b105acf5e24c56
SHA1: 39ea065a0088465b433ecbb2d68f0effdefcf07e
SHA256: 43aa0a2d5cd58581bce7311b31c2e7e99423e4b8d2614c731616acc6f9dd4ee1
Description-en: Argument options parsing for Node.js
Minimist is the guts of optimist's argument parser without all the
fanciful decoration.
.
Optimist is a light-weight node.js library for option parsing.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: facf2aa518afc1cf63731009e7209673
Homepage: https://github.com/substack/minimist
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu