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

Last updated: July 01,2024

1. Install "python312-three-merge" package

This tutorial shows how to install python312-three-merge on openSuSE Tumbleweed

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

2. Uninstall "python312-three-merge" package

In this section, we are going to explain the necessary steps to uninstall python312-three-merge on openSuSE Tumbleweed:

$ sudo zypper remove python312-three-merge

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

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