How To Install golang-github-vivint-infectious-devel on Fedora 36

In this tutorial we learn how to install golang-github-vivint-infectious-devel in Fedora 36. golang-github-vivint-infectious-devel is Reed-Solomon forward error correcting library

Introduction

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

What is golang-github-vivint-infectious-devel

Reed-Solomon forward error correcting library. This package contains the source code needed for building packages that reference the following Go import paths – github.com/vivint/infectious

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

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

sudo dnf -y install golang-github-vivint-infectious-devel

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

sudo yum -y install golang-github-vivint-infectious-devel

How To Uninstall golang-github-vivint-infectious-devel on Fedora 36

To uninstall only the golang-github-vivint-infectious-devel package we can use the following command:

sudo dnf remove golang-github-vivint-infectious-devel

golang-github-vivint-infectious-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-vivint-infectious-devel
/usr/share/doc/golang-github-vivint-infectious-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/vivint
/usr/share/gocode/src/github.com/vivint/infectious
/usr/share/gocode/src/github.com/vivint/infectious/.goipath
/usr/share/gocode/src/github.com/vivint/infectious/README.md
/usr/share/gocode/src/github.com/vivint/infectious/addmul_amd64.go
/usr/share/gocode/src/github.com/vivint/infectious/addmul_amd64.s
/usr/share/gocode/src/github.com/vivint/infectious/addmul_noasm.go
/usr/share/gocode/src/github.com/vivint/infectious/addmul_tables_amd64.go
/usr/share/gocode/src/github.com/vivint/infectious/addmul_test.go
/usr/share/gocode/src/github.com/vivint/infectious/berlekamp_welch.go
/usr/share/gocode/src/github.com/vivint/infectious/berlekamp_welch_test.go
/usr/share/gocode/src/github.com/vivint/infectious/common.go
/usr/share/gocode/src/github.com/vivint/infectious/common_test.go
/usr/share/gocode/src/github.com/vivint/infectious/example_test.go
/usr/share/gocode/src/github.com/vivint/infectious/fec.go
/usr/share/gocode/src/github.com/vivint/infectious/fec_test.go
/usr/share/gocode/src/github.com/vivint/infectious/gf_alg.go
/usr/share/gocode/src/github.com/vivint/infectious/gf_alg_test.go
/usr/share/gocode/src/github.com/vivint/infectious/go.mod
/usr/share/gocode/src/github.com/vivint/infectious/math.go
/usr/share/gocode/src/github.com/vivint/infectious/tables.go
/usr/share/licenses/golang-github-vivint-infectious-devel
/usr/share/licenses/golang-github-vivint-infectious-devel/LICENSE

References

Summary

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