How To Install rubygem-mixlib-log on Fedora 36
Introduction
In this tutorial we learn how to install rubygem-mixlib-log
on Fedora 36.
What is rubygem-mixlib-log
A gem that provides a simple mixin for log functionality.
We can use yum
or dnf
to install rubygem-mixlib-log
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-mixlib-log.
Install rubygem-mixlib-log on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install rubygem-mixlib-log
using dnf
by running the following command:
sudo dnf -y install rubygem-mixlib-log
Install rubygem-mixlib-log on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install rubygem-mixlib-log
using yum
by running the following command:
sudo yum -y install rubygem-mixlib-log
How To Uninstall rubygem-mixlib-log on Fedora 36
To uninstall only the rubygem-mixlib-log
package we can use the following command:
sudo dnf remove rubygem-mixlib-log
rubygem-mixlib-log Package Contents on Fedora 36
/usr/share/gems/gems/mixlib-log-3.0.9
/usr/share/gems/gems/mixlib-log-3.0.9/LICENSE
/usr/share/gems/gems/mixlib-log-3.0.9/lib
/usr/share/gems/gems/mixlib-log-3.0.9/lib/mixlib
/usr/share/gems/gems/mixlib-log-3.0.9/lib/mixlib/log
/usr/share/gems/gems/mixlib-log-3.0.9/lib/mixlib/log.rb
/usr/share/gems/gems/mixlib-log-3.0.9/lib/mixlib/log/child.rb
/usr/share/gems/gems/mixlib-log-3.0.9/lib/mixlib/log/formatter.rb
/usr/share/gems/gems/mixlib-log-3.0.9/lib/mixlib/log/logger.rb
/usr/share/gems/gems/mixlib-log-3.0.9/lib/mixlib/log/logging.rb
/usr/share/gems/gems/mixlib-log-3.0.9/lib/mixlib/log/version.rb
/usr/share/gems/specifications/mixlib-log-3.0.9.gemspec
References
Summary
In this tutorial we learn how to install rubygem-mixlib-log
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).