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

Last updated: May 18,2024

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

Please follow the guidance below to install ruby-net-http-persistent on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This tutorial shows how to uninstall ruby-net-http-persistent on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-net-http-persistent
Priority: optional
Section: universe/ruby
Installed-Size: 63
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 2.9.4-1
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-net-http-persistent/ruby-net-http-persistent_2.9.4-1_all.deb
Size: 15944
MD5sum: c470b35f9df369a0a58bb8e14b01843d
SHA1: 8d0de07d3f0ad9a508fccd3fa9e59e89ee369074
SHA256: ae1108342e8d5df24ea44ba152b0cdbbf08ec13ba24f8f513557d65df59d5e62
Description-en: Manages persistent connections using Net::HTTP
This package provides persistent connections to Net::HTTP.
.
Creating a new HTTP connection for every request involves an extra TCP
round-trip and causes TCP congestion avoidance negotiation to start over.
Using persistent HTTP connections can dramatically increase the speed of HTTP.
.
Net::HTTP supports persistent connections with some API methods but does not
handle reconnection gracefully. Net::HTTP::Persistent supports reconnection
and retry according to RFC 2616.
Description-md5: 247809db8881fea92f55f6801627cb6f
Homepage: http://docs.seattlerb.org/net-http-persistent
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu