How To Install rubygem-systemu on Fedora 36

In this tutorial we learn how to install rubygem-systemu in Fedora 36. rubygem-systemu is systemu

Introduction

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

What is rubygem-systemu

universal capture of stdout and stderr and handling of child process pid for windows, *nix, etc.

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

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

sudo dnf -y install rubygem-systemu

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

sudo yum -y install rubygem-systemu

How To Uninstall rubygem-systemu on Fedora 36

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

sudo dnf remove rubygem-systemu

rubygem-systemu Package Contents on Fedora 36

/usr/share/gems/gems/systemu-2.6.5
/usr/share/gems/gems/systemu-2.6.5/BSDL
/usr/share/gems/gems/systemu-2.6.5/LICENSE
/usr/share/gems/gems/systemu-2.6.5/lib
/usr/share/gems/gems/systemu-2.6.5/lib/systemu.rb
/usr/share/gems/gems/systemu-2.6.5/samples
/usr/share/gems/gems/systemu-2.6.5/samples/a.rb
/usr/share/gems/gems/systemu-2.6.5/samples/b.rb
/usr/share/gems/gems/systemu-2.6.5/samples/c.rb
/usr/share/gems/gems/systemu-2.6.5/samples/d.rb
/usr/share/gems/gems/systemu-2.6.5/samples/e.rb
/usr/share/gems/gems/systemu-2.6.5/samples/f.rb
/usr/share/gems/specifications/systemu-2.6.5.gemspec

References

Summary

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