How To Install golang-github-nozzle-throttler-devel on Fedora 36

In this tutorial we learn how to install golang-github-nozzle-throttler-devel in Fedora 36. golang-github-nozzle-throttler-devel is Throttler - intelligent WaitGroups

Introduction

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

What is golang-github-nozzle-throttler-devel

Throttler fills the gap between sync.WaitGroup and manually monitoring your goroutines with channels. The API is almost identical to Wait Groups, but it allows you to set a max number of workers that can be running simultaneously. It uses channels internally to block until a job completes by calling Done() or until all jobs have been completed. It also provides a built in error channel that captures your goroutine errors and provides access to them as []error after you exit the loop. This package contains the source code needed for building packages that reference the following Go import paths – github.com/nozzle/throttler

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

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

sudo dnf -y install golang-github-nozzle-throttler-devel

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

sudo yum -y install golang-github-nozzle-throttler-devel

How To Uninstall golang-github-nozzle-throttler-devel on Fedora 36

To uninstall only the golang-github-nozzle-throttler-devel package we can use the following command:

sudo dnf remove golang-github-nozzle-throttler-devel

golang-github-nozzle-throttler-devel Package Contents on Fedora 36

/usr/share/doc/golang-github-nozzle-throttler-devel
/usr/share/doc/golang-github-nozzle-throttler-devel/README.md
/usr/share/gocode/src/github.com
/usr/share/gocode/src/github.com/nozzle
/usr/share/gocode/src/github.com/nozzle/throttler
/usr/share/gocode/src/github.com/nozzle/throttler/.goipath
/usr/share/gocode/src/github.com/nozzle/throttler/README.md
/usr/share/gocode/src/github.com/nozzle/throttler/example_test.go
/usr/share/gocode/src/github.com/nozzle/throttler/throttler.go
/usr/share/gocode/src/github.com/nozzle/throttler/throttler_test.go
/usr/share/licenses/golang-github-nozzle-throttler-devel
/usr/share/licenses/golang-github-nozzle-throttler-devel/LICENSE

References

Summary

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