How To Install rubygem-net-http-persistent on Fedora 36

In this tutorial we learn how to install rubygem-net-http-persistent in Fedora 36. rubygem-net-http-persistent is Persistent connections using Net

Introduction

In this tutorial we learn how to install rubygem-net-http-persistent on Fedora 36.

What is rubygem-net-http-persistent

Persistent connections using Net thread-safe too.

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

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

sudo dnf -y install rubygem-net-http-persistent

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

sudo yum -y install rubygem-net-http-persistent

How To Uninstall rubygem-net-http-persistent on Fedora 36

To uninstall only the rubygem-net-http-persistent package we can use the following command:

sudo dnf remove rubygem-net-http-persistent

rubygem-net-http-persistent Package Contents on Fedora 36

/usr/share/gems/gems/net-http-persistent-4.0.1
/usr/share/gems/gems/net-http-persistent-4.0.1/History.txt
/usr/share/gems/gems/net-http-persistent-4.0.1/README.rdoc
/usr/share/gems/gems/net-http-persistent-4.0.1/lib
/usr/share/gems/gems/net-http-persistent-4.0.1/lib/net
/usr/share/gems/gems/net-http-persistent-4.0.1/lib/net/http
/usr/share/gems/gems/net-http-persistent-4.0.1/lib/net/http/persistent
/usr/share/gems/gems/net-http-persistent-4.0.1/lib/net/http/persistent.rb
/usr/share/gems/gems/net-http-persistent-4.0.1/lib/net/http/persistent/connection.rb
/usr/share/gems/gems/net-http-persistent-4.0.1/lib/net/http/persistent/pool.rb
/usr/share/gems/gems/net-http-persistent-4.0.1/lib/net/http/persistent/timed_stack_multi.rb
/usr/share/gems/specifications/net-http-persistent-4.0.1.gemspec

References

Summary

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