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

Last updated: January 11,2025

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

Please follow the steps below to install compat-golang-github-chzyer-readline-devel.noarch on Fedora 39

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

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

This guide let you learn how to uninstall compat-golang-github-chzyer-readline-devel.noarch on Fedora 39:

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

Last metadata expiration check: 1:16:46 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : compat-golang-github-chzyer-readline-devel
Version : 1.4
Release : 18.20180628git2972be2.fc39
Architecture : noarch
Size : 9.0 k
Source : golang-gopkg-readline-1-1.4-18.20180628git2972be2.fc39.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.