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

Last updated: September 20,2024

1. Install "node-ejs" package

Here is a brief guide to show you how to install node-ejs on Kali Linux

$ sudo apt update $ sudo apt install node-ejs

2. Uninstall "node-ejs" package

Please follow the guidelines below to uninstall node-ejs on Kali Linux:

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

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

Package: node-ejs
Version: 3.1.9+~3.1.5-1
Installed-Size: 101
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-types-ejs (= 3.1.5)
Depends: node-jake, nodejs:any
Suggests: node-lru-cache
Size: 26184
SHA256: d0c9fa027f0af156dcb2d90cfa435b0041d437d2794ce77754d7f92648759602
SHA1: 2c15ece0afddf8de9e88b500b7f9302596884ec3
MD5sum: 6bc697552d5270f7d2722a36ddf1c851
Description: Embedded JavaScript templates
This module provides embedded JavaScript templates, like
- Control flow with <% %>
- Escaped output with <%= %> (escape function configurable)
- Unescaped raw output with <%- %>
- Newline-trim mode ('newline slurping') with -%> ending tag
- Whitespace-trim mode (slurp all whitespace) for control flow with <%_ _%>
- Custom delimiters (e.g., use instead of <% %>)
- Includes
- Client-side support
- Static caching of intermediate JavaScript
- Static caching of templates
- Complies with the Express view system
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/mde/ejs
Section: javascript
Priority: optional
Filename: pool/main/n/node-ejs/node-ejs_3.1.9+~3.1.5-1_all.deb