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

Last updated: May 18,2024

1. Install "node-tapable" package

Please follow the guidance below to install node-tapable on Kali Linux

$ sudo apt update $ sudo apt install node-tapable

2. Uninstall "node-tapable" package

In this section, we are going to explain the necessary steps to uninstall node-tapable on Kali Linux:

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

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

Package: node-tapable
Version: 2.2.1-3
Installed-Size: 60
Maintainer: Debian Javascript Maintainers
Architecture: all
Breaks: node-enhanced-resolve (<< 5.0~), webpack (<< 5.0~)
Size: 13532
SHA256: 5a8da47932fb13f9c4f119a51c0cde92b97cb5d479dc6437c4ce5b2986f5b4c8
SHA1: cec9e634744f64863f2e95ae8d8d711683c85304
MD5sum: c8098bee02b4779b0cb3ebf784a9a0ce
Description: just a little module for plugins
Tapable is a class for plugin binding and applying.
.
This library is a dependency for webpack. Webpack takes code targeted at
node.js and makes it run in the browser. Node.js comes with API of its own
that is not available in the browsers. Webpack exposes this code
to programs that are unaware they are running in a browser.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/webpack/tapable
Section: javascript
Priority: optional
Filename: pool/main/n/node-tapable/node-tapable_2.2.1-3_all.deb