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

Last updated: September 29,2024

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

Please follow the step by step instructions below to install golang-github-armon-circbuf-devel.noarch on Fedora 36

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

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

Please follow the step by step instructions below to uninstall golang-github-armon-circbuf-devel.noarch on Fedora 36:

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

Last metadata expiration check: 2:34:11 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : golang-github-armon-circbuf-devel
Version : 0
Release : 0.25.20190420git5111143.fc36
Architecture : noarch
Size : 13 k
Source : golang-github-armon-circbuf-0-0.25.20190420git5111143.fc36.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