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

Last updated: January 10,2025

1. Install "rubygem-contracts.noarch" package

Please follow the instructions below to install rubygem-contracts.noarch on Fedora 34

$ 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 34:

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

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

Last metadata expiration check: 2:58:00 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-contracts
Version : 0.16.1
Release : 1.fc34
Architecture : noarch
Size : 36 k
Source : rubygem-contracts-0.16.1-1.fc34.src.rpm
Repository : updates
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.