How to Install and Uninstall ruby-httparty Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 03,2024

1. Install "ruby-httparty" package

Please follow the guidelines below to install ruby-httparty on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-httparty

2. Uninstall "ruby-httparty" package

Please follow the guidelines below to uninstall ruby-httparty on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ruby-httparty package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-httparty
Priority: optional
Section: universe/ruby
Installed-Size: 117
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.13.5-1
Depends: ruby | ruby-interpreter, ruby-multi-json, ruby-multi-xml
Filename: pool/universe/r/ruby-httparty/ruby-httparty_0.13.5-1_all.deb
Size: 24482
MD5sum: 260ad42b9643ba5a82c8188b1f97e747
SHA1: b6aa0ca7bd44db854c48aafd23f9df3de92e701a
SHA256: 8ab3166d97ede29946c8b97ffda24622b7ab8d4d64abf36eeb1c9e28ba992c31
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
Homepage: http://jnunemaker.github.com/httparty
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu