How to Install and Uninstall ruby2.7-rubygem-diff-lcs Package on openSuSE Tumbleweed

Last updated: November 07,2024

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

This guide covers the steps necessary to install ruby2.7-rubygem-diff-lcs on openSuSE Tumbleweed

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

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

This tutorial shows how to uninstall ruby2.7-rubygem-diff-lcs on openSuSE Tumbleweed:

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

3. Information about the ruby2.7-rubygem-diff-lcs package on openSuSE Tumbleweed

Information for package ruby2.7-rubygem-diff-lcs:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby2.7-rubygem-diff-lcs
Version : 1.4.4-1.7
Arch : x86_64
Vendor : openSUSE
Installed Size : 174,1 KiB
Installed : No
Status : not installed
Source package : rubygem-diff-lcs-1.4.4-1.7.src
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.4.3, providing a simple extension that allows for
Diff::LCS::Change objects to be treated implicitly as arrays and fixes a
number of formatting issues.
Ruby versions below 2.5 are soft-deprecated, which means that older versions
are no longer part of the CI test suite. If any changes have been introduced
that break those versions, bug reports and patches will be accepted, but it
will be up to the reporter to verify any fixes prior to release. The next
major release will completely break compatibility.