How to Install and Uninstall node-ejs Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "node-ejs" package

This guide covers the steps necessary to install node-ejs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-ejs

2. Uninstall "node-ejs" package

This tutorial shows how to uninstall node-ejs on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the node-ejs package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: node-ejs
Priority: extra
Section: universe/web
Installed-Size: 94
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: ejs.js
Version: 1.0.0+dfsg1-1
Depends: nodejs (>= 0.6.19~dfsg-1-3~)
Filename: pool/universe/e/ejs.js/node-ejs_1.0.0+dfsg1-1_all.deb
Size: 13652
MD5sum: 262c6284d72a982590659ad81a6dccaf
SHA1: ea5a2ab7cfcf29fbfa22a8a0153e55d0543242e5
SHA256: 5e4c86180c17c14bf44367e4e2e58e37ee971bfe11860f4d6682f920e2a59d55
Description-en: Embedded JavaScript templates for Node.js
Features of EJS:
.
- Complies with the Express view system
- Static caching of intermediate JavaScript
- Unbuffered code for conditionals etc <% code %>
- Escapes html by default with <%= code %>
- Unescaped buffering with <%- code %>
- Supports tag customization
- Filter support for designer-friendly templates
- Includes
- Client-side support
- Newline slurping with <% code -%> or <% -%> or <%= code -%> or
<%- code -%>
.
This package provides EJS support to Node.js.
Description-md5: 8c9452a8ac205d67763d36257ea0a49d
Homepage: https://github.com/visionmedia/ejs/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu