How to Install and Uninstall python3-three_merge.noarch Package on Fedora 35

Last updated: March 01,2025

1. Install "python3-three_merge.noarch" package

This is a short guide on how to install python3-three_merge.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-three_merge.noarch

2. Uninstall "python3-three_merge.noarch" package

This is a short guide on how to uninstall python3-three_merge.noarch on Fedora 35:

$ sudo dnf remove python3-three_merge.noarch $ sudo dnf autoremove

3. Information about the python3-three_merge.noarch package on Fedora 35

Last metadata expiration check: 1:10:24 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-three_merge
Version : 0.1.1
Release : 4.fc35
Architecture : noarch
Size : 16 k
Source : python-three_merge-0.1.1-4.fc35.src.rpm
Repository : fedora
Summary : Simple library for merging two strings with respect to a base one
URL : https://github.com/spyder-ide/three-merge
License : MIT
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.