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

Last updated: May 18,2024

1. Install "node-umd" package

Please follow the instructions below to install node-umd on Kali Linux

$ sudo apt update $ sudo apt install node-umd

2. Uninstall "node-umd" package

This guide covers the steps necessary to uninstall node-umd on Kali Linux:

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

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

Package: node-umd
Version: 3.0.3+ds+~3.0.1-1
Installed-Size: 42
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-types-umd (= 3.0.1)
Depends: nodejs:any
Size: 8384
SHA256: 7def4e0269b8854f61d81dab33c4b655cd0bfbafa438feb3bd4f09bda2e55d19
SHA1: 2c791e2e00b20542868cddc5400b6f1f0b6e7a08
MD5sum: 191cd0b3d676808c17921d0d9f6d9c56
Description: Universal Module Definition for use in automated build systems
UMD (Universal Module Definition) is a common pattern used in javascript
programming allowing one to write once a loader working in different
context (server, browser). This loader is compatible with different
API like RequireJS, AMD or CommonJs.
.
This module provides:
- simple synchronous wrapping of a string
- return style module support
- CommonJS support
- support preventing internal UMDs from conflicting
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/ForbesLindesay/umd
Section: javascript
Priority: optional
Filename: pool/main/n/node-umd/node-umd_3.0.3+ds+~3.0.1-1_all.deb