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

Last updated: May 16,2024

1. Install "node-requirejs" package

Please follow the guidelines below to install node-requirejs on Kali Linux

$ sudo apt update $ sudo apt install node-requirejs

2. Uninstall "node-requirejs" package

This guide let you learn how to uninstall node-requirejs on Kali Linux:

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

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

Package: node-requirejs
Source: requirejs
Version: 2.3.6+ds+~2.1.34-2
Installed-Size: 1288
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-types-requirejs
Depends: nodejs:any
Breaks: node-typescript-types (<< 20201122~)
Size: 196588
SHA256: 9a90c950d5d9f64a3088e549304d0bae01a4e5b3122d961bb932db68575905d2
SHA1: 7547b347e2dfa6f527dd46bba27bffbcd1b98072
MD5sum: c636de8a6a7afb406842ff0bd2bb0dc5
Description: JavaScript file and module loader - NodeJS
RequireJS loads plain JavaScript files as well as more defined
modules. It is optimized for in-browser use, including in a Web
Worker, but it can be used in other JavaScript environments, like
Rhino and Node. It implements the Asynchronous Module API
.
RequireJS uses plain script tags to load modules/files, so it should
allow for easy debugging. It can be used simply to load existing
JavaScript files, so you can add it to your existing project without
having to re-write your JavaScript files.
.
RequireJS includes an optimization tool you can run as part of your
packaging steps for deploying your code. The optimization tool can
combine and minify your JavaScript files to allow for better
performance.
.
If the JavaScript file defines a JavaScript module via define(), then
there are other benefits RequireJS can offer: improvements over
traditional CommonJS modules and loading multiple versions of a
module in a page. RequireJS also has a plugin system that supports
features like i18n string bundles, and text file dependencies.
.
RequireJS does not have any dependencies on a JavaScript
framework.
.
The standard require.js file is around 5.5KB when minified via
Closure Compiler and gzipped.
.
This package also provides a script r.js, that has two major functions:
* Run AMD-based projects in Node and Rhino.
* Includes the RequireJS Optimizer that combines scripts for optimal
browser delivery.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/jrburke/r.js
Tag: devel::lang:ecmascript, devel::library, implemented-in::ecmascript,
role::devel-lib
Section: javascript
Priority: optional
Filename: pool/main/r/requirejs/node-requirejs_2.3.6+ds+~2.1.34-2_all.deb