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

Last updated: May 17,2024

1. Install "ruby-http" package

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

$ sudo apt update $ sudo apt install ruby-http

2. Uninstall "ruby-http" package

Here is a brief guide to show you how to uninstall ruby-http on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-http
Priority: optional
Section: universe/ruby
Installed-Size: 116
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 1.0.2-2ubuntu2
Depends: ruby | ruby-interpreter, ruby-addressable, ruby-http-cookie, ruby-http-form-data, ruby-http-parser.rb
Filename: pool/universe/r/ruby-http/ruby-http_1.0.2-2ubuntu2_all.deb
Size: 26540
MD5sum: cbabffdaafa326bff396b3f25ff9a689
SHA1: d22db0917070c365a348f84146e3983de2bf3169
SHA256: c201279ac14df7b725848cf92826bf78873e9025280d0269b0b283b3513dc802
Description-en: easy-to-use client library for making http requests from Ruby
It uses a simple method chaining system for building requests, similar
to Python's Requests
.
Under the hood, The HTTP Gem uses http_parser.rb, a fast HTTP parsing
native extension based on the Node.js parser and a Java port thereof.
Description-md5: db6280d1bf67dfab5844b55174bed239
Homepage: https://github.com/httprb/http.rb
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu