How To Install rubygem-mixlib-shellout on Fedora 36

In this tutorial we learn how to install rubygem-mixlib-shellout in Fedora 36. rubygem-mixlib-shellout is Run external commands on Unix or Windows

Introduction

In this tutorial we learn how to install rubygem-mixlib-shellout on Fedora 36.

What is rubygem-mixlib-shellout

Run external commands on Unix or Windows

We can use yum or dnf to install rubygem-mixlib-shellout on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install rubygem-mixlib-shellout.

Install rubygem-mixlib-shellout 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-shellout using dnf by running the following command:

sudo dnf -y install rubygem-mixlib-shellout

Install rubygem-mixlib-shellout 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-shellout using yum by running the following command:

sudo yum -y install rubygem-mixlib-shellout

How To Uninstall rubygem-mixlib-shellout on Fedora 36

To uninstall only the rubygem-mixlib-shellout package we can use the following command:

sudo dnf remove rubygem-mixlib-shellout

rubygem-mixlib-shellout Package Contents on Fedora 36

/usr/share/gems/gems/mixlib-shellout-2.3.2
/usr/share/gems/gems/mixlib-shellout-2.3.2/LICENSE
/usr/share/gems/gems/mixlib-shellout-2.3.2/README.md
/usr/share/gems/gems/mixlib-shellout-2.3.2/lib
/usr/share/gems/gems/mixlib-shellout-2.3.2/lib/mixlib
/usr/share/gems/gems/mixlib-shellout-2.3.2/lib/mixlib/shellout
/usr/share/gems/gems/mixlib-shellout-2.3.2/lib/mixlib/shellout.rb
/usr/share/gems/gems/mixlib-shellout-2.3.2/lib/mixlib/shellout/exceptions.rb
/usr/share/gems/gems/mixlib-shellout-2.3.2/lib/mixlib/shellout/unix.rb
/usr/share/gems/gems/mixlib-shellout-2.3.2/lib/mixlib/shellout/version.rb
/usr/share/gems/gems/mixlib-shellout-2.3.2/lib/mixlib/shellout/windows
/usr/share/gems/gems/mixlib-shellout-2.3.2/lib/mixlib/shellout/windows.rb
/usr/share/gems/gems/mixlib-shellout-2.3.2/lib/mixlib/shellout/windows/core_ext.rb
/usr/share/gems/specifications/mixlib-shellout-2.3.2.gemspec

References

Summary

In this tutorial we learn how to install rubygem-mixlib-shellout on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).