How to Install and Uninstall ruby-httparty Package on Kali Linux

Last updated: May 03,2024

1. Install "ruby-httparty" package

Please follow the guidance below to install ruby-httparty on Kali Linux

$ sudo apt update $ sudo apt install ruby-httparty

2. Uninstall "ruby-httparty" package

Please follow the instructions below to uninstall ruby-httparty on Kali Linux:

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

3. Information about the ruby-httparty package on Kali Linux

Package: ruby-httparty
Version: 0.21.0-1
Installed-Size: 173
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby, ruby-multi-xml (>= 0.5.2), ruby-mini-mime (>= 1.0.0)
Breaks: ruby-gitlab (<< 4.16.1~)
Size: 44208
SHA256: 656ba5959de566501a002975914e1976afe56f1c63be8b5f7ccb48edda15e9fc
SHA1: f87412d47a1918a7f3616637a4cddcff4c575be2
MD5sum: 37fc9e45316f9ba0ab3e18debd744f3c
Description: 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:
Homepage: https://github.com/jnunemaker/httparty
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-httparty/ruby-httparty_0.21.0-1_all.deb