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

Last updated: May 10,2024

1. Install "ruby-httpclient" package

Please follow the guidelines below to install ruby-httpclient on Kali Linux

$ sudo apt update $ sudo apt install ruby-httpclient

2. Uninstall "ruby-httpclient" package

This is a short guide on how to uninstall ruby-httpclient on Kali Linux:

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

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

Package: ruby-httpclient
Version: 2.8.3+git20211122.4658227-1
Installed-Size: 301
Maintainer: Debian Ruby Team
Architecture: all
Depends: ca-certificates, ruby-http-cookie, ruby
Size: 79512
SHA256: 96f72c8025b451fd36cece810178e5dbcd70494d3f4f5882af8726c829fe6d57
SHA1: a142fe6961e13693d9bc84918d757a6c3e003f74
MD5sum: 0c8559ea63693ed37098baf15971538a
Description: HTTP client library for ruby
httpclient gives something like the functionality of
libwww-perl (LWP) in Ruby.
.
Features:
* methods like GET/HEAD/POST/* via HTTP/1.1.
* HTTPS(SSL), Cookies, proxy, authentication(Digest, NTLM, Basic), etc.
* asynchronous HTTP request, streaming HTTP request.
* by contrast with net/http in standard distribution;
- Cookies support
- MT-safe
- streaming POST (POST with File/IO)
- Digest auth
- Negotiate/NTLM auth for WWW-Authenticate (requires net/htlm module)
- NTLM auth for WWW-Authenticate/Proxy-Authenticate (requires
win32/sspi module)
- extensible with filter interface
- you don't have to care HTTP/1.1 persistent connection (httpclient
cares instead of you).
Description-md5:
Homepage: https://github.com/nahi/httpclient
Ruby-Versions: all
Tag: protocol::http, role::program
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-httpclient/ruby-httpclient_2.8.3+git20211122.4658227-1_all.deb