How to Install and Uninstall golang-github-valyala-bytebufferpool-devel.noarch Package on Fedora 39

Last updated: October 12,2024

1. Install "golang-github-valyala-bytebufferpool-devel.noarch" package

Please follow the guidelines below to install golang-github-valyala-bytebufferpool-devel.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install golang-github-valyala-bytebufferpool-devel.noarch

2. Uninstall "golang-github-valyala-bytebufferpool-devel.noarch" package

This guide let you learn how to uninstall golang-github-valyala-bytebufferpool-devel.noarch on Fedora 39:

$ sudo dnf remove golang-github-valyala-bytebufferpool-devel.noarch $ sudo dnf autoremove

3. Information about the golang-github-valyala-bytebufferpool-devel.noarch package on Fedora 39

Last metadata expiration check: 2:14:13 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : golang-github-valyala-bytebufferpool-devel
Version : 1.0.0
Release : 10.fc39
Architecture : noarch
Size : 15 k
Source : golang-github-valyala-bytebufferpool-1.0.0-10.fc39.src.rpm
Repository : fedora
Summary : Anti-memory-waste byte buffer pool
URL : https://github.com/valyala/bytebufferpool
License : MIT
Description : An implementation of a pool of byte buffers with anti-memory-waste protection.
:
: The pool may waste limited amount of memory due to fragmentation. This amount
: equals to the maximum total size of the byte buffers in concurrent use.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – github.com/valyala/bytebufferpool