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

Last updated: May 19,2024

1. Install "node-globule" package

Here is a brief guide to show you how to install node-globule on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-globule

2. Uninstall "node-globule" package

Please follow the instructions below to uninstall node-globule on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: node-globule
Priority: extra
Section: universe/web
Installed-Size: 47
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.2.0-1
Depends: nodejs, node-lodash, node-glob, node-minimatch
Filename: pool/universe/n/node-globule/node-globule_0.2.0-1_all.deb
Size: 6914
MD5sum: 4b900fcb7e76542798650fdfe708ab0d
SHA1: 46d573beef2954808877a03782d7afc296386147
SHA256: f0f8f6d552b84b8140d3784d818bf236e4063abc8b3f25449716d1ed1e03b6a2
Description-en: Easy-to-use wildcard globbing library for Node.js
globule is an easy-to-use wildcard globbing library for Node.js.
.
The library offers functions like find(), match() and mapping() that support
globbing patterns.
.
globule.find returns a unique array of all file or directory paths that match
the given globbing pattern(s).
.
globule.match can be used to match one or more globbing patterns against one
or more file paths.
.
globule.mapping returns an array of src-dest file mapping objects for
the given set of source file paths.
.
This package contains the globule module for Node.js.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5: 9cdc5148c5906082bf1554a6eb2e2f1e
Homepage: https://github.com/cowboy/node-globule
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu