How to Install and Uninstall compat-golang-gopkg-playground-validator-10-devel.noarch Package on Fedora 34

Last updated: May 19,2024

1. Install "compat-golang-gopkg-playground-validator-10-devel.noarch" package

Please follow the step by step instructions below to install compat-golang-gopkg-playground-validator-10-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install compat-golang-gopkg-playground-validator-10-devel.noarch

2. Uninstall "compat-golang-gopkg-playground-validator-10-devel.noarch" package

This tutorial shows how to uninstall compat-golang-gopkg-playground-validator-10-devel.noarch on Fedora 34:

$ sudo dnf remove compat-golang-gopkg-playground-validator-10-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-gopkg-playground-validator-10-devel.noarch package on Fedora 34

Last metadata expiration check: 3:27:18 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : compat-golang-gopkg-playground-validator-10-devel
Version : 10.4.1
Release : 2.fc34
Architecture : noarch
Size : 9.4 k
Source : golang-github-playground-validator-10-10.4.1-2.fc34.src.rpm
Repository : fedora
Summary : Go struct and field validation
URL : https://github.com/go-playground/validator
License : MIT
Description : Package Validator implements value validations for structs and individual fields
: based on tags.
:
: It can also handle Cross-Field and Cross-Struct validation for nested structs
: and has the ability to dive into arrays and maps of any type.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/go-playground/validator/v10:
: – gopkg.in/go-playground/validator.v10
:
: Aliasing Go import paths via symbolic links or http redirects is fragile. If
: your Go code depends on this package, you should patch it to import directly
: github.com/go-playground/validator/v10.