How to Install and Uninstall rubygem-net-http-digest_auth.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "rubygem-net-http-digest_auth.noarch" package

In this section, we are going to explain the necessary steps to install rubygem-net-http-digest_auth.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install rubygem-net-http-digest_auth.noarch

2. Uninstall "rubygem-net-http-digest_auth.noarch" package

This guide let you learn how to uninstall rubygem-net-http-digest_auth.noarch on Fedora 36:

$ sudo dnf remove rubygem-net-http-digest_auth.noarch $ sudo dnf autoremove

3. Information about the rubygem-net-http-digest_auth.noarch package on Fedora 36

Last metadata expiration check: 4:48:16 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rubygem-net-http-digest_auth
Version : 1.4.1
Release : 11.fc36
Architecture : noarch
Size : 14 k
Source : rubygem-net-http-digest_auth-1.4.1-11.fc36.src.rpm
Repository : fedora
Summary : Implementation of RFC 2617 - Digest Access Authentication
URL : http://docs.seattlerb.org/net-http-digest_auth
License : MIT
Description : An implementation of RFC 2617 - Digest Access Authentication. At this time
: the gem does not drop in to Net::HTTP and can be used for with other HTTP
: 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::HTTP::DigestAuth
: for an example.