How to Install and Uninstall python36-three-merge Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "python36-three-merge" package

Learn how to install python36-three-merge on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-three-merge

2. Uninstall "python36-three-merge" package

Here is a brief guide to show you how to uninstall python36-three-merge on openSuSE Tumbleweed:

$ sudo zypper remove python36-three-merge

3. Information about the python36-three-merge package on openSuSE Tumbleweed

Information for package python36-three-merge:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-three-merge
Version : 0.1.1-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 38,7 KiB
Installed : No
Status : not installed
Source package : python-three-merge-0.1.1-1.5.src
Summary : Simple library for merging two strings with respect to a base one
Description :
Simple Python library to perform a 3-way merge between strings, based on
diff-match-patch. This library performs merges at a character level, as
opposed to most VCS systems, which opt for a line-based approach.