How to Install and Uninstall ruby3.0-rubygem-diff-lcs Package on openSuSE Tumbleweed

Last updated: May 05,2024

1. Install "ruby3.0-rubygem-diff-lcs" package

In this section, we are going to explain the necessary steps to install ruby3.0-rubygem-diff-lcs on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby3.0-rubygem-diff-lcs

2. Uninstall "ruby3.0-rubygem-diff-lcs" package

Learn how to uninstall ruby3.0-rubygem-diff-lcs on openSuSE Tumbleweed:

$ sudo zypper remove ruby3.0-rubygem-diff-lcs

3. Information about the ruby3.0-rubygem-diff-lcs package on openSuSE Tumbleweed

Information for package ruby3.0-rubygem-diff-lcs:
-------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby3.0-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.