How to Install and Uninstall golang-gopkg-natefinch-lumberjack-2-devel.noarch Package on Fedora 35

Last updated: November 28,2024

1. Install "golang-gopkg-natefinch-lumberjack-2-devel.noarch" package

Here is a brief guide to show you how to install golang-gopkg-natefinch-lumberjack-2-devel.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install golang-gopkg-natefinch-lumberjack-2-devel.noarch

2. Uninstall "golang-gopkg-natefinch-lumberjack-2-devel.noarch" package

Here is a brief guide to show you how to uninstall golang-gopkg-natefinch-lumberjack-2-devel.noarch on Fedora 35:

$ sudo dnf remove golang-gopkg-natefinch-lumberjack-2-devel.noarch $ sudo dnf autoremove

3. Information about the golang-gopkg-natefinch-lumberjack-2-devel.noarch package on Fedora 35

Last metadata expiration check: 2:19:03 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : golang-gopkg-natefinch-lumberjack-2-devel
Epoch : 1
Version : 2.0.0
Release : 6.fc35
Architecture : noarch
Size : 22 k
Source : golang-gopkg-natefinch-lumberjack-2-2.0.0-6.fc35.src.rpm
Repository : fedora
Summary : Rolling logger for Go
URL : https://github.com/natefinch/lumberjack
License : MIT
Description : Lumberjack is a Go package for writing logs to rolling files.
:
: Lumberjack is intended to be one part of a logging infrastructure. It is not
: an all-in-one solution, but instead is a pluggable component at the bottom of
: the logging stack that simply controls the files to which logs are written.
:
: Lumberjack plays well with any logging package that can write to an io.Writer,
: including the standard library's log package.
:
: Lumberjack assumes that only one process is writing to the output files. Using
: the same lumberjack configuration from multiple processes on the same machine
: will result in improper behavior.
:
: This package contains the source code needed for building packages that
: reference the following Go import paths:
: – gopkg.in/natefinch/lumberjack.v2