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

Last updated: May 08,2024

1. Install "ruby-active-model-serializers" package

Please follow the steps below to install ruby-active-model-serializers on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-active-model-serializers

2. Uninstall "ruby-active-model-serializers" package

In this section, we are going to explain the necessary steps to uninstall ruby-active-model-serializers on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-active-model-serializers $ sudo apt autoclean && sudo apt autoremove

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

Package: ruby-active-model-serializers
Priority: optional
Section: universe/ruby
Installed-Size: 128
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.9.3-1
Depends: ruby | ruby-interpreter, ruby-activemodel
Filename: pool/universe/r/ruby-active-model-serializers/ruby-active-model-serializers_0.9.3-1_all.deb
Size: 18954
MD5sum: 53bf28c9c13d5056f030c9a403ed7253
SHA1: 2826a195d36b8bd89724a5d77d6e3b5956bebf9f
SHA256: f873619e5d3f6598ad05dd4d111f2d39d1c0945a67e63591d6584f51f50bdb93
Description-en: Making it easy to serialize models for client-side use
Bringing consistency and object orientation to model serialization. Works
great for client-side MVC frameworks! ActiveModel::Serializers brings
convention over configuration to your JSON generation. AMS does this through
two components: serializers and adapters. Serializers describe which
attributes and relationships should be serialized. Adapters describe how
attributes and relationships should be serialized.
Description-md5: f01d3f0010432d26e5220e9d4ee5629d
Homepage: https://github.com/rails-api/active_model_serializers
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu