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

Last updated: May 20,2024

1. Install "rubygem-timecop.noarch" package

This tutorial shows how to install rubygem-timecop.noarch on Fedora 36

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

2. Uninstall "rubygem-timecop.noarch" package

Please follow the step by step instructions below to uninstall rubygem-timecop.noarch on Fedora 36:

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

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

Last metadata expiration check: 4:37:32 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rubygem-timecop
Version : 0.9.4
Release : 2.fc36
Architecture : noarch
Size : 14 k
Source : rubygem-timecop-0.9.4-2.fc36.src.rpm
Repository : fedora
Summary : Provides a unified method to mock Time.now, Date.today in a single call
URL : https://github.com/travisjeffery/timecop
License : MIT
Description : A gem providing "time travel" and "time freezing" capabilities, making it dead
: simple to test time-dependent code. It provides a unified method to mock
: Time.now, Date.today, and DateTime.now in a single call.