How to Install and Uninstall ruby-valid Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 14,2024

1. Install "ruby-valid" package

Please follow the guidelines below to install ruby-valid on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-valid

2. Uninstall "ruby-valid" package

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

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

3. Information about the ruby-valid package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-valid
Architecture: all
Version: 1.0.0-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: 37
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-valid/ruby-valid_1.0.0-2_all.deb
Size: 7166
MD5sum: 9bc9e923218fcc22c149f971e1b57fec
SHA1: e115fdb3cf1dec126526849362541300fe751f89
SHA256: c3c2289915baaa29ede6a90294be75b445e11225c8503a25cffb4d18d823abf4
SHA512: 45e3524c75b9d466a6be3bb7468105b435bc43a58679ffc003b8ba0cc19c93fbb3edfc5d61afc6b9540d35c944b6553cd7e9fd1fb74c40d04e914464ebc78a9b
Homepage: https://github.com/zombor/Validator
Description-en: standalone, generic object validator for ruby
Validator is a simple ruby validation class. You don't use it directly inside
your classes like just about every other ruby validation class out there. This
is implemented in this way so you don't automatically pollute the
namespace of the objects you want to validate.
.
This also solves the problem of validating forms very nicely. Frequently you
will have a form that represents many different data objects in your system,
and you can pre-validate everything before doing any saving.
Description-md5: 77efa6431fb72be8cd8a7afbe264ec68
Ruby-Versions: all