How to Install and Uninstall ruby-net-http-persistent Package on Kali Linux

Last updated: May 18,2024

1. Install "ruby-net-http-persistent" package

Please follow the guidelines below to install ruby-net-http-persistent on Kali Linux

$ sudo apt update $ sudo apt install ruby-net-http-persistent

2. Uninstall "ruby-net-http-persistent" package

Please follow the steps below to uninstall ruby-net-http-persistent on Kali Linux:

$ sudo apt remove ruby-net-http-persistent $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-net-http-persistent package on Kali Linux

Package: ruby-net-http-persistent
Version: 4.0.2-2
Installed-Size: 63
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-connection-pool (>= 2.2)
Breaks: ruby-connection-pool (<< 2.4.1~)
Size: 19504
SHA256: 40ad16e96ca50e0fb6604d8edfbea07f2e501acd5473a95bae14aa9ae08c73c4
SHA1: e48d3498eec97d45a0424cd3626fcb6220ee4e03
MD5sum: 656a85628ebd7d83bd1979a733786867
Description: Manages persistent connections using Net::HTTP
This package provides persistent connections to Net::HTTP.
.
Using persistent HTTP connections can dramatically increase the speed of HTTP.
Creating a new HTTP connection for every request involves an extra TCP
round-trip and causes TCP congestion avoidance negotiation to start over.
.
Net::HTTP supports persistent connections with some API methods but does not
make setting up a single persistent connection or managing multiple
connections easy. Net::HTTP::Persistent wraps Net::HTTP and allows you to
focus on how to make HTTP requests.
Description-md5:
Homepage: https://github.com/drbrain/net-http-persistent
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-net-http-persistent/ruby-net-http-persistent_4.0.2-2_all.deb