How to Install and Uninstall ruby-mustache Package on Kali Linux

Last updated: May 19,2024

1. Install "ruby-mustache" package

Please follow the guidance below to install ruby-mustache on Kali Linux

$ sudo apt update $ sudo apt install ruby-mustache

2. Uninstall "ruby-mustache" package

Please follow the guidance below to uninstall ruby-mustache on Kali Linux:

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

3. Information about the ruby-mustache package on Kali Linux

Package: ruby-mustache
Version: 1.1.1-2
Installed-Size: 89
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby | ruby-interpreter
Size: 26556
SHA256: b9a30969129eb1de5f212e5d89aa23da2b5ec949d6467b713db72cefb71a8322
SHA1: 7f6889b175395892d2be9c1e718a9b293471dc5d
MD5sum: c083ad52332ccc3e40bc8c03752dd38c
Description: 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:
Homepage: https://github.com/defunkt/mustache
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-mustache/ruby-mustache_1.1.1-2_all.deb