How to Install and Uninstall ruby-acts-as-api Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 21,2024

1. Install "ruby-acts-as-api" package

This is a short guide on how to install ruby-acts-as-api on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-acts-as-api

2. Uninstall "ruby-acts-as-api" package

This is a short guide on how to uninstall ruby-acts-as-api on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove ruby-acts-as-api $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-acts-as-api package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-acts-as-api
Architecture: all
Version: 1.0.1-2
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: 50
Depends: ruby | ruby-interpreter, ruby-activemodel, ruby-activesupport, ruby-rack
Filename: pool/universe/r/ruby-acts-as-api/ruby-acts-as-api_1.0.1-2_all.deb
Size: 9292
MD5sum: 3cda120d9e3d36059129763d1fca37cc
SHA1: 712fc4d3bf6ae8942baeacdd0178118d54373222
SHA256: 9088010de99d7a11cb0bed2c5c9001b0676436a1008249637ff8108246d82d25
SHA512: a4e0ea7a39ab67158bfc1f95ca3d4effa6dfa24d8f1827af09bdb2d8b12c2a9088e4755b1d7a40ca2dd94ffb0aba4b0c87088a3dd4bc8441e3d847539217297e
Homepage: https://github.com/fabrik42/acts_as_api
Description-en: makes creating XML/JSON responses in Rails 3 easy and fun
It provides a simple interface to determine the representation of your
model data, that should be rendered in your API responses.
.
In addition to Rails it theoretically can be used with any ruby app and
any database (__ActiveRecord__ and __Mongoid__ are supported out of the
box) as it only has few dependencies.
.
The lib is _very_ fast in generating your responses and battle tested in
production with platforms like Diaspora or flinc.
Description-md5: daa31a25c49aac39243e414bcacd1d06
Ruby-Versions: all