How to Install and Uninstall ruby-rabl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "ruby-rabl" package

In this section, we are going to explain the necessary steps to install ruby-rabl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-rabl

2. Uninstall "ruby-rabl" package

Please follow the instructions below to uninstall ruby-rabl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ruby-rabl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-rabl
Priority: optional
Section: universe/ruby
Installed-Size: 140
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.11.4-2
Depends: ruby | ruby-interpreter, ruby-activesupport, ruby-bson, ruby-json, ruby-msgpack
Suggests: ruby-hashie
Filename: pool/universe/r/ruby-rabl/ruby-rabl_0.11.4-2_all.deb
Size: 27920
MD5sum: d9ba89fde79dc25f08d140a5672792e6
SHA1: 187a405f3846a424a6ababf46694501222a31281
SHA256: d6da15ee68a272ae237f0580ccfb77d64f627b50eb7c100a73bfa0e0de0c59af
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
Homepage: https://github.com/nesquena/rabl
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu