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

Last updated: May 18,2024

1. Install "ruby-mustache" package

In this section, we are going to explain the necessary steps to install ruby-mustache on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-mustache

2. Uninstall "ruby-mustache" package

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

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

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

Package: ruby-mustache
Priority: optional
Section: universe/ruby
Installed-Size: 83
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 1.0.2-1
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-mustache/ruby-mustache_1.0.2-1_all.deb
Size: 25338
MD5sum: dfa7b14008d1ed34ffeadb03347820f5
SHA1: fa63ded9a71beaa8a9231957b9b9a74b0b1357a0
SHA256: c7d2d57b7a23308f459d12c296378db72b0683adebc53f0d8226b299a2748d6e
Description-en: Mustache is a framework-agnostic way to render logic-free views
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."
.
Think of Mustache as a replacement for your views. Instead of views
consisting of ERB or HAML with random helpers and arbitrary logic,
your views are broken into two parts: a Ruby class and an HTML
template.
Description-md5: 8af4e16042e2487ca6fe1978b3304079
Homepage: https://github.com/defunkt/mustache
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu