How to Install and Uninstall compat-golang-github-chzyer-readline-devel.noarch Package on Fedora 35

Last updated: May 18,2024

1. Install "compat-golang-github-chzyer-readline-devel.noarch" package

This tutorial shows how to install compat-golang-github-chzyer-readline-devel.noarch on Fedora 35

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

2. Uninstall "compat-golang-github-chzyer-readline-devel.noarch" package

Learn how to uninstall compat-golang-github-chzyer-readline-devel.noarch on Fedora 35:

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

3. Information about the compat-golang-github-chzyer-readline-devel.noarch package on Fedora 35

Last metadata expiration check: 3:16:03 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : compat-golang-github-chzyer-readline-devel
Version : 1.4
Release : 14.20180628git2972be2.fc35
Architecture : noarch
Size : 8.9 k
Source : golang-gopkg-readline-1-1.4-14.20180628git2972be2.fc35.src.rpm
Repository : fedora
Summary : Pure Go implementation of GNU Readline-like library
URL : https://github.com/chzyer/readline
License : MIT
Description : Readline is a pure Go implementation of GNU Readline like library.
:
: This package provides symbolic links that alias the following Go import paths to
: gopkg.in/readline.v1:
: – github.com/chzyer/readline
:
: 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/readline.v1.