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

Last updated: October 07,2024

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

Learn how to install rubygem-shoulda-context.noarch on Fedora 36

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

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

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

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

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

Last metadata expiration check: 4:52:52 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rubygem-shoulda-context
Version : 1.2.2
Release : 11.fc36
Architecture : noarch
Size : 19 k
Source : rubygem-shoulda-context-1.2.2-11.fc36.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.