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

Last updated: September 28,2024

1. Install "rubygem-lumberjack.noarch" package

Please follow the steps below to install rubygem-lumberjack.noarch on Fedora 36

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

2. Uninstall "rubygem-lumberjack.noarch" package

Learn how to uninstall rubygem-lumberjack.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:30:11 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rubygem-lumberjack
Version : 1.0.13
Release : 8.fc36
Architecture : noarch
Size : 23 k
Source : rubygem-lumberjack-1.0.13-8.fc36.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.