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

Last updated: July 03,2024

1. Install "python311-three-merge" package

Please follow the steps below to install python311-three-merge on openSuSE Tumbleweed

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

2. Uninstall "python311-three-merge" package

This tutorial shows how to uninstall python311-three-merge on openSuSE Tumbleweed:

$ sudo zypper remove python311-three-merge

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

Information for package python311-three-merge:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-three-merge
Version : 0.1.1-1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 53.6 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.