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

Last updated: January 11,2025

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

Here is a brief guide to show you how to install golang-github-valyala-bytebufferpool-devel.noarch on Fedora 38

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

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

Please follow the guidelines below to uninstall golang-github-valyala-bytebufferpool-devel.noarch on Fedora 38:

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

Last metadata expiration check: 0:22:40 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : golang-github-valyala-bytebufferpool-devel
Version : 1.0.0
Release : 9.fc38
Architecture : noarch
Size : 15 k
Source : golang-github-valyala-bytebufferpool-1.0.0-9.fc38.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