How to Install and Uninstall golang-sr-spc-log-devel.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "golang-sr-spc-log-devel.noarch" package

This tutorial shows how to install golang-sr-spc-log-devel.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install golang-sr-spc-log-devel.noarch

2. Uninstall "golang-sr-spc-log-devel.noarch" package

Please follow the steps below to uninstall golang-sr-spc-log-devel.noarch on Fedora 36:

$ sudo dnf remove golang-sr-spc-log-devel.noarch $ sudo dnf autoremove

3. Information about the golang-sr-spc-log-devel.noarch package on Fedora 36

Last metadata expiration check: 5:47:29 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : golang-sr-spc-log-devel
Version : 0.1.0
Release : 4.fc36
Architecture : noarch
Size : 24 k
Source : golang-sr-spc-log-0.1.0-4.fc36.src.rpm
Repository : fedora
Summary : None
URL : https://git.sr.ht/~spc/go-log
License : GPLv3
Description : Package log implements a simple level logging package that maintains API
: compatibility with the standard library log package. It extends the standard
: library log.Logger type with a Level type that can be used to define output
: verbosity. It adds additional methods that will be printed only if the logger
: is configured at or below a given level.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – git.sr.ht/~spc/go-log