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

Last updated: October 09,2024

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

Here is a brief guide to show you how to install compat-golang-gopkg-playground-validator-10-devel.noarch on Fedora 36

$ 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 guide covers the steps necessary to uninstall compat-golang-gopkg-playground-validator-10-devel.noarch on Fedora 36:

$ 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 36

Last metadata expiration check: 4:55:18 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : compat-golang-gopkg-playground-validator-10-devel
Version : 10.10.0
Release : 1.fc36
Architecture : noarch
Size : 9.9 k
Source : golang-github-playground-validator-10-10.10.0-1.fc36.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.