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

Last updated: May 18,2024

1. Install "libjs-ejs" package

This is a short guide on how to install libjs-ejs on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libjs-ejs

2. Uninstall "libjs-ejs" package

In this section, we are going to explain the necessary steps to uninstall libjs-ejs on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libjs-ejs
Priority: extra
Section: universe/web
Installed-Size: 56
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: ejs.js
Version: 1.0.0+dfsg1-1
Filename: pool/universe/e/ejs.js/libjs-ejs_1.0.0+dfsg1-1_all.deb
Size: 9804
MD5sum: 77a669b09ba86e45a667e9ed277554b5
SHA1: 17d304a6c25f6f512d2e7e1ef47985c3a3871e22
SHA256: 4f28436b476fe91e2bd7543925f86be3e97cf105a0b80d954d5d34d80ea312ca
Description-en: Embedded JavaScript templates (client support)
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 clients (i.e. browsers).
Description-md5: d043e8893cfe7f21c38c62aa386a8da7
Homepage: https://github.com/visionmedia/ejs/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions