How To Install rubygem-proxifier on Fedora 36

In this tutorial we learn how to install rubygem-proxifier in Fedora 36. rubygem-proxifier is Proxifier is a gem to force ruby to use a proxy

Introduction

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

What is rubygem-proxifier

Proxifier adds support for HTTP or SOCKS proxies and lets you force TCPSocket to use proxies.

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

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

sudo dnf -y install rubygem-proxifier

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

sudo yum -y install rubygem-proxifier

How To Uninstall rubygem-proxifier on Fedora 36

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

sudo dnf remove rubygem-proxifier

rubygem-proxifier Package Contents on Fedora 36

/usr/bin/pirb
/usr/bin/pruby
/usr/share/gems/gems/proxifier-1.0.3
/usr/share/gems/gems/proxifier-1.0.3/LICENSE
/usr/share/gems/gems/proxifier-1.0.3/bin
/usr/share/gems/gems/proxifier-1.0.3/bin/pirb
/usr/share/gems/gems/proxifier-1.0.3/bin/pruby
/usr/share/gems/gems/proxifier-1.0.3/lib
/usr/share/gems/gems/proxifier-1.0.3/lib/proxifier
/usr/share/gems/gems/proxifier-1.0.3/lib/proxifier.rb
/usr/share/gems/gems/proxifier-1.0.3/lib/proxifier/env.rb
/usr/share/gems/gems/proxifier-1.0.3/lib/proxifier/errors.rb
/usr/share/gems/gems/proxifier-1.0.3/lib/proxifier/proxies
/usr/share/gems/gems/proxifier-1.0.3/lib/proxifier/proxies/http.rb
/usr/share/gems/gems/proxifier-1.0.3/lib/proxifier/proxies/socks.rb
/usr/share/gems/gems/proxifier-1.0.3/lib/proxifier/proxies/socks4.rb
/usr/share/gems/gems/proxifier-1.0.3/lib/proxifier/proxies/socks4a.rb
/usr/share/gems/gems/proxifier-1.0.3/lib/proxifier/proxy.rb
/usr/share/gems/gems/proxifier-1.0.3/lib/proxifier/version.rb
/usr/share/gems/gems/proxifier-1.0.3/lib/uri
/usr/share/gems/gems/proxifier-1.0.3/lib/uri/socks.rb
/usr/share/gems/specifications/proxifier-1.0.3.gemspec

References

Summary

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