How to Install and Uninstall rubygem-diff-lcs.noarch Package on Fedora 35

Last updated: May 08,2024

1. Install "rubygem-diff-lcs.noarch" package

Please follow the guidance below to install rubygem-diff-lcs.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install rubygem-diff-lcs.noarch

2. Uninstall "rubygem-diff-lcs.noarch" package

Please follow the steps below to uninstall rubygem-diff-lcs.noarch on Fedora 35:

$ sudo dnf remove rubygem-diff-lcs.noarch $ sudo dnf autoremove

3. Information about the rubygem-diff-lcs.noarch package on Fedora 35

Last metadata expiration check: 5:43:08 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : rubygem-diff-lcs
Version : 1.3
Release : 11.fc35
Architecture : noarch
Size : 36 k
Source : rubygem-diff-lcs-1.3-11.fc35.src.rpm
Repository : fedora
Summary : Provide a list of changes between two sequenced collections
URL : https://github.com/halostatue/diff-lcs
License : GPLv2+ or Artistic or MIT
Description : Diff::LCS computes the difference between two Enumerable sequences using the
: McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities
: to create a simple HTML diff output format and a standard diff-like tool.