How To Install golang-uber-automaxprocs-devel on Fedora 36

In this tutorial we learn how to install golang-uber-automaxprocs-devel in Fedora 36. golang-uber-automaxprocs-devel is Automatically set GOMAXPROCS to match Linux container CPU quota

Introduction

In this tutorial we learn how to install golang-uber-automaxprocs-devel on Fedora 36.

What is golang-uber-automaxprocs-devel

Automatically set GOMAXPROCS to match Linux container CPU quota. This package contains the source code needed for building packages that reference the following Go import paths – go.uber.org/automaxprocs

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

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

sudo dnf -y install golang-uber-automaxprocs-devel

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

sudo yum -y install golang-uber-automaxprocs-devel

How To Uninstall golang-uber-automaxprocs-devel on Fedora 36

To uninstall only the golang-uber-automaxprocs-devel package we can use the following command:

sudo dnf remove golang-uber-automaxprocs-devel

golang-uber-automaxprocs-devel Package Contents on Fedora 36

/usr/share/doc/golang-uber-automaxprocs-devel
/usr/share/doc/golang-uber-automaxprocs-devel/CHANGELOG.md
/usr/share/doc/golang-uber-automaxprocs-devel/CODE_OF_CONDUCT.md
/usr/share/doc/golang-uber-automaxprocs-devel/CONTRIBUTING.md
/usr/share/doc/golang-uber-automaxprocs-devel/README.md
/usr/share/gocode/src/go.uber.org
/usr/share/gocode/src/go.uber.org/automaxprocs
/usr/share/gocode/src/go.uber.org/automaxprocs/.goipath
/usr/share/gocode/src/go.uber.org/automaxprocs/CHANGELOG.md
/usr/share/gocode/src/go.uber.org/automaxprocs/CODE_OF_CONDUCT.md
/usr/share/gocode/src/go.uber.org/automaxprocs/CONTRIBUTING.md
/usr/share/gocode/src/go.uber.org/automaxprocs/README.md
/usr/share/gocode/src/go.uber.org/automaxprocs/automaxprocs.go
/usr/share/gocode/src/go.uber.org/automaxprocs/example_test.go
/usr/share/gocode/src/go.uber.org/automaxprocs/go.mod
/usr/share/gocode/src/go.uber.org/automaxprocs/internal
/usr/share/gocode/src/go.uber.org/automaxprocs/internal/cgroups
/usr/share/gocode/src/go.uber.org/automaxprocs/internal/cgroups/cgroup.go
/usr/share/gocode/src/go.uber.org/automaxprocs/internal/cgroups/cgroup_test.go
/usr/share/gocode/src/go.uber.org/automaxprocs/internal/cgroups/cgroups.go
/usr/share/gocode/src/go.uber.org/automaxprocs/internal/cgroups/cgroups_test.go
/usr/share/gocode/src/go.uber.org/automaxprocs/internal/cgroups/doc.go
/usr/share/gocode/src/go.uber.org/automaxprocs/internal/cgroups/errors.go
/usr/share/gocode/src/go.uber.org/automaxprocs/internal/cgroups/mountpoint.go
/usr/share/gocode/src/go.uber.org/automaxprocs/internal/cgroups/mountpoint_test.go
/usr/share/gocode/src/go.uber.org/automaxprocs/internal/cgroups/subsys.go
/usr/share/gocode/src/go.uber.org/automaxprocs/internal/cgroups/subsys_test.go
/usr/share/gocode/src/go.uber.org/automaxprocs/internal/cgroups/util_test.go
/usr/share/gocode/src/go.uber.org/automaxprocs/internal/runtime
/usr/share/gocode/src/go.uber.org/automaxprocs/internal/runtime/cpu_quota_linux.go
/usr/share/gocode/src/go.uber.org/automaxprocs/internal/runtime/cpu_quota_unsupported.go
/usr/share/gocode/src/go.uber.org/automaxprocs/internal/runtime/runtime.go
/usr/share/gocode/src/go.uber.org/automaxprocs/maxprocs
/usr/share/gocode/src/go.uber.org/automaxprocs/maxprocs/example_test.go
/usr/share/gocode/src/go.uber.org/automaxprocs/maxprocs/maxprocs.go
/usr/share/gocode/src/go.uber.org/automaxprocs/maxprocs/maxprocs_test.go
/usr/share/gocode/src/go.uber.org/automaxprocs/maxprocs/version.go
/usr/share/licenses/golang-uber-automaxprocs-devel
/usr/share/licenses/golang-uber-automaxprocs-devel/LICENSE

References

Summary

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