How to Install and Uninstall ruby-httparty Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 03,2024

1. Install "ruby-httparty" package

Please follow the guidance below to install ruby-httparty on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ruby-httparty

2. Uninstall "ruby-httparty" package

This tutorial shows how to uninstall ruby-httparty on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove ruby-httparty $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-httparty package on Ubuntu 21.10 (Impish Indri)

Package: ruby-httparty
Architecture: all
Version: 0.18.1-2
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 161
Depends: ruby, ruby-multi-xml (>= 0.5.2), ruby-mime-types (>= 3.0), ruby-multi-json
Breaks: ruby-gitlab (<< 4.16.1~)
Filename: pool/universe/r/ruby-httparty/ruby-httparty_0.18.1-2_all.deb
Size: 32744
MD5sum: 9764d1fe48f1022b208164a1a1fe3313
SHA1: 9f5ffbaa64e72c035f4fe025ad512300f18c6fb6
SHA256: a54a82185885fa6fcd99ed73e4f1c1e98bf9c772c3aafba44d4c4436597b9818
SHA512: 87bce97773d9c57b9936fe394486e3e910040735561699a9647df210eb64246a652fd739616f9ec280f26e41635847deae2ef39ec6d0311b566a0cb10ecf9502
Homepage: https://github.com/jnunemaker/httparty
Description-en: quick web service consumption from any Ruby class
HTTParty is a Ruby library to build easily classes that can use
Web-based APIs and related services. At its simplest, the
HTTParty module is included within a class, which gives the class a
"get" method that can retrieve data over HTTP. Further directives,
however, instruct HTTParty to parse results (XML, JSON, and so on),
define base URIs for the requests, and define HTTP authentication
information.
Description-md5: 8f886a0a49a839fd171149e9508de585
Ruby-Versions: all