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

Last updated: May 02,2024

1. Install "ruby-erubi" package

This is a short guide on how to install ruby-erubi on Kali Linux

$ sudo apt update $ sudo apt install ruby-erubi

2. Uninstall "ruby-erubi" package

Please follow the instructions below to uninstall ruby-erubi on Kali Linux:

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

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

Package: ruby-erubi
Version: 1.12.0-1
Installed-Size: 38
Maintainer: Debian Ruby Team
Architecture: all
Size: 10588
SHA256: e689fd1bdd0bb6e1a179c8f852496cd33165ed770335e3cd7487c0eb5d75caa7
SHA1: f3010e046c86dd733f38f74295a33996c8232296
MD5sum: ad9445c605b832102ed48e67bbee1a16
Description: Small ERB Implementation
Erubi is a ERB template engine for ruby. It is a simplified fork of Erubis,
using the same basic algorithm, with the following differences:
.
* Handles postfix conditionals when using escaping (e.g. <%= foo if bar
%>
)
* Supports frozen_string_literal: true in templates via :freeze option
* Works with ruby's --enable-frozen-string-literal option
* Automatically freezes strings for template text when ruby optimizes it (on
ruby 2.1+)
* Escapes ' (apostrophe) when escaping for better XSS protection
* Has 6x faster escaping on ruby 2.3+ by using cgi/escape
* Has 86% smaller memory footprint
* Does no monkey patching (Erubis adds a method to Kernel)
* Uses an immutable design (all options passed to the constructor, which
returns a frozen object)
* Has simpler internals (1 file, <150 lines of code)
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/jeremyevans/erubi
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-erubi/ruby-erubi_1.12.0-1_all.deb