How to Install and Uninstall golang-gopkg-bufio-1-devel.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "golang-gopkg-bufio-1-devel.noarch" package

This guide covers the steps necessary to install golang-gopkg-bufio-1-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install golang-gopkg-bufio-1-devel.noarch

2. Uninstall "golang-gopkg-bufio-1-devel.noarch" package

Please follow the step by step instructions below to uninstall golang-gopkg-bufio-1-devel.noarch on Fedora 34:

$ sudo dnf remove golang-gopkg-bufio-1-devel.noarch $ sudo dnf autoremove

3. Information about the golang-gopkg-bufio-1-devel.noarch package on Fedora 34

Last metadata expiration check: 1:15:57 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-gopkg-bufio-1-devel
Version : 1
Release : 8.fc34
Architecture : noarch
Size : 29 k
Source : golang-gopkg-bufio-1-1-8.fc34.src.rpm
Repository : fedora
Summary : Buffered I/O implementation
URL : https://github.com/go-bufio/bufio
License : BSD
Description : Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer
: object, creating another object (Reader or Writer) that also implements the
: interface but provides buffering and some help for textual I/O.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – gopkg.in/bufio.v1