How To Install rubygem-elasticsearch-transport on Fedora 36

In this tutorial we learn how to install rubygem-elasticsearch-transport in Fedora 36. rubygem-elasticsearch-transport is Ruby client for Elasticsearch

Introduction

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

What is rubygem-elasticsearch-transport

Ruby client for Elasticsearch. See the elasticsearch gem for full integration.

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

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

sudo dnf -y install rubygem-elasticsearch-transport

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

sudo yum -y install rubygem-elasticsearch-transport

How To Uninstall rubygem-elasticsearch-transport on Fedora 36

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

sudo dnf remove rubygem-elasticsearch-transport

rubygem-elasticsearch-transport Package Contents on Fedora 36

/usr/share/gems/gems/elasticsearch-transport-5.0.4
/usr/share/gems/gems/elasticsearch-transport-5.0.4/LICENSE.txt
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch-transport.rb
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch/transport
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch/transport.rb
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch/transport/client.rb
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch/transport/transport
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch/transport/transport/base.rb
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch/transport/transport/connections
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch/transport/transport/connections/collection.rb
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch/transport/transport/connections/connection.rb
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch/transport/transport/connections/selector.rb
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch/transport/transport/errors.rb
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch/transport/transport/http
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch/transport/transport/http/curb.rb
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch/transport/transport/http/faraday.rb
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch/transport/transport/http/manticore.rb
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch/transport/transport/response.rb
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch/transport/transport/serializer
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch/transport/transport/serializer/multi_json.rb
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch/transport/transport/sniffer.rb
/usr/share/gems/gems/elasticsearch-transport-5.0.4/lib/elasticsearch/transport/version.rb
/usr/share/gems/specifications/elasticsearch-transport-5.0.4.gemspec

References

Summary

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