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

Last updated: May 19,2024

1. Install "ruby-rabl" package

In this section, we are going to explain the necessary steps to install ruby-rabl on Kali Linux

$ sudo apt update $ sudo apt install ruby-rabl

2. Uninstall "ruby-rabl" package

This tutorial shows how to uninstall ruby-rabl on Kali Linux:

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

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

Package: ruby-rabl
Version: 0.16.1-1
Installed-Size: 104
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-activesupport (>= 2:2.3.14), ruby-bson, ruby-json, ruby-msgpack
Suggests: ruby-hashie
Size: 32340
SHA256: 9838b8874b4fa4996edefd87c24f4c40e1c9584ad238a06677873a2842d8a138
SHA1: 6fea4c983a54fda1c28a4abd2487c61161164095
MD5sum: 36fbc1eba82f111c2582001ae766eac4
Description: Ruby templating library with JSON, BSON, XML and MessagePack support
RABL (Ruby API Builder Language) is a Rails and Padrino Ruby templating system
for generating JSON, XML, MessagePack, and BSON.
.
It allows one to easily:
* create arbitrary nodes named based on combining data in an object
* pass arguments to methods and store the result as a child node
* render partial templates and inherit to reduce code duplication
* rename or alias attributes to change the name from the model
* append attributes from a child into a parent node
* include nodes only if a certain condition has been met
Description-md5:
Homepage: https://github.com/nesquena/rabl
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-rabl/ruby-rabl_0.16.1-1_all.deb