How to Install and Uninstall rubygem-gem-patch.noarch Package on Fedora 35

Last updated: October 05,2024

1. Install "rubygem-gem-patch.noarch" package

This guide covers the steps necessary to install rubygem-gem-patch.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install rubygem-gem-patch.noarch

2. Uninstall "rubygem-gem-patch.noarch" package

This is a short guide on how to uninstall rubygem-gem-patch.noarch on Fedora 35:

$ sudo dnf remove rubygem-gem-patch.noarch $ sudo dnf autoremove

3. Information about the rubygem-gem-patch.noarch package on Fedora 35

Last metadata expiration check: 1:41:30 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rubygem-gem-patch
Version : 0.1.6
Release : 11.fc33
Architecture : noarch
Size : 13 k
Source : rubygem-gem-patch-0.1.6-11.fc33.src.rpm
Repository : fedora
Summary : RubyGems plugin for patching gems
URL : http://github.com/strzibny/gem-patch
License : MIT
Description : gem-patch is a RubyGems plugin that helps to patch gems
: without manually opening and rebuilding them.
: It opens a given .gem file, extracts it, patches it with
: system `patch` command, clones its spec, updates the file list
: and builds the patched gem.