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

Last updated: October 06,2024

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

This guide let you learn how to install rubygem-net-http-digest_auth.noarch on Fedora 35

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

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

This guide covers the steps necessary to uninstall rubygem-net-http-digest_auth.noarch on Fedora 35:

$ 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 35

Last metadata expiration check: 4:04:34 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rubygem-net-http-digest_auth
Version : 1.4.1
Release : 10.fc35
Architecture : noarch
Size : 14 k
Source : rubygem-net-http-digest_auth-1.4.1-10.fc35.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.