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

Last updated: May 12,2024

1. Install "node-require-all" package

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

$ sudo apt update $ sudo apt install node-require-all

2. Uninstall "node-require-all" package

In this section, we are going to explain the necessary steps to uninstall node-require-all on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove node-require-all $ sudo apt autoclean && sudo apt autoremove

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

Package: node-require-all
Priority: extra
Section: universe/web
Installed-Size: 77
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.0.6-1
Depends: nodejs (>= 0.6.19~dfsg1-3~)
Filename: pool/universe/n/node-require-all/node-require-all_0.0.6-1_all.deb
Size: 4450
MD5sum: 20c47a9aef46d44e461a27a93f21d540
SHA1: ef4ec5e948c311ae5117717096a8c7d8d643391f
SHA256: d44fd8d8d1ae003344688332a6a5979183ace674add3b3a52558fe087901cfd1
Description-en: Require all Node.js module files within a directory
This Node.js module provides an easy way to require all module files within a
directory.
.
The require-all call also traverses subdirectories, an exclude regexp for
subdirs can be specified. Additionally, a regexp filter can be given, so
that only module files matching the filter pattern get included.
Description-md5: 9575e2c524423308780b815ce639a848
Homepage: https://github.com/felixge/node-require-all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu