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

Last updated: May 14,2024

1. Install "ruby-httpclient" package

This tutorial shows how to install ruby-httpclient on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ruby-httpclient

2. Uninstall "ruby-httpclient" package

Please follow the guidance below to uninstall ruby-httpclient on Ubuntu 21.10 (Impish Indri):

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

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

Package: ruby-httpclient
Architecture: all
Version: 2.8.3-3
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 793
Depends: ruby | ruby-interpreter, ruby-http-cookie (>= 1.0)
Filename: pool/universe/r/ruby-httpclient/ruby-httpclient_2.8.3-3_all.deb
Size: 212936
MD5sum: b4241c9809ad71da076609076cc1efa6
SHA1: 95a76eaf6c88201b0ddf0c26297807a33da676a3
SHA256: a0121a6233889801bb9213bdcee74e97fab54363aeac2741e076b94fbd4be970
SHA512: 709c819e087805cb4af82894c686390f38ef09e22eab5452ecbefeb82b4d72dd90678707cc970f3c42bfa724d85049664d57bbc0b2b673c9754f632549cebdde
Homepage: https://github.com/nahi/httpclient
Description-en: 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;
o Cookies support
o MT-safe
o streaming POST (POST with File/IO)
o Digest auth
o Negotiate/NTLM auth for WWW-Authenticate (requires net/htlm module)
o NTLM auth for WWW-Authenticate/Proxy-Authenticate (requires
win32/sspi module)
o extensible with filter interface
o you don't have to care HTTP/1.1 persistent connection (httpclient
cares instead of you).
Description-md5: 64e2660dc5aaae810fa1d3a9ffed0eba
Ruby-Versions: all