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

Last updated: October 09,2024

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

In this section, we are going to explain the necessary steps to install golang-github-valyala-bytebufferpool-devel.noarch on Fedora 35

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

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

This is a short guide on how to uninstall golang-github-valyala-bytebufferpool-devel.noarch on Fedora 35:

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

Last metadata expiration check: 0:25:35 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : golang-github-valyala-bytebufferpool-devel
Version : 1.0.0
Release : 6.fc35
Architecture : noarch
Size : 14 k
Source : golang-github-valyala-bytebufferpool-1.0.0-6.fc35.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