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

Last updated: May 18,2024

1. Install "ruby-virtus" package

This guide covers the steps necessary to install ruby-virtus on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-virtus

2. Uninstall "ruby-virtus" package

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

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

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

Package: ruby-virtus
Priority: optional
Section: universe/ruby
Installed-Size: 122
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 1.0.5-2
Depends: ruby | ruby-interpreter, ruby-axiom-types, ruby-coercible, ruby-descendants-tracker, ruby-equalizer
Filename: pool/universe/r/ruby-virtus/ruby-virtus_1.0.5-2_all.deb
Size: 23766
MD5sum: 8762453886e7bbeff34ce3438eccfc9c
SHA1: a9c38ec919ea9b16d34c7d0a119b60d2b0a38e3e
SHA256: 7d9d8ee18f81bc2b6798929b26ceb1e2e21b4f4de51c81e44370b3401c27a2dd
Description-en: attributes on steroids for plain old Ruby objects
The goal of this Ruby library is to provide a common API for defining
attributes on a model so all object relational and object document mappers
could use it instead of reinventing the wheel all over again.
.
It is also suitable for any other use case where Ruby objects need to be
extended with attributes that require data coercions.
.
This is a partial extraction of the DataMapper property API.
Description-md5: 4b23f41b91f6f2e32b88ea2f68551203
Homepage: https://github.com/solnic/virtus
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu