How to Install and Uninstall ruby-httparty Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 03,2024

1. Install "ruby-httparty" package

Please follow the guidance below to install ruby-httparty on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-httparty

2. Uninstall "ruby-httparty" package

Learn how to uninstall ruby-httparty on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-httparty package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-httparty
Architecture: all
Version: 0.17.0-1
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 149
Depends: ruby | ruby-interpreter, ruby-mime-types (>= 3.0), ruby-multi-json, ruby-multi-xml
Filename: pool/universe/r/ruby-httparty/ruby-httparty_0.17.0-1_all.deb
Size: 30484
MD5sum: b4bb7eb4631afb50988703c697f3136c
SHA1: 80a127647c13627eae758aa77733afad38e39411
SHA256: b85d1a49e5227fbdfcf6fb80117837f62245991f5c36f385f4b52bdb9b193718
SHA512: 12b274d19087afddd50beaf2e4c7ab7c011c52f6bbe5bf2819d80104d07b43aecbd3dad4112494b39422c7e619aad5ff62e086f6da91a16915b7b3f2fbc45df5
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