How to Install and Uninstall rubygem-shoulda-context.noarch Package on Fedora 38

Last updated: October 30,2024

1. Install "rubygem-shoulda-context.noarch" package

In this section, we are going to explain the necessary steps to install rubygem-shoulda-context.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install rubygem-shoulda-context.noarch

2. Uninstall "rubygem-shoulda-context.noarch" package

This guide covers the steps necessary to uninstall rubygem-shoulda-context.noarch on Fedora 38:

$ sudo dnf remove rubygem-shoulda-context.noarch $ sudo dnf autoremove

3. Information about the rubygem-shoulda-context.noarch package on Fedora 38

Last metadata expiration check: 4:04:31 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : rubygem-shoulda-context
Version : 1.2.2
Release : 15.fc38
Architecture : noarch
Size : 19 k
Source : rubygem-shoulda-context-1.2.2-15.fc38.src.rpm
Repository : fedora
Summary : Context framework extracted from Shoulda
URL : https://github.com/thoughtbot/shoulda-context
License : MIT
Description : Shoulda's contexts make it easy to write understandable and maintainable
: tests for Test::Unit. It's fully compatible with your existing tests in
: Test::Unit, and requires no retooling to use.
:
: Refer to the shoulda gem if you want to know more about using shoulda
: with Rails or RSpec.