How To Install golang-github-viant-assertly-devel on Fedora 36

In this tutorial we learn how to install golang-github-viant-assertly-devel in Fedora 36. golang-github-viant-assertly-devel is Arbitrary datastructure validation

Introduction

In this tutorial we learn how to install golang-github-viant-assertly-devel on Fedora 36.

What is golang-github-viant-assertly-devel

Arbitrary datastructure validation. This package contains the source code needed for building packages that reference the following Go import paths – github.com/viant/assertly

We can use yum or dnf to install golang-github-viant-assertly-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install golang-github-viant-assertly-devel.

Install golang-github-viant-assertly-devel on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install golang-github-viant-assertly-devel using dnf by running the following command:

sudo dnf -y install golang-github-viant-assertly-devel

Install golang-github-viant-assertly-devel on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install golang-github-viant-assertly-devel using yum by running the following command:

sudo yum -y install golang-github-viant-assertly-devel

How To Uninstall golang-github-viant-assertly-devel on Fedora 36

To uninstall only the golang-github-viant-assertly-devel package we can use the following command:

sudo dnf remove golang-github-viant-assertly-devel

golang-github-viant-assertly-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-viant-assertly-devel
/usr/share/doc/golang-github-viant-assertly-devel/CHANGELOG.md
/usr/share/doc/golang-github-viant-assertly-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/viant
/usr/share/gocode/src/github.com/viant/assertly
/usr/share/gocode/src/github.com/viant/assertly/.goipath
/usr/share/gocode/src/github.com/viant/assertly/CHANGELOG.md
/usr/share/gocode/src/github.com/viant/assertly/README.md
/usr/share/gocode/src/github.com/viant/assertly/assert.go
/usr/share/gocode/src/github.com/viant/assertly/assert_test.go
/usr/share/gocode/src/github.com/viant/assertly/context.go
/usr/share/gocode/src/github.com/viant/assertly/directive.go
/usr/share/gocode/src/github.com/viant/assertly/directive_test.go
/usr/share/gocode/src/github.com/viant/assertly/directives.go
/usr/share/gocode/src/github.com/viant/assertly/failure.go
/usr/share/gocode/src/github.com/viant/assertly/failure_test.go
/usr/share/gocode/src/github.com/viant/assertly/helper.go
/usr/share/gocode/src/github.com/viant/assertly/helper_test.go
/usr/share/gocode/src/github.com/viant/assertly/path.go
/usr/share/gocode/src/github.com/viant/assertly/path_test.go
/usr/share/gocode/src/github.com/viant/assertly/validation.go
/usr/share/gocode/src/github.com/viant/assertly/validation_test.go
/usr/share/gocode/src/github.com/viant/assertly/validator.go
/usr/share/gocode/src/github.com/viant/assertly/validator_test.go
/usr/share/gocode/src/github.com/viant/assertly/value_provider.go
/usr/share/licenses/golang-github-viant-assertly-devel
/usr/share/licenses/golang-github-viant-assertly-devel/LICENSE
/usr/share/licenses/golang-github-viant-assertly-devel/NOTICE

References

Summary

In this tutorial we learn how to install golang-github-viant-assertly-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).