How to Install and Uninstall rubygem-mocha.noarch Package on Oracle Linux 8

Last updated: August 28,2024

1. Install "rubygem-mocha.noarch" package

Here is a brief guide to show you how to install rubygem-mocha.noarch on Oracle Linux 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 Oracle Linux 8:

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

3. Information about the rubygem-mocha.noarch package on Oracle Linux 8

Last metadata expiration check: 0:57:19 ago on Mon Sep 12 02:51:38 2022.
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.