How to Install and Uninstall ruby-valid Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 14,2024

1. Install "ruby-valid" package

Please follow the instructions below to install ruby-valid on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ruby-valid

2. Uninstall "ruby-valid" package

Learn how to uninstall ruby-valid on Ubuntu 21.10 (Impish Indri):

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

3. Information about the ruby-valid package on Ubuntu 21.10 (Impish Indri)

Package: ruby-valid
Architecture: all
Version: 1.0.0-2.1
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: 38
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-valid/ruby-valid_1.0.0-2.1_all.deb
Size: 7348
MD5sum: 03106d92067ef5cbefb7c603bc3432a9
SHA1: 0d561ccde952b22e4be674200812db45207f9a9a
SHA256: 012be5d8d69e089aa23dbf55ecc2e2cfdbcd80dd7237d6086af289abe1cf87b3
SHA512: a5d0333d59fae69b9c80135b262dcb7de2ed96eb299a19fb0b31d86ffb7c1647ded055922e88fd0c7fc6f046cbb14a6eae380a382db23599ae26f41145f76b02
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