How to Install and Uninstall compat-golang-github-bufio-devel.noarch Package on Fedora 34

Last updated: October 06,2024

1. Install "compat-golang-github-bufio-devel.noarch" package

This tutorial shows how to install compat-golang-github-bufio-devel.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install compat-golang-github-bufio-devel.noarch

2. Uninstall "compat-golang-github-bufio-devel.noarch" package

Here is a brief guide to show you how to uninstall compat-golang-github-bufio-devel.noarch on Fedora 34:

$ sudo dnf remove compat-golang-github-bufio-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-github-bufio-devel.noarch package on Fedora 34

Last metadata expiration check: 2:08:15 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : compat-golang-github-bufio-devel
Version : 1
Release : 8.fc34
Architecture : noarch
Size : 8.6 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 provides symbolic links that alias the following Go import paths to
: gopkg.in/bufio.v1:
: – github.com/go-bufio/bufio
:
: Aliasing Go import paths via symbolic links or http redirects is fragile. If
: your Go code depends on this package, you should patch it to import directly
: gopkg.in/bufio.v1.