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

Last updated: December 25,2024

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

Please follow the guidance below to install ruby-acts-as-api on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This tutorial shows how to uninstall ruby-acts-as-api on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-acts-as-api
Priority: optional
Section: universe/ruby
Installed-Size: 94
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.4.2-1
Depends: ruby | ruby-interpreter, ruby-activemodel, ruby-activesupport, ruby-rack
Filename: pool/universe/r/ruby-acts-as-api/ruby-acts-as-api_0.4.2-1_all.deb
Size: 9662
MD5sum: 52c702ca997353a015ee54ca8b2f785c
SHA1: e42b11a3e0031dbbc8e251937a4469d2ead1dda5
SHA256: 9dba03df3f43dc51b58b2a0a6f4cd34e1c907b31f47e46282fe05ca3bad2eb3d
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
Homepage: https://github.com/fabrik42/acts_as_api
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu