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

In this tutorial we learn how to install rubygem-net-http-digest_auth in Fedora 36. rubygem-net-http-digest_auth is Implementation of RFC 2617 - Digest Access Authentication

Introduction

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

What is rubygem-net-http-digest_auth

An implementation of RFC 2617 - Digest Access Authentication. At this time the gem does not drop in to Net clients. In order to use net-http-digest_auth you’ll need to perform some request wrangling on your own. See the class documentation at Net for an example.

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

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

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

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

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

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

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

sudo dnf remove rubygem-net-http-digest_auth

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

/usr/share/gems/gems/net-http-digest_auth-1.4.1
/usr/share/gems/gems/net-http-digest_auth-1.4.1/History.txt
/usr/share/gems/gems/net-http-digest_auth-1.4.1/Manifest.txt
/usr/share/gems/gems/net-http-digest_auth-1.4.1/README.txt
/usr/share/gems/gems/net-http-digest_auth-1.4.1/lib
/usr/share/gems/gems/net-http-digest_auth-1.4.1/lib/net
/usr/share/gems/gems/net-http-digest_auth-1.4.1/lib/net/http
/usr/share/gems/gems/net-http-digest_auth-1.4.1/lib/net/http/digest_auth.rb
/usr/share/gems/specifications/net-http-digest_auth-1.4.1.gemspec

References

Summary

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