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

Last updated: October 13,2024

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

This is a short guide on how to install golang-sr-spc-log-devel.noarch on Fedora 39

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

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

Here is a brief guide to show you how to uninstall golang-sr-spc-log-devel.noarch on Fedora 39:

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

Last metadata expiration check: 5:16:02 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : golang-sr-spc-log-devel
Version : 0.1.0
Release : 7.fc39
Architecture : noarch
Size : 25 k
Source : golang-sr-spc-log-0.1.0-7.fc39.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