How to Install and Uninstall compat-golang-gopkg-inconshreveable-log15-2-devel.noarch Package on Fedora 38

Last updated: January 14,2025

1. Install "compat-golang-gopkg-inconshreveable-log15-2-devel.noarch" package

Please follow the steps below to install compat-golang-gopkg-inconshreveable-log15-2-devel.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install compat-golang-gopkg-inconshreveable-log15-2-devel.noarch

2. Uninstall "compat-golang-gopkg-inconshreveable-log15-2-devel.noarch" package

In this section, we are going to explain the necessary steps to uninstall compat-golang-gopkg-inconshreveable-log15-2-devel.noarch on Fedora 38:

$ sudo dnf remove compat-golang-gopkg-inconshreveable-log15-2-devel.noarch $ sudo dnf autoremove

3. Information about the compat-golang-gopkg-inconshreveable-log15-2-devel.noarch package on Fedora 38

Last metadata expiration check: 4:28:26 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : compat-golang-gopkg-inconshreveable-log15-2-devel
Version : 2.15
Release : 9.fc38
Architecture : noarch
Size : 8.8 k
Source : golang-github-inconshreveable-log15-2.15-9.fc38.src.rpm
Repository : fedora
Summary : Structured, composable logging for go
URL : https://github.com/inconshreveable/log15
License : MIT and ASL 2.0
Description : Package Log15 provides an opinionated, simple toolkit for best-practice logging
: in Go (golang) that is both human and machine readable. It is modeled after the
: Go standard library's io and net/http packages and is an alternative to the
: standard library's log package.
:
: This package provides symbolic links that alias the following Go import paths to
: github.com/inconshreveable/log15:
: – gopkg.in/inconshreveable/log15.v2
:
: 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
: github.com/inconshreveable/log15.