How To Install rubygem-em-socksify on Fedora 36

In this tutorial we learn how to install rubygem-em-socksify in Fedora 36. rubygem-em-socksify is Transparent proxy support for any EventMachine protocol

Introduction

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

What is rubygem-em-socksify

Transparent proxy support for any EventMachine protocol

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

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

sudo dnf -y install rubygem-em-socksify

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

sudo yum -y install rubygem-em-socksify

How To Uninstall rubygem-em-socksify on Fedora 36

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

sudo dnf remove rubygem-em-socksify

rubygem-em-socksify Package Contents on Fedora 36

/usr/share/gems/gems/em-socksify-0.3.0
/usr/share/gems/gems/em-socksify-0.3.0/MIT-LICENSE
/usr/share/gems/gems/em-socksify-0.3.0/lib
/usr/share/gems/gems/em-socksify-0.3.0/lib/em-socksify
/usr/share/gems/gems/em-socksify-0.3.0/lib/em-socksify.rb
/usr/share/gems/gems/em-socksify-0.3.0/lib/em-socksify/connect.rb
/usr/share/gems/gems/em-socksify-0.3.0/lib/em-socksify/connectify.rb
/usr/share/gems/gems/em-socksify-0.3.0/lib/em-socksify/errors.rb
/usr/share/gems/gems/em-socksify-0.3.0/lib/em-socksify/socks5.rb
/usr/share/gems/gems/em-socksify-0.3.0/lib/em-socksify/socksify.rb
/usr/share/gems/gems/em-socksify-0.3.0/lib/em-socksify/version.rb
/usr/share/gems/specifications/em-socksify-0.3.0.gemspec

References

Summary

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