How To Install rubygem-excon on Fedora 36

In this tutorial we learn how to install rubygem-excon in Fedora 36. rubygem-excon is Speed, persistence, http(s)

Introduction

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

What is rubygem-excon

EXtended http(s) CONnections.

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

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

sudo dnf -y install rubygem-excon

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

sudo yum -y install rubygem-excon

How To Uninstall rubygem-excon on Fedora 36

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

sudo dnf remove rubygem-excon

rubygem-excon Package Contents on Fedora 36

/usr/share/gems/gems/excon-0.91.0
/usr/share/gems/gems/excon-0.91.0/LICENSE.md
/usr/share/gems/gems/excon-0.91.0/lib
/usr/share/gems/gems/excon-0.91.0/lib/excon
/usr/share/gems/gems/excon-0.91.0/lib/excon.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/connection.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/constants.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/error.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/extensions
/usr/share/gems/gems/excon-0.91.0/lib/excon/extensions/uri.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/headers.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/instrumentors
/usr/share/gems/gems/excon-0.91.0/lib/excon/instrumentors/logging_instrumentor.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/instrumentors/standard_instrumentor.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/middlewares
/usr/share/gems/gems/excon-0.91.0/lib/excon/middlewares/base.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/middlewares/capture_cookies.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/middlewares/decompress.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/middlewares/escape_path.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/middlewares/expects.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/middlewares/idempotent.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/middlewares/instrumentor.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/middlewares/mock.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/middlewares/redirect_follower.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/middlewares/response_parser.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/pretty_printer.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/response.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/socket.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/ssl_socket.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/test
/usr/share/gems/gems/excon-0.91.0/lib/excon/test/plugin
/usr/share/gems/gems/excon-0.91.0/lib/excon/test/plugin/server
/usr/share/gems/gems/excon-0.91.0/lib/excon/test/plugin/server/exec.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/test/plugin/server/puma.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/test/plugin/server/unicorn.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/test/plugin/server/webrick.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/test/server.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/unix_socket.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/utils.rb
/usr/share/gems/gems/excon-0.91.0/lib/excon/version.rb
/usr/share/gems/specifications/excon-0.91.0.gemspec

References

Summary

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