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

Last updated: September 20,2024

1. Install "ruby-valid" package

Please follow the guidelines below to install ruby-valid on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-valid

2. Uninstall "ruby-valid" package

Please follow the steps below to uninstall ruby-valid on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-valid
Priority: optional
Section: universe/ruby
Installed-Size: 37
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 1.0.0-2
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
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
Homepage: https://github.com/zombor/Validator
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu