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

Last updated: October 08,2024

1. Install "python3-three_merge.noarch" package

This guide let you learn how to install python3-three_merge.noarch on Fedora 36

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

2. Uninstall "python3-three_merge.noarch" package

This guide let you learn how to uninstall python3-three_merge.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:46:57 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-three_merge
Version : 0.1.1
Release : 5.fc36
Architecture : noarch
Size : 16 k
Source : python-three_merge-0.1.1-5.fc36.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.