How to Install and Uninstall golang-github-go-playground-validator-v10-dev Package on Kali Linux

Last updated: May 19,2024

1. Install "golang-github-go-playground-validator-v10-dev" package

This tutorial shows how to install golang-github-go-playground-validator-v10-dev on Kali Linux

$ sudo apt update $ sudo apt install golang-github-go-playground-validator-v10-dev

2. Uninstall "golang-github-go-playground-validator-v10-dev" package

Please follow the step by step instructions below to uninstall golang-github-go-playground-validator-v10-dev on Kali Linux:

$ sudo apt remove golang-github-go-playground-validator-v10-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-go-playground-validator-v10-dev package on Kali Linux

Package: golang-github-go-playground-validator-v10-dev
Source: golang-github-go-playground-validator-v10
Version: 10.4.1-4
Installed-Size: 1179
Maintainer: Debian Go Packaging Team
Architecture: all
Depends: golang-github-go-playground-locales-dev (>= 0.14.0~), golang-github-go-playground-universal-translator-dev, golang-github-leodido-go-urn-dev, golang-golang-x-crypto-dev
Size: 94276
SHA256: 2851502518e87da308a62dc32f8794a3d98e4c09d2d08584a33d66fdb61970ac
SHA1: 2aa70e1dbb8e3ca24a21c7dfb564e9d809aeff21
MD5sum: 8dad0ac0954dea0e7bf311bb7c291308
Description: Go library for struct and field validation
The validator package implements value validations for structs and
individual fields based on tags.
.
It has the following unique features:
- Cross Field and Cross Struct validation by using validation tags
or custom validators.
- Slice, Array and Map diving, which allows any or all levels of a
multidimensional field to be validated.
- Ability to dive into both map keys and values for validation.
- Handles type interface by determining its underlying type prior
to validation.
- Handles custom field types such as the SQL driver's Valuer.
- Alias validation tags, which allows for mapping of several
validations to a single tag for easier definition of validations
on structs.
- Extraction of custom defined Field Name, allowing to specify
extracting the JSON name while validating and making it available
in the resulting FieldError.
- Customizable i18n-aware error messages.
Description-md5:
Homepage: https://github.com/go-playground/validator
Section: golang
Priority: optional
Filename: pool/main/g/golang-github-go-playground-validator-v10/golang-github-go-playground-validator-v10-dev_10.4.1-4_all.deb