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

Last updated: May 04,2024

1. Install "node-mustache" package

Please follow the guidelines below to install node-mustache on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-mustache

2. Uninstall "node-mustache" package

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

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

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

Package: node-mustache
Priority: extra
Section: universe/web
Installed-Size: 51
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Source: mustache.js
Version: 0.4.2-2
Depends: nodejs
Filename: pool/universe/m/mustache.js/node-mustache_0.4.2-2_all.deb
Size: 10888
MD5sum: c3cd91090b1e6c2b4b0b4e0741acf69e
SHA1: c95c11d5d585db0c4b75b9fd7a41378cdf0dde22
SHA256: d55d42a404e262319098432f9840705d59aad476336106ecacb76428ef55440a
Description-en: Mustache rendering engine for Javascript - CommonJS
Inspired by ctemplate, Mustache is a framework-agnostic way to render
logic-free views. (As in model-view-controller.)
.
As ctemplates says, "It emphasizes separating logic from presentation:
it is impossible to embed application logic in this template
language."
.
This package provides the Mustache rendering engine for CommonJS.
Description-md5: 12f81c2c9706baf86f096a8cd9719570
Homepage: http://mustache.github.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu