How To Install golang-github-aclements-moremath-devel on Fedora 36

In this tutorial we learn how to install golang-github-aclements-moremath-devel in Fedora 36. golang-github-aclements-moremath-devel is Assortment of more specialized math routines for Go

Introduction

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

What is golang-github-aclements-moremath-devel

These packages provide more specialized math routines than are available in the standard Go math package. go-moremath currently focuses on statistical routines, with particular focus on high-quality implementations and APIs for non-parametric methods. This package contains the source code needed for building packages that reference the following Go import paths – github.com/aclements/go-moremath

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

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

sudo dnf -y install golang-github-aclements-moremath-devel

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

sudo yum -y install golang-github-aclements-moremath-devel

How To Uninstall golang-github-aclements-moremath-devel on Fedora 36

To uninstall only the golang-github-aclements-moremath-devel package we can use the following command:

sudo dnf remove golang-github-aclements-moremath-devel

golang-github-aclements-moremath-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-aclements-moremath-devel
/usr/share/doc/golang-github-aclements-moremath-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/aclements
/usr/share/gocode/src/github.com/aclements/go-moremath
/usr/share/gocode/src/github.com/aclements/go-moremath/.goipath
/usr/share/gocode/src/github.com/aclements/go-moremath/README.md
/usr/share/gocode/src/github.com/aclements/go-moremath/cmd
/usr/share/gocode/src/github.com/aclements/go-moremath/cmd/dist
/usr/share/gocode/src/github.com/aclements/go-moremath/cmd/dist/dist.go
/usr/share/gocode/src/github.com/aclements/go-moremath/cmd/dist/plot.go
/usr/share/gocode/src/github.com/aclements/go-moremath/fit
/usr/share/gocode/src/github.com/aclements/go-moremath/fit/loess.go
/usr/share/gocode/src/github.com/aclements/go-moremath/fit/loess_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/fit/lsquares.go
/usr/share/gocode/src/github.com/aclements/go-moremath/fit/package.go
/usr/share/gocode/src/github.com/aclements/go-moremath/go.mod
/usr/share/gocode/src/github.com/aclements/go-moremath/graph
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/eq.go
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/graph.go
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/graphalg
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/graphalg/dom.go
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/graphalg/dom_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/graphalg/graph_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/graphalg/marks.go
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/graphalg/marks_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/graphalg/multigraph.go
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/graphalg/order.go
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/graphalg/order_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/graphalg/package.go
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/graphalg/scc.go
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/graphalg/scc_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/graphalg/visit.go
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/graphout
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/graphout/dot.go
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/graphout/package.go
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/subgraph.go
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/subgraph_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/graph/weighted.go
/usr/share/gocode/src/github.com/aclements/go-moremath/internal
/usr/share/gocode/src/github.com/aclements/go-moremath/internal/mathtest
/usr/share/gocode/src/github.com/aclements/go-moremath/internal/mathtest/mathtest.go
/usr/share/gocode/src/github.com/aclements/go-moremath/mathx
/usr/share/gocode/src/github.com/aclements/go-moremath/mathx/beta.go
/usr/share/gocode/src/github.com/aclements/go-moremath/mathx/beta_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/mathx/choose.go
/usr/share/gocode/src/github.com/aclements/go-moremath/mathx/gamma.go
/usr/share/gocode/src/github.com/aclements/go-moremath/mathx/gamma_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/mathx/package.go
/usr/share/gocode/src/github.com/aclements/go-moremath/mathx/sign.go
/usr/share/gocode/src/github.com/aclements/go-moremath/scale
/usr/share/gocode/src/github.com/aclements/go-moremath/scale/err.go
/usr/share/gocode/src/github.com/aclements/go-moremath/scale/interface.go
/usr/share/gocode/src/github.com/aclements/go-moremath/scale/linear.go
/usr/share/gocode/src/github.com/aclements/go-moremath/scale/linear_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/scale/log.go
/usr/share/gocode/src/github.com/aclements/go-moremath/scale/log_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/scale/package.go
/usr/share/gocode/src/github.com/aclements/go-moremath/scale/ticks.go
/usr/share/gocode/src/github.com/aclements/go-moremath/scale/ticks_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/scale/util.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/alg.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/binomdist.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/binomdist_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/deltadist.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/dist.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/dist_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/hist.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/hypergdist.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/hypergdist_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/kde.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/kde_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/kdeboundarymethod_string.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/kdekernel_string.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/linearhist.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/locationhypothesis_string.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/loghist.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/normaldist.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/normaldist_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/package.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/quantileci.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/quantileci_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/sample.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/sample_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/stream.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/tdist.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/tdist_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/ttest.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/ttest_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/udist.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/udist_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/utest.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/utest_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/stats/util_test.go
/usr/share/gocode/src/github.com/aclements/go-moremath/vec
/usr/share/gocode/src/github.com/aclements/go-moremath/vec/package.go
/usr/share/gocode/src/github.com/aclements/go-moremath/vec/vec.go
/usr/share/licenses/golang-github-aclements-moremath-devel
/usr/share/licenses/golang-github-aclements-moremath-devel/LICENSE

References

Summary

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