How to Install and Uninstall rubygem-mocha.noarch Package on CentOS Stream 9

Last updated: February 04,2025

1. Install "rubygem-mocha.noarch" package

This tutorial shows how to install rubygem-mocha.noarch on CentOS Stream 9

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

2. Uninstall "rubygem-mocha.noarch" package

This guide covers the steps necessary to uninstall rubygem-mocha.noarch on CentOS Stream 9:

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

3. Information about the rubygem-mocha.noarch package on CentOS Stream 9

Last metadata expiration check: 0:01:23 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : rubygem-mocha
Version : 1.9.0
Release : 5.el9
Architecture : noarch
Size : 68 k
Source : rubygem-mocha-1.9.0-5.el9.src.rpm
Repository : epel
Summary : Mocking and stubbing library
URL : https://mocha.jamesmead.org
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.