How to Install and Uninstall golang-github-remeh-sizedwaitgroup-devel.noarch Package on Fedora 36

Last updated: January 11,2025

1. Install "golang-github-remeh-sizedwaitgroup-devel.noarch" package

Please follow the steps below to install golang-github-remeh-sizedwaitgroup-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-remeh-sizedwaitgroup-devel.noarch

2. Uninstall "golang-github-remeh-sizedwaitgroup-devel.noarch" package

This guide covers the steps necessary to uninstall golang-github-remeh-sizedwaitgroup-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-remeh-sizedwaitgroup-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-remeh-sizedwaitgroup-devel.noarch package on Fedora 36

Last metadata expiration check: 4:00:57 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-remeh-sizedwaitgroup-devel
Version : 1.0.0
Release : 4.fc36
Architecture : noarch
Size : 12 k
Source : golang-github-remeh-sizedwaitgroup-1.0.0-4.fc36.src.rpm
Repository : fedora
Summary : Golang WaitGroup with throttling
URL : https://github.com/remeh/sizedwaitgroup
License : MIT
Description : SizedWaitGroup has the same role and API as sync.WaitGroup but it adds a limit
: of the amount of goroutines started concurrently.
:
: SizedWaitGroup adds the feature of limiting the maximum number of concurrently
: started routines. It could for example be used to start multiples routines
: querying a database but without sending too much queries in order to not
: overload the given database.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/remeh/sizedwaitgroup