How To Install golang-modernc-mathutil-devel on Fedora 36

In this tutorial we learn how to install golang-modernc-mathutil-devel in Fedora 36. golang-modernc-mathutil-devel is Utilities supplemental to the Go standard “rand” and “math” packages

Introduction

In this tutorial we learn how to install golang-modernc-mathutil-devel on Fedora 36.

What is golang-modernc-mathutil-devel

Utilities supplemental to the Go standard “rand” and “math” packages. This package contains the source code needed for building packages that reference the following Go import paths – modernc.org/mathutil

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

Install golang-modernc-mathutil-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-modernc-mathutil-devel using dnf by running the following command:

sudo dnf -y install golang-modernc-mathutil-devel

Install golang-modernc-mathutil-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-modernc-mathutil-devel using yum by running the following command:

sudo yum -y install golang-modernc-mathutil-devel

How To Uninstall golang-modernc-mathutil-devel on Fedora 36

To uninstall only the golang-modernc-mathutil-devel package we can use the following command:

sudo dnf remove golang-modernc-mathutil-devel

golang-modernc-mathutil-devel Package Contents on Fedora 36

/usr/share/doc/golang-modernc-mathutil-devel
/usr/share/doc/golang-modernc-mathutil-devel/AUTHORS
/usr/share/doc/golang-modernc-mathutil-devel/AUTHORS-mersenne
/usr/share/doc/golang-modernc-mathutil-devel/CONTRIBUTORS
/usr/share/doc/golang-modernc-mathutil-devel/CONTRIBUTORS-mersenne
/usr/share/doc/golang-modernc-mathutil-devel/README-mersenne
/usr/share/doc/golang-modernc-mathutil-devel/example
/usr/share/doc/golang-modernc-mathutil-devel/example/.gitignore
/usr/share/doc/golang-modernc-mathutil-devel/example/example.go
/usr/share/gocode/src/modernc.org
/usr/share/gocode/src/modernc.org/mathutil
/usr/share/gocode/src/modernc.org/mathutil/.goipath
/usr/share/gocode/src/modernc.org/mathutil/all_test.go
/usr/share/gocode/src/modernc.org/mathutil/binarylog.go
/usr/share/gocode/src/modernc.org/mathutil/binarylog_test.go
/usr/share/gocode/src/modernc.org/mathutil/bits.go
/usr/share/gocode/src/modernc.org/mathutil/envelope.go
/usr/share/gocode/src/modernc.org/mathutil/go.mod
/usr/share/gocode/src/modernc.org/mathutil/int.go
/usr/share/gocode/src/modernc.org/mathutil/int_test.go
/usr/share/gocode/src/modernc.org/mathutil/mathutil.go
/usr/share/gocode/src/modernc.org/mathutil/mersenne
/usr/share/gocode/src/modernc.org/mathutil/mersenne/all_test.go
/usr/share/gocode/src/modernc.org/mathutil/mersenne/mersenne.go
/usr/share/gocode/src/modernc.org/mathutil/permute.go
/usr/share/gocode/src/modernc.org/mathutil/poly.go
/usr/share/gocode/src/modernc.org/mathutil/primes.go
/usr/share/gocode/src/modernc.org/mathutil/rat.go
/usr/share/gocode/src/modernc.org/mathutil/rnd.go
/usr/share/gocode/src/modernc.org/mathutil/tables.go
/usr/share/gocode/src/modernc.org/mathutil/test_deps.go
/usr/share/licenses/golang-modernc-mathutil-devel
/usr/share/licenses/golang-modernc-mathutil-devel/LICENSE
/usr/share/licenses/golang-modernc-mathutil-devel/LICENSE-mersenne

References

Summary

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