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

Last updated: October 09,2024

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

This tutorial shows how to install rubygem-diff-lcs.noarch on Fedora 36

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

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

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

Last metadata expiration check: 3:44:20 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : rubygem-diff-lcs
Version : 1.3
Release : 12.fc36
Architecture : noarch
Size : 36 k
Source : rubygem-diff-lcs-1.3-12.fc36.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.