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

Last updated: October 05,2024

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

This guide covers the steps necessary to install rubygem-diff-lcs.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall rubygem-diff-lcs.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:03:50 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : rubygem-diff-lcs
Version : 1.3
Release : 10.fc34
Architecture : noarch
Size : 36 k
Source : rubygem-diff-lcs-1.3-10.fc34.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.