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

Last updated: May 12,2024

1. Install "node-glob" package

This guide let you learn how to install node-glob on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-glob

2. Uninstall "node-glob" package

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

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

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

Package: node-glob
Priority: extra
Section: universe/devel
Installed-Size: 63
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 4.0.5-1
Depends: nodejs, node-minimatch (>= 0.2.11), node-inherits (>= 2), node-once
Filename: pool/universe/n/node-glob/node-glob_4.0.5-1_all.deb
Size: 13214
MD5sum: 5c6b0a18d31b3b1a82809d47a5234220
SHA1: d0c0b29eae268b00276d3e8fc1c2eeb37b77ad11
SHA256: 56627401e0a16d39eed3989c199b9f07dd0c7d19938fa95bea9e411af4bbee00
Description-en: glob functionality for Node.js
node-glob is a glob implementation for Node.js
.
It features brace expansion, extended glob matching, globstar matching,
and can be invoked synchronously as well as asynchronously.
It uses minimatch for pattern matching.
.
Node.js is an event-based server-side javascript engine.
Description-md5: 1b036f9676e44c424eb15efe75baf458
Homepage: https://github.com/isaacs/node-glob
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu