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

Last updated: October 05,2024

1. Install "rubygem-diffy.noarch" package

Please follow the guidance below to install rubygem-diffy.noarch on Fedora 34

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

2. Uninstall "rubygem-diffy.noarch" package

In this section, we are going to explain the necessary steps to uninstall rubygem-diffy.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:58:57 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-diffy
Version : 3.2.1
Release : 5.fc34
Architecture : noarch
Size : 18 k
Source : rubygem-diffy-3.2.1-5.fc34.src.rpm
Repository : fedora
Summary : A convenient way to diff string in ruby
URL : http://github.com/samg/diffy
License : MIT
Description : It provides a convenient way to generate a diff from two strings or files.
: Instead of reimplementing the LCS diff algorithm Diffy uses battle tested Unix
: diff to generate diffs, and focuses on providing a convenient interface,
: and getting out of your way.