How To Install rubygem-childprocess on Fedora 36

In this tutorial we learn how to install rubygem-childprocess in Fedora 36. rubygem-childprocess is A gem for controlling external programs running in the background

Introduction

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

What is rubygem-childprocess

This gem aims at being a simple and reliable solution for controlling external programs running in the background on any Ruby / OS combination.

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

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

sudo dnf -y install rubygem-childprocess

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

sudo yum -y install rubygem-childprocess

How To Uninstall rubygem-childprocess on Fedora 36

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

sudo dnf remove rubygem-childprocess

rubygem-childprocess Package Contents on Fedora 36

/usr/share/gems/cache/childprocess-4.1.0.gem
/usr/share/gems/gems/childprocess-4.1.0
/usr/share/gems/gems/childprocess-4.1.0/LICENSE
/usr/share/gems/gems/childprocess-4.1.0/lib
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/abstract_io.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/abstract_process.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/errors.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/jruby
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/jruby.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/jruby/io.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/jruby/process.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/jruby/pump.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/tools
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/tools/generator.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/unix
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/unix.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/unix/fork_exec_process.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/unix/io.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/unix/lib.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/unix/platform
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/unix/platform/arm64-macosx.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/unix/platform/i386-linux.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/unix/platform/i386-solaris.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/unix/platform/x86_64-linux.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/unix/platform/x86_64-macosx.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/unix/posix_spawn_process.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/unix/process.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/version.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/windows
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/windows.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/windows/handle.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/windows/io.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/windows/lib.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/windows/process.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/windows/process_builder.rb
/usr/share/gems/gems/childprocess-4.1.0/lib/childprocess/windows/structs.rb
/usr/share/gems/specifications/childprocess-4.1.0.gemspec

References

Summary

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