How To Install rubygem-connection_pool on Fedora 36

In this tutorial we learn how to install rubygem-connection_pool in Fedora 36. rubygem-connection_pool is Generic connection pool for Ruby

Introduction

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

What is rubygem-connection_pool

Generic connection pool for Ruby.

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

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

sudo dnf -y install rubygem-connection_pool

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

sudo yum -y install rubygem-connection_pool

How To Uninstall rubygem-connection_pool on Fedora 36

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

sudo dnf remove rubygem-connection_pool

rubygem-connection_pool Package Contents on Fedora 36

/usr/share/gems/gems/connection_pool-2.2.5
/usr/share/gems/gems/connection_pool-2.2.5/Changes.md
/usr/share/gems/gems/connection_pool-2.2.5/LICENSE
/usr/share/gems/gems/connection_pool-2.2.5/README.md
/usr/share/gems/gems/connection_pool-2.2.5/lib
/usr/share/gems/gems/connection_pool-2.2.5/lib/connection_pool
/usr/share/gems/gems/connection_pool-2.2.5/lib/connection_pool.rb
/usr/share/gems/gems/connection_pool-2.2.5/lib/connection_pool/timed_stack.rb
/usr/share/gems/gems/connection_pool-2.2.5/lib/connection_pool/version.rb
/usr/share/gems/gems/connection_pool-2.2.5/lib/connection_pool/wrapper.rb
/usr/share/gems/specifications/connection_pool-2.2.5.gemspec

References

Summary

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