How To Install golang-github-gehirninc-crypt-devel on Fedora 36

In this tutorial we learn how to install golang-github-gehirninc-crypt-devel in Fedora 36. golang-github-gehirninc-crypt-devel is Pure Go crypt(3) Implementation

Introduction

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

What is golang-github-gehirninc-crypt-devel

Pure Go crypt(3) Implementation. This package contains the source code needed for building packages that reference the following Go import paths – github.com/GehirnInc/crypt

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

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

sudo dnf -y install golang-github-gehirninc-crypt-devel

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

sudo yum -y install golang-github-gehirninc-crypt-devel

How To Uninstall golang-github-gehirninc-crypt-devel on Fedora 36

To uninstall only the golang-github-gehirninc-crypt-devel package we can use the following command:

sudo dnf remove golang-github-gehirninc-crypt-devel

golang-github-gehirninc-crypt-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-gehirninc-crypt-devel
/usr/share/doc/golang-github-gehirninc-crypt-devel/AUTHORS.md
/usr/share/doc/golang-github-gehirninc-crypt-devel/README.rst
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/GehirnInc
/usr/share/gocode/src/github.com/GehirnInc/crypt
/usr/share/gocode/src/github.com/GehirnInc/crypt/.goipath
/usr/share/gocode/src/github.com/GehirnInc/crypt/AUTHORS.md
/usr/share/gocode/src/github.com/GehirnInc/crypt/apr1_crypt
/usr/share/gocode/src/github.com/GehirnInc/crypt/apr1_crypt/apr1_crypt.go
/usr/share/gocode/src/github.com/GehirnInc/crypt/apr1_crypt/apr1_crypt_test.go
/usr/share/gocode/src/github.com/GehirnInc/crypt/common
/usr/share/gocode/src/github.com/GehirnInc/crypt/common/base64.go
/usr/share/gocode/src/github.com/GehirnInc/crypt/common/doc.go
/usr/share/gocode/src/github.com/GehirnInc/crypt/common/salt.go
/usr/share/gocode/src/github.com/GehirnInc/crypt/common/salt_test.go
/usr/share/gocode/src/github.com/GehirnInc/crypt/crypt.go
/usr/share/gocode/src/github.com/GehirnInc/crypt/crypt_test.go
/usr/share/gocode/src/github.com/GehirnInc/crypt/internal
/usr/share/gocode/src/github.com/GehirnInc/crypt/internal/utils.go
/usr/share/gocode/src/github.com/GehirnInc/crypt/md5_crypt
/usr/share/gocode/src/github.com/GehirnInc/crypt/md5_crypt/md5_crypt.go
/usr/share/gocode/src/github.com/GehirnInc/crypt/md5_crypt/md5_crypt_test.go
/usr/share/gocode/src/github.com/GehirnInc/crypt/sha256_crypt
/usr/share/gocode/src/github.com/GehirnInc/crypt/sha256_crypt/sha256_crypt.go
/usr/share/gocode/src/github.com/GehirnInc/crypt/sha256_crypt/sha256_crypt_test.go
/usr/share/gocode/src/github.com/GehirnInc/crypt/sha512_crypt
/usr/share/gocode/src/github.com/GehirnInc/crypt/sha512_crypt/sha512_crypt.go
/usr/share/gocode/src/github.com/GehirnInc/crypt/sha512_crypt/sha512_crypt_test.go
/usr/share/licenses/golang-github-gehirninc-crypt-devel
/usr/share/licenses/golang-github-gehirninc-crypt-devel/LICENSE

References

Summary

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