How to Install and Uninstall rubygem-vcr.noarch Package on Fedora 34

Last updated: September 21,2024

1. Install "rubygem-vcr.noarch" package

In this section, we are going to explain the necessary steps to install rubygem-vcr.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install rubygem-vcr.noarch

2. Uninstall "rubygem-vcr.noarch" package

Please follow the guidelines below to uninstall rubygem-vcr.noarch on Fedora 34:

$ sudo dnf remove rubygem-vcr.noarch $ sudo dnf autoremove

3. Information about the rubygem-vcr.noarch package on Fedora 34

Last metadata expiration check: 1:49:42 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : rubygem-vcr
Version : 2.3.0
Release : 16.fc34
Architecture : noarch
Size : 663 k
Source : rubygem-vcr-2.3.0-16.fc34.src.rpm
Repository : fedora
Summary : Record test suite HTTP interactions and replay during future test runs
URL : http://github.com/myronmarston/vcr
License : MIT
Description : VCR provides a simple API to record and replay your test suite's HTTP
: interactions. It works with a variety of HTTP client libraries, HTTP stubbing
: libraries and testing frameworks.