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

Last updated: May 14,2024

1. Install "ruby-faraday" package

In this section, we are going to explain the necessary steps to install ruby-faraday on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-faraday

2. Uninstall "ruby-faraday" package

This guide covers the steps necessary to uninstall ruby-faraday on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-faraday
Priority: optional
Section: universe/ruby
Installed-Size: 154
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 0.9.2-3
Depends: ruby | ruby-interpreter, ruby-multipart-post
Filename: pool/universe/r/ruby-faraday/ruby-faraday_0.9.2-3_all.deb
Size: 33352
MD5sum: aba3851add4d92094d8b67c02a6039b2
SHA1: d6b9ddabf415a0cf8d7d9a841cae73c5937c5a3f
SHA256: cd2f17a7c30676d28eef7ef259373119f85bdae242f7757b31ed74a0d413281a
Description-en: HTTP/REST API client library
Faraday is an HTTP client lib that provides a common
interface over many adapters (such as Net::HTTP) and embraces the
concept of Rack middleware when processing the request/response cycle.
Description-md5: 063f5a0a192ff06d0dfabc90fc24e78a
Homepage: https://github.com/lostisland/faraday
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu