How to Install and Uninstall rubygem-mocha.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: November 28,2024

1. Install "rubygem-mocha.noarch" package

This guide covers the steps necessary to install rubygem-mocha.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "rubygem-mocha.noarch" package

In this section, we are going to explain the necessary steps to uninstall rubygem-mocha.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the rubygem-mocha.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:16:28 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : rubygem-mocha
Version : 1.1.0
Release : 9.el8
Architecture : noarch
Size : 68 k
Source : rubygem-mocha-1.1.0-9.el8.src.rpm
Repository : epel
Summary : Mocking and stubbing library
URL : http://gofreerange.com/mocha/docs
License : MIT or Ruby or BSD
Description : Mocking and stubbing library with JMock/SchMock syntax, which allows mocking
: and stubbing of methods on real (non-mock) classes.