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

Last updated: July 03,2024

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

This is a short guide on how to install golang-github-eapache-queue-devel.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall golang-github-eapache-queue-devel.noarch on Fedora 34:

$ 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 34

Last metadata expiration check: 0:19:05 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-eapache-queue-devel
Version : 1.1.0
Release : 7.fc34
Architecture : noarch
Size : 13 k
Source : golang-github-eapache-queue-1.1.0-7.fc34.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