How To Install golang-github-keybase-crypto-devel on Fedora 36

In this tutorial we learn how to install golang-github-keybase-crypto-devel in Fedora 36. golang-github-keybase-crypto-devel is Go supplementary cryptography libraries

Introduction

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

What is golang-github-keybase-crypto-devel

This package holds supplementary Go cryptography libraries. This package contains the source code needed for building packages that reference the following Go import paths – github.com/keybase/go-crypto

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

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

sudo dnf -y install golang-github-keybase-crypto-devel

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

sudo yum -y install golang-github-keybase-crypto-devel

How To Uninstall golang-github-keybase-crypto-devel on Fedora 36

To uninstall only the golang-github-keybase-crypto-devel package we can use the following command:

sudo dnf remove golang-github-keybase-crypto-devel

golang-github-keybase-crypto-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-keybase-crypto-devel
/usr/share/doc/golang-github-keybase-crypto-devel/AUTHORS
/usr/share/doc/golang-github-keybase-crypto-devel/CONTRIBUTING.md
/usr/share/doc/golang-github-keybase-crypto-devel/CONTRIBUTORS
/usr/share/doc/golang-github-keybase-crypto-devel/README
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/keybase
/usr/share/gocode/src/github.com/keybase/go-crypto
/usr/share/gocode/src/github.com/keybase/go-crypto/.goipath
/usr/share/gocode/src/github.com/keybase/go-crypto/CONTRIBUTING.md
/usr/share/gocode/src/github.com/keybase/go-crypto/bcrypt
/usr/share/gocode/src/github.com/keybase/go-crypto/bcrypt/base64.go
/usr/share/gocode/src/github.com/keybase/go-crypto/bcrypt/bcrypt.go
/usr/share/gocode/src/github.com/keybase/go-crypto/bcrypt/bcrypt_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/blowfish
/usr/share/gocode/src/github.com/keybase/go-crypto/blowfish/block.go
/usr/share/gocode/src/github.com/keybase/go-crypto/blowfish/blowfish_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/blowfish/cipher.go
/usr/share/gocode/src/github.com/keybase/go-crypto/blowfish/const.go
/usr/share/gocode/src/github.com/keybase/go-crypto/bn256
/usr/share/gocode/src/github.com/keybase/go-crypto/bn256/bn256.go
/usr/share/gocode/src/github.com/keybase/go-crypto/bn256/bn256_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/bn256/constants.go
/usr/share/gocode/src/github.com/keybase/go-crypto/bn256/curve.go
/usr/share/gocode/src/github.com/keybase/go-crypto/bn256/example_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/bn256/gfp12.go
/usr/share/gocode/src/github.com/keybase/go-crypto/bn256/gfp2.go
/usr/share/gocode/src/github.com/keybase/go-crypto/bn256/gfp6.go
/usr/share/gocode/src/github.com/keybase/go-crypto/bn256/optate.go
/usr/share/gocode/src/github.com/keybase/go-crypto/bn256/twist.go
/usr/share/gocode/src/github.com/keybase/go-crypto/brainpool
/usr/share/gocode/src/github.com/keybase/go-crypto/brainpool/brainpool.go
/usr/share/gocode/src/github.com/keybase/go-crypto/brainpool/brainpool_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/brainpool/rcurve.go
/usr/share/gocode/src/github.com/keybase/go-crypto/cast5
/usr/share/gocode/src/github.com/keybase/go-crypto/cast5/cast5.go
/usr/share/gocode/src/github.com/keybase/go-crypto/cast5/cast5_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/curve25519
/usr/share/gocode/src/github.com/keybase/go-crypto/curve25519/const_amd64.h
/usr/share/gocode/src/github.com/keybase/go-crypto/curve25519/const_amd64.s
/usr/share/gocode/src/github.com/keybase/go-crypto/curve25519/cswap_amd64.s
/usr/share/gocode/src/github.com/keybase/go-crypto/curve25519/curve25519.go
/usr/share/gocode/src/github.com/keybase/go-crypto/curve25519/curve25519_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/curve25519/curve_impl.go
/usr/share/gocode/src/github.com/keybase/go-crypto/curve25519/doc.go
/usr/share/gocode/src/github.com/keybase/go-crypto/curve25519/freeze_amd64.s
/usr/share/gocode/src/github.com/keybase/go-crypto/curve25519/ladderstep_amd64.s
/usr/share/gocode/src/github.com/keybase/go-crypto/curve25519/mont25519_amd64.go
/usr/share/gocode/src/github.com/keybase/go-crypto/curve25519/mul_amd64.s
/usr/share/gocode/src/github.com/keybase/go-crypto/curve25519/square_amd64.s
/usr/share/gocode/src/github.com/keybase/go-crypto/ed25519
/usr/share/gocode/src/github.com/keybase/go-crypto/ed25519/ed25519.go
/usr/share/gocode/src/github.com/keybase/go-crypto/ed25519/ed25519_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/ed25519/internal
/usr/share/gocode/src/github.com/keybase/go-crypto/ed25519/internal/edwards25519
/usr/share/gocode/src/github.com/keybase/go-crypto/ed25519/internal/edwards25519/const.go
/usr/share/gocode/src/github.com/keybase/go-crypto/ed25519/internal/edwards25519/edwards25519.go
/usr/share/gocode/src/github.com/keybase/go-crypto/hkdf
/usr/share/gocode/src/github.com/keybase/go-crypto/hkdf/example_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/hkdf/hkdf.go
/usr/share/gocode/src/github.com/keybase/go-crypto/hkdf/hkdf_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/md4
/usr/share/gocode/src/github.com/keybase/go-crypto/md4/md4.go
/usr/share/gocode/src/github.com/keybase/go-crypto/md4/md4_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/md4/md4block.go
/usr/share/gocode/src/github.com/keybase/go-crypto/nacl
/usr/share/gocode/src/github.com/keybase/go-crypto/nacl/box
/usr/share/gocode/src/github.com/keybase/go-crypto/nacl/box/box.go
/usr/share/gocode/src/github.com/keybase/go-crypto/nacl/box/box_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/nacl/secretbox
/usr/share/gocode/src/github.com/keybase/go-crypto/nacl/secretbox/secretbox.go
/usr/share/gocode/src/github.com/keybase/go-crypto/nacl/secretbox/secretbox_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/ocsp
/usr/share/gocode/src/github.com/keybase/go-crypto/ocsp/ocsp.go
/usr/share/gocode/src/github.com/keybase/go-crypto/ocsp/ocsp_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/armor
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/armor/armor.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/armor/armor_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/armor/encode.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/bad_elgamal_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/brainpool_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/canonical_text.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/canonical_text_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/clearsign
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/clearsign/clearsign.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/clearsign/clearsign_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/cross_signature_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/ecdh
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/ecdh/ecdh.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/ecdh_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/eddsa_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/elgamal
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/elgamal/elgamal.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/elgamal/elgamal_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/errors
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/errors/errors.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/keys.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/keys_data_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/keys_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/nested_sig_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/compressed.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/compressed_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/config.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/ecdh.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/encrypted_key.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/encrypted_key_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/literal.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/ocfb.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/ocfb_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/one_pass_signature.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/opaque.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/opaque_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/packet.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/packet_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/private_key.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/private_key_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/public_key.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/public_key_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/public_key_v3.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/public_key_v3_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/reader.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/signature.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/signature_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/signature_v3.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/signature_v3_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/symmetric_key_encrypted.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/symmetric_key_encrypted_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/symmetrically_encrypted.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/symmetrically_encrypted_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/userattribute.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/userattribute_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/userid.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/packet/userid_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/read.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/read_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/revoke_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/s2k
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/s2k/s2k.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/s2k/s2k_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/subkey_multiple_sigs_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/write.go
/usr/share/gocode/src/github.com/keybase/go-crypto/openpgp/write_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/otr
/usr/share/gocode/src/github.com/keybase/go-crypto/otr/otr.go
/usr/share/gocode/src/github.com/keybase/go-crypto/otr/otr_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/otr/smp.go
/usr/share/gocode/src/github.com/keybase/go-crypto/pbkdf2
/usr/share/gocode/src/github.com/keybase/go-crypto/pbkdf2/pbkdf2.go
/usr/share/gocode/src/github.com/keybase/go-crypto/pbkdf2/pbkdf2_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/pkcs12
/usr/share/gocode/src/github.com/keybase/go-crypto/pkcs12/bmp-string.go
/usr/share/gocode/src/github.com/keybase/go-crypto/pkcs12/bmp-string_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/pkcs12/crypto.go
/usr/share/gocode/src/github.com/keybase/go-crypto/pkcs12/crypto_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/pkcs12/errors.go
/usr/share/gocode/src/github.com/keybase/go-crypto/pkcs12/internal
/usr/share/gocode/src/github.com/keybase/go-crypto/pkcs12/internal/rc2
/usr/share/gocode/src/github.com/keybase/go-crypto/pkcs12/internal/rc2/bench_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/pkcs12/internal/rc2/rc2.go
/usr/share/gocode/src/github.com/keybase/go-crypto/pkcs12/internal/rc2/rc2_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/pkcs12/mac.go
/usr/share/gocode/src/github.com/keybase/go-crypto/pkcs12/mac_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/pkcs12/pbkdf.go
/usr/share/gocode/src/github.com/keybase/go-crypto/pkcs12/pbkdf_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/pkcs12/pkcs12.go
/usr/share/gocode/src/github.com/keybase/go-crypto/pkcs12/pkcs12_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/pkcs12/safebags.go
/usr/share/gocode/src/github.com/keybase/go-crypto/poly1305
/usr/share/gocode/src/github.com/keybase/go-crypto/poly1305/const_amd64.s
/usr/share/gocode/src/github.com/keybase/go-crypto/poly1305/poly1305.go
/usr/share/gocode/src/github.com/keybase/go-crypto/poly1305/poly1305_amd64.s
/usr/share/gocode/src/github.com/keybase/go-crypto/poly1305/poly1305_arm.s
/usr/share/gocode/src/github.com/keybase/go-crypto/poly1305/poly1305_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/poly1305/sum_amd64.go
/usr/share/gocode/src/github.com/keybase/go-crypto/poly1305/sum_arm.go
/usr/share/gocode/src/github.com/keybase/go-crypto/poly1305/sum_ref.go
/usr/share/gocode/src/github.com/keybase/go-crypto/ripemd160
/usr/share/gocode/src/github.com/keybase/go-crypto/ripemd160/ripemd160.go
/usr/share/gocode/src/github.com/keybase/go-crypto/ripemd160/ripemd160_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/ripemd160/ripemd160block.go
/usr/share/gocode/src/github.com/keybase/go-crypto/rsa
/usr/share/gocode/src/github.com/keybase/go-crypto/rsa/example_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/rsa/pkcs1v15.go
/usr/share/gocode/src/github.com/keybase/go-crypto/rsa/pkcs1v15_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/rsa/pss.go
/usr/share/gocode/src/github.com/keybase/go-crypto/rsa/pss_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/rsa/rsa.go
/usr/share/gocode/src/github.com/keybase/go-crypto/rsa/rsa_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/salsa20
/usr/share/gocode/src/github.com/keybase/go-crypto/salsa20/salsa
/usr/share/gocode/src/github.com/keybase/go-crypto/salsa20/salsa/hsalsa20.go
/usr/share/gocode/src/github.com/keybase/go-crypto/salsa20/salsa/salsa2020_amd64.s
/usr/share/gocode/src/github.com/keybase/go-crypto/salsa20/salsa/salsa208.go
/usr/share/gocode/src/github.com/keybase/go-crypto/salsa20/salsa/salsa20_amd64.go
/usr/share/gocode/src/github.com/keybase/go-crypto/salsa20/salsa/salsa20_ref.go
/usr/share/gocode/src/github.com/keybase/go-crypto/salsa20/salsa/salsa_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/salsa20/salsa20.go
/usr/share/gocode/src/github.com/keybase/go-crypto/salsa20/salsa20_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/scrypt
/usr/share/gocode/src/github.com/keybase/go-crypto/scrypt/scrypt.go
/usr/share/gocode/src/github.com/keybase/go-crypto/scrypt/scrypt_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/sha3
/usr/share/gocode/src/github.com/keybase/go-crypto/sha3/doc.go
/usr/share/gocode/src/github.com/keybase/go-crypto/sha3/hashes.go
/usr/share/gocode/src/github.com/keybase/go-crypto/sha3/keccakf.go
/usr/share/gocode/src/github.com/keybase/go-crypto/sha3/register.go
/usr/share/gocode/src/github.com/keybase/go-crypto/sha3/sha3.go
/usr/share/gocode/src/github.com/keybase/go-crypto/sha3/sha3_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/sha3/shake.go
/usr/share/gocode/src/github.com/keybase/go-crypto/sha3/xor.go
/usr/share/gocode/src/github.com/keybase/go-crypto/sha3/xor_generic.go
/usr/share/gocode/src/github.com/keybase/go-crypto/sha3/xor_unaligned.go
/usr/share/gocode/src/github.com/keybase/go-crypto/ssh
/usr/share/gocode/src/github.com/keybase/go-crypto/ssh/terminal
/usr/share/gocode/src/github.com/keybase/go-crypto/ssh/terminal/terminal.go
/usr/share/gocode/src/github.com/keybase/go-crypto/ssh/terminal/terminal_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/ssh/terminal/util.go
/usr/share/gocode/src/github.com/keybase/go-crypto/ssh/terminal/util_aix.go
/usr/share/gocode/src/github.com/keybase/go-crypto/ssh/terminal/util_bsd.go
/usr/share/gocode/src/github.com/keybase/go-crypto/ssh/terminal/util_linux.go
/usr/share/gocode/src/github.com/keybase/go-crypto/ssh/terminal/util_plan9.go
/usr/share/gocode/src/github.com/keybase/go-crypto/ssh/terminal/util_solaris.go
/usr/share/gocode/src/github.com/keybase/go-crypto/ssh/terminal/util_windows.go
/usr/share/gocode/src/github.com/keybase/go-crypto/tea
/usr/share/gocode/src/github.com/keybase/go-crypto/tea/cipher.go
/usr/share/gocode/src/github.com/keybase/go-crypto/tea/tea_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/twofish
/usr/share/gocode/src/github.com/keybase/go-crypto/twofish/twofish.go
/usr/share/gocode/src/github.com/keybase/go-crypto/twofish/twofish_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/xtea
/usr/share/gocode/src/github.com/keybase/go-crypto/xtea/block.go
/usr/share/gocode/src/github.com/keybase/go-crypto/xtea/cipher.go
/usr/share/gocode/src/github.com/keybase/go-crypto/xtea/xtea_test.go
/usr/share/gocode/src/github.com/keybase/go-crypto/xts
/usr/share/gocode/src/github.com/keybase/go-crypto/xts/xts.go
/usr/share/gocode/src/github.com/keybase/go-crypto/xts/xts_test.go
/usr/share/licenses/golang-github-keybase-crypto-devel
/usr/share/licenses/golang-github-keybase-crypto-devel/LICENSE
/usr/share/licenses/golang-github-keybase-crypto-devel/PATENTS

References

Summary

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