How to Install and Uninstall ruby2.5-rubygem-diff-lcs Package on openSUSE Leap

Last updated: May 19,2024

1. Install "ruby2.5-rubygem-diff-lcs" package

This guide covers the steps necessary to install ruby2.5-rubygem-diff-lcs on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ruby2.5-rubygem-diff-lcs

2. Uninstall "ruby2.5-rubygem-diff-lcs" package

This is a short guide on how to uninstall ruby2.5-rubygem-diff-lcs on openSUSE Leap:

$ sudo zypper remove ruby2.5-rubygem-diff-lcs

3. Information about the ruby2.5-rubygem-diff-lcs package on openSUSE Leap

Information for package ruby2.5-rubygem-diff-lcs:
-------------------------------------------------
Repository : Main Repository
Name : ruby2.5-rubygem-diff-lcs
Version : 1.3-1.30
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 162.0 KiB
Installed : No
Status : not installed
Source package : rubygem-diff-lcs-1.3-1.30.src
Upstream URL : https://github.com/halostatue/diff-lcs
Summary : Diff::LCS computes the difference between two Enumerable sequences
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.
This is release 1.3, providing a tentative fix to a long-standing issue
related
to incorrect detection of a patch direction. Also modernizes the gem
infrastructure, testing infrastructure, and provides a warning-free experience
to Ruby 2.4 users.