How to Install and Uninstall dyff Package on openSuSE Tumbleweed

Last updated: June 21,2024

1. Install "dyff" package

Please follow the steps below to install dyff on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install dyff

2. Uninstall "dyff" package

This guide let you learn how to uninstall dyff on openSuSE Tumbleweed:

$ sudo zypper remove dyff

3. Information about the dyff package on openSuSE Tumbleweed

Information for package dyff:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : dyff
Version : 1.7.1-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 8.5 MiB
Installed : No
Status : not installed
Source package : dyff-1.7.1-1.1.src
Upstream URL : https://github.com/homeport/dyff
Summary : Diff tool for YAML files, and sometimes JSON
Description :
A diff tool for YAML files, and sometimes JSON.
dyff is inspired by the way the old BOSH v1 deployment output reported changes from one version to another by only showing the parts of a YAML file that change.
Each difference is referenced by its location in the YAML document by using either the Spruce dot-style syntax (some.path.in.the.file) or go-patch path syntax (/some/name=path/in/the/id=file). The output report aims to be as compact as possible to give a clear and simple overview of the change.
Similar to the standard diff tool, it follows the principle of describing the change by going from the from input file to the target to input file.
Input files can be local files (filesystem path), remote files (URI), or the standard input stream (using -).
All orders of keys in hashes are preserved during processing and output to the terminal, most notably in the sub-commands to convert YAML to JSON and vice versa.

5. The same packages on other Linux Distributions