How to Install and Uninstall golang-github-eapache-queue-devel.noarch Package on Fedora 38
Last updated: January 15,2025
1. Install "golang-github-eapache-queue-devel.noarch" package
In this section, we are going to explain the necessary steps to install golang-github-eapache-queue-devel.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
golang-github-eapache-queue-devel.noarch
Copied
2. Uninstall "golang-github-eapache-queue-devel.noarch" package
This tutorial shows how to uninstall golang-github-eapache-queue-devel.noarch on Fedora 38:
$
sudo dnf remove
golang-github-eapache-queue-devel.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the golang-github-eapache-queue-devel.noarch package on Fedora 38
Last metadata expiration check: 3:56:58 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : golang-github-eapache-queue-devel
Version : 1.1.0
Release : 11.fc38
Architecture : noarch
Size : 13 k
Source : golang-github-eapache-queue-1.1.0-11.fc38.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
Available Packages
Name : golang-github-eapache-queue-devel
Version : 1.1.0
Release : 11.fc38
Architecture : noarch
Size : 13 k
Source : golang-github-eapache-queue-1.1.0-11.fc38.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