How To Install golang-github-nbutton23-zxcvbn-devel on Fedora 36

In this tutorial we learn how to install golang-github-nbutton23-zxcvbn-devel in Fedora 36. golang-github-nbutton23-zxcvbn-devel is Zxcvbn password complexity algorithm

Introduction

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

What is golang-github-nbutton23-zxcvbn-devel

Zxcvbn password complexity algorithm in golang. This package contains the source code needed for building packages that reference the following Go import paths – github.com/nbutton23/zxcvbn-go

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

Install golang-github-nbutton23-zxcvbn-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-nbutton23-zxcvbn-devel using dnf by running the following command:

sudo dnf -y install golang-github-nbutton23-zxcvbn-devel

Install golang-github-nbutton23-zxcvbn-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-nbutton23-zxcvbn-devel using yum by running the following command:

sudo yum -y install golang-github-nbutton23-zxcvbn-devel

How To Uninstall golang-github-nbutton23-zxcvbn-devel on Fedora 36

To uninstall only the golang-github-nbutton23-zxcvbn-devel package we can use the following command:

sudo dnf remove golang-github-nbutton23-zxcvbn-devel

golang-github-nbutton23-zxcvbn-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-nbutton23-zxcvbn-devel
/usr/share/doc/golang-github-nbutton23-zxcvbn-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/nbutton23
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/.goipath
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/README.md
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/adjacency
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/adjacency/adjacmartix_test.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/adjacency/adjcmartix.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/data
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/data/bindata.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/entropy
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/entropy/entropyCalculator.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/entropy/entropyCalculator_test.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/frequency
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/frequency/frequency.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/fuzz
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/fuzz/fuzz.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/go.mod
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/match
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/match/match.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/matching
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/matching/dateMatchers.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/matching/dictionaryMatch.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/matching/leet.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/matching/leet_test.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/matching/matching.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/matching/matching_test.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/matching/repeatMatch.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/matching/sequenceMatch.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/matching/spatialMatch.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/scoring
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/scoring/scoring.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/testapp
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/testapp/main.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/utils
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/utils/math
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/utils/math/mathutils.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/utils/math/mathutils_test.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/zxcvbn.go
/usr/share/gocode/src/github.com/nbutton23/zxcvbn-go/zxcvbn_test.go
/usr/share/licenses/golang-github-nbutton23-zxcvbn-devel
/usr/share/licenses/golang-github-nbutton23-zxcvbn-devel/LICENSE.txt

References

Summary

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