How to Install and Uninstall ruby-rabl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "ruby-rabl" package

This is a short guide on how to install ruby-rabl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ruby-rabl

2. Uninstall "ruby-rabl" package

Here is a brief guide to show you how to uninstall ruby-rabl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the ruby-rabl package on Ubuntu 21.10 (Impish Indri)

Package: ruby-rabl
Architecture: all
Version: 0.13.1-1.1
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 118
Depends: ruby | ruby-interpreter, ruby-activesupport, ruby-bson, ruby-json, ruby-msgpack
Suggests: ruby-hashie
Filename: pool/universe/r/ruby-rabl/ruby-rabl_0.13.1-1.1_all.deb
Size: 28800
MD5sum: 1b64f45540c0a9a5f39fec77a4319d5e
SHA1: 721983f826ef3f7c7defeaa4e70c3265111091db
SHA256: a52a2c43b0351715e08369c05834b074663724352c03fe1d64805ebdda82b8c7
SHA512: ce1de80b69b7204ea02fe57205df301fdb3a22c71704f152353a979c59a3c45e06b2abf4980719a1e31a856f0b87804fc8dfbc821daa0abb53da25fa26e39dec
Homepage: https://github.com/nesquena/rabl
Description-en: 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: 26896b3862f7ea4d5c981eaabc04db29
Ruby-Versions: all