How to Install and Uninstall java-diff-utils Package on openSuSE Tumbleweed

Last updated: June 28,2024

1. Install "java-diff-utils" package

Here is a brief guide to show you how to install java-diff-utils on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install java-diff-utils

2. Uninstall "java-diff-utils" package

Here is a brief guide to show you how to uninstall java-diff-utils on openSuSE Tumbleweed:

$ sudo zypper remove java-diff-utils

3. Information about the java-diff-utils package on openSuSE Tumbleweed

Information for package java-diff-utils:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : java-diff-utils
Version : 4.12-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 113.3 KiB
Installed : No
Status : not installed
Source package : java-diff-utils-4.12-1.3.src
Upstream URL : https://java-diff-utils.github.io/java-diff-utils/
Summary : A Java library for performing the comparison operations between texts
Description :
Diff Utils library is an OpenSource library for performing the comparison
operations between texts: computing diffs, applying patches, generating unified
diffs or parsing them, generating diff output for easy future displaying (like
side-by-side view) and so on.
Main reason to build this library was the lack of easy-to-use libraries with
all the usual stuff you need while working with diff files. Originally it was
inspired by JRCS library and it's nice design of diff module.
This is originally a fork of java-diff-utils from Google Code Archive.