How to Install and Uninstall golang-github-armon-circbuf-devel.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "golang-github-armon-circbuf-devel.noarch" package

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

$ sudo dnf update $ sudo dnf install golang-github-armon-circbuf-devel.noarch

2. Uninstall "golang-github-armon-circbuf-devel.noarch" package

This tutorial shows how to uninstall golang-github-armon-circbuf-devel.noarch on Fedora 34:

$ sudo dnf remove golang-github-armon-circbuf-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-armon-circbuf-devel.noarch package on Fedora 34

Last metadata expiration check: 1:13:41 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-armon-circbuf-devel
Version : 0
Release : 0.23.20190420git5111143.fc34
Architecture : noarch
Size : 13 k
Source : golang-github-armon-circbuf-0-0.23.20190420git5111143.fc34.src.rpm
Repository : fedora
Summary : Golang circular (ring) buffer
URL : https://github.com/armon/circbuf
License : MIT
Description : This package provides a Buffer object which is a circular (or ring) buffer. It
: has a fixed size, but can be written to infinitely. Only the last size bytes are
: ever retained. The buffer implements the io.Writer interface.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/armon/circbuf