How to Install and Uninstall golang-github-eapache-queue-devel.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "golang-github-eapache-queue-devel.noarch" package

Learn how to install golang-github-eapache-queue-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-github-eapache-queue-devel.noarch

2. Uninstall "golang-github-eapache-queue-devel.noarch" package

Please follow the guidelines below to uninstall golang-github-eapache-queue-devel.noarch on Fedora 36:

$ sudo dnf remove golang-github-eapache-queue-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-eapache-queue-devel.noarch package on Fedora 36

Last metadata expiration check: 3:19:50 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-github-eapache-queue-devel
Version : 1.1.0
Release : 9.fc36
Architecture : noarch
Size : 13 k
Source : golang-github-eapache-queue-1.1.0-9.fc36.src.rpm
Repository : fedora
Summary : Fast golang queue using ring-buffer
URL : https://github.com/eapache/queue
License : MIT
Description : A fast Golang queue using a ring-buffer, based on the version suggested by
: Dariusz Górecki. Using this instead of other, simpler, queue implementations
: (slice+append or linked list) provides substantial memory and time benefits,
: and fewer GC pauses.
:
: The queue implemented here is as fast as it is in part because it is not
: thread-safe.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/eapache/queue