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

Last updated: January 12,2025

1. Install "rubygem-contracts.noarch" package

Please follow the guidelines below to install rubygem-contracts.noarch on Fedora 39

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

2. Uninstall "rubygem-contracts.noarch" package

Learn how to uninstall rubygem-contracts.noarch on Fedora 39:

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

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

Last metadata expiration check: 3:30:51 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : rubygem-contracts
Version : 0.17
Release : 7.fc39
Architecture : noarch
Size : 41 k
Source : rubygem-contracts-0.17-7.fc39.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.