How to Install and Uninstall ruby-webmock Package on Kali Linux

Last updated: May 20,2024

1. Install "ruby-webmock" package

This tutorial shows how to install ruby-webmock on Kali Linux

$ sudo apt update $ sudo apt install ruby-webmock

2. Uninstall "ruby-webmock" package

Please follow the guidelines below to uninstall ruby-webmock on Kali Linux:

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

3. Information about the ruby-webmock package on Kali Linux

Package: ruby-webmock
Version: 3.18.1-2
Installed-Size: 239
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-addressable (>= 2.8.0), ruby-crack (>= 0.3.2), ruby-hashdiff (>= 0.4.0), ruby-hashdiff (<< 2.0.0)
Recommends: ca-certificates
Size: 66200
SHA256: 6c70711fb2790002e9a6f1c99b36c12e0b83b99d7809df94abb0bef7bacb8f93
SHA1: ddf5e21c18a5b0d8d10381283fb22ef35f47ef74
MD5sum: b456837c70230dc2831a2d5a77f98fe7
Description: library for stubbing HTTP requests in Ruby
WebMock allows stubbing HTTP requests and setting expectations on HTTP
requests.
.
Features
.
* Stubbing HTTP requests at low http client lib level (no need to change
tests when you change HTTP library).
* Setting and verifying expectations on HTTP requests.
* Matching requests based on method, URI, headers and body.
* Smart matching of the same URIs in different representations (also encoded
and non encoded forms).
* Smart matching of the same headers in different representations.
Description-md5:
Homepage: https://github.com/bblimke/webmock
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-webmock/ruby-webmock_3.18.1-2_all.deb