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

Last updated: April 27,2024

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

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

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

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

This guide covers the steps necessary to uninstall compat-golang-github-chzyer-logex-devel.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:18:17 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : compat-golang-github-chzyer-logex-devel
Version : 1.1.10
Release : 15.fc35
Architecture : noarch
Size : 8.3 k
Source : golang-gopkg-logex-1-1.1.10-15.fc35.src.rpm
Repository : fedora
Summary : Log library, supports tracking and level, wrap by standard log lib
URL : https://github.com/chzyer/logex
License : MIT
Description : A Golang log library, supports tracking and level, wrap by standard log lib.
:
: This package provides symbolic links that alias the following Go import paths to
: gopkg.in/logex.v1:
: – github.com/chzyer/logex
:
: 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/logex.v1.