How to Install and Uninstall ruby-valid Package on Kali Linux

Last updated: September 20,2024

1. Install "ruby-valid" package

Please follow the step by step instructions below to install ruby-valid on Kali Linux

$ sudo apt update $ sudo apt install ruby-valid

2. Uninstall "ruby-valid" package

Learn how to uninstall ruby-valid on Kali Linux:

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

3. Information about the ruby-valid package on Kali Linux

Package: ruby-valid
Version: 1.0.0-2.1
Installed-Size: 38
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: ruby | ruby-interpreter
Size: 7308
SHA256: 1f9a5459c121605ae7cb65ca1215da79f0899a4a195d6b7559af93df073c47b2
SHA1: 801e120ebbd8113b31adf6a8c96da5ab0c88c5fa
MD5sum: 07d2b860706f2dc602595887a645dc48
Description: 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:
Homepage: https://github.com/zombor/Validator
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-valid/ruby-valid_1.0.0-2.1_all.deb