How to Install and Uninstall rubygem-lumberjack.noarch Package on Fedora 39

Last updated: September 21,2024

1. Install "rubygem-lumberjack.noarch" package

Here is a brief guide to show you how to install rubygem-lumberjack.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install rubygem-lumberjack.noarch

2. Uninstall "rubygem-lumberjack.noarch" package

Please follow the instructions below to uninstall rubygem-lumberjack.noarch on Fedora 39:

$ sudo dnf remove rubygem-lumberjack.noarch $ sudo dnf autoremove

3. Information about the rubygem-lumberjack.noarch package on Fedora 39

Last metadata expiration check: 0:03:04 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : rubygem-lumberjack
Version : 1.0.13
Release : 11.fc39
Architecture : noarch
Size : 27 k
Source : rubygem-lumberjack-1.0.13-11.fc39.src.rpm
Repository : fedora
Summary : A simple, powerful, and very fast logging utility
URL : https://github.com/bdurand/lumberjack
License : MIT
Description : A simple, powerful, and very fast logging utility that can be a drop in
: replacement for Logger or ActiveSupport::BufferedLogger. Provides support for
: automatically rolling log files even with multiple processes writing the same
: log file.