How to Install and Uninstall node-commoner Package on Kali Linux

Last updated: July 07,2024

1. Install "node-commoner" package

This guide covers the steps necessary to install node-commoner on Kali Linux

$ sudo apt update $ sudo apt install node-commoner

2. Uninstall "node-commoner" package

Please follow the guidance below to uninstall node-commoner on Kali Linux:

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

3. Information about the node-commoner package on Kali Linux

Package: node-commoner
Source: node-regenerator
Version: 0.15.2+~0.10.8-1
Installed-Size: 90
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-commander, node-detective, node-glob, node-graceful-fs, node-iconv-lite, node-mkdirp, node-private, node-q, node-recast, nodejs:any
Size: 24508
SHA256: fe1adac834b39338be34d1545839dd60e569d8d6fbfed1c75a0d46dadc1756b7
SHA1: bc37039891ac3e1661ad3de38bf0cfda5ec51d2a
MD5sum: 0a3cddd14ae7a5acb081675564564d6b
Description: JavaScript transpiler to Node-compatible CommonJS
Commoner makes it easy to write scripts that flexibly and efficiently
transpile any dialect of JavaScript into a directory structure of
Node-compatible CommonJS module files.
.
This task is made possible by
1. a declarative syntax for defining how module source code should be
found and processed,
2. the use of [promises](https://github.com/kriskowal/q) to manage an
asynchronous build pipeline, and
3. never rebuilding modules that have already been built.
.
The output files can be required seamlessly by Node, or served by any
static file server, or bundled together using a tool such as
Browserify, WrapUp, or Stitch for delivery to a web browser.
Description-md5:
Homepage: https://github.com/facebook/regenerator
Section: javascript
Priority: optional
Filename: pool/main/n/node-regenerator/node-commoner_0.15.2+~0.10.8-1_all.deb