How to Install and Uninstall ruby-rabl Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 19,2024

1. Install "ruby-rabl" package

This guide covers the steps necessary to install ruby-rabl on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-rabl

2. Uninstall "ruby-rabl" package

Please follow the guidance below to uninstall ruby-rabl on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-rabl package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-rabl
Architecture: all
Version: 0.13.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: 119
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_all.deb
Size: 28796
MD5sum: 7ec651a5544e7fa41716f042ca366681
SHA1: 84d5d3b827ff19338ab9fdc81bbfc0ad1c9fc790
SHA256: 33db8efd0ef584b078881891e305bd77ca57d4a8f8591986fd2ec2790471f593
SHA512: 5c7bf83761bdd617c8f2617983e38ef8aaea71e254a17307a93bb32e0cde66f1433cd7e89426cd4ffb97fa9d41eeb5407ead1943296958b89abde700a6aed160
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