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

Last updated: November 24,2024

1. Install "python310-three-merge" package

Please follow the step by step instructions below to install python310-three-merge on openSuSE Tumbleweed

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

2. Uninstall "python310-three-merge" package

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

$ sudo zypper remove python310-three-merge

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

Information for package python310-three-merge:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-three-merge
Version : 0.1.1-1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 37.2 KiB
Installed : No
Status : not installed
Source package : python-three-merge-0.1.1-1.17.src
Upstream URL : https://github.com/spyder-ide/three-merge
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.