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

Last updated: October 05,2024

1. Install "node-optimist" package

Please follow the guidance below to install node-optimist on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-optimist

2. Uninstall "node-optimist" package

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

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

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

Package: node-optimist
Priority: extra
Section: universe/web
Installed-Size: 55
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.6.1-1
Depends: nodejs, node-minimist, node-wordwrap
Filename: pool/universe/n/node-optimist/node-optimist_0.6.1-1_all.deb
Size: 9716
MD5sum: 8af6c30f2205d6f8aaeef3734d9c96a4
SHA1: 50c7bfe4e5fb8b224abb41be1588fb903f0101f6
SHA256: 774b8d158d317fd4e8eee03f77a0483e8facc2decef1c697663f81d139d78fbd
Description-en: light-weight option parsing library for NodeJS
Optimist is a light-weight node.js library for option parsing.
.
It is a library for people who hate option parsing. More specifically,
this module is for people who like all the --bells and -whistlz of
program usage but think optstrings are a waste of time.
.
With optimist, option parsing doesn't have to suck (as much).
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 1bdd95f24b4e29706861c5bac7bb41f4
Homepage: https://github.com/substack/node-optimist
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu