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

Last updated: May 18,2024

1. Install "rubygem-contracts.noarch" package

This guide covers the steps necessary to install rubygem-contracts.noarch on Fedora 36

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

2. Uninstall "rubygem-contracts.noarch" package

This guide let you learn how to uninstall rubygem-contracts.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:39:06 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : rubygem-contracts
Version : 0.17
Release : 3.fc36
Architecture : noarch
Size : 37 k
Source : rubygem-contracts-0.17-3.fc36.src.rpm
Repository : fedora
Summary : Contracts for Ruby
URL : http://egonschiele.github.io/contracts.ruby/
License : BSD
Description : This library provides contracts for Ruby. Contracts let you clearly express
: how your code behaves, and free you from writing tons of boilerplate,
: defensive code.