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

Last updated: June 26,2024

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

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

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

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

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

Last metadata expiration check: 2:27:19 ago on Tue Sep 6 08:10:37 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.