How To Install rubygem-httparty on Fedora 36

In this tutorial we learn how to install rubygem-httparty in Fedora 36. rubygem-httparty is Makes http fun! Also, makes consuming restful web services dead easy

Introduction

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

What is rubygem-httparty

Makes http fun! Also, makes consuming restful web services dead easy.

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

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

sudo dnf -y install rubygem-httparty

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

sudo yum -y install rubygem-httparty

How To Uninstall rubygem-httparty on Fedora 36

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

sudo dnf remove rubygem-httparty

rubygem-httparty Package Contents on Fedora 36

/usr/bin/httparty
/usr/share/gems/gems/httparty-0.18.1
/usr/share/gems/gems/httparty-0.18.1/MIT-LICENSE
/usr/share/gems/gems/httparty-0.18.1/bin
/usr/share/gems/gems/httparty-0.18.1/bin/httparty
/usr/share/gems/gems/httparty-0.18.1/lib
/usr/share/gems/gems/httparty-0.18.1/lib/httparty
/usr/share/gems/gems/httparty-0.18.1/lib/httparty.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/connection_adapter.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/cookie_hash.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/exceptions.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/hash_conversions.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/headers_processor.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/logger
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/logger/apache_formatter.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/logger/curl_formatter.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/logger/logger.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/logger/logstash_formatter.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/module_inheritable_attributes.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/net_digest_auth.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/parser.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/request
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/request.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/request/body.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/request/multipart_boundary.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/response
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/response.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/response/headers.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/response_fragment.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/text_encoder.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/utils.rb
/usr/share/gems/gems/httparty-0.18.1/lib/httparty/version.rb
/usr/share/gems/specifications/httparty-0.18.1.gemspec

References

Summary

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