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

Last updated: November 29,2024

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

This is a short guide on how to install compat-golang-github-bufio-devel.noarch on Fedora 38

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

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

Last metadata expiration check: 0:21:45 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : compat-golang-github-bufio-devel
Version : 1
Release : 12.fc38
Architecture : noarch
Size : 8.4 k
Source : golang-gopkg-bufio-1-1-12.fc38.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.