How to Install and Uninstall python3-merge3.noarch Package on Fedora 39

Last updated: November 29,2024

1. Install "python3-merge3.noarch" package

This tutorial shows how to install python3-merge3.noarch on Fedora 39

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

2. Uninstall "python3-merge3.noarch" package

Please follow the guidelines below to uninstall python3-merge3.noarch on Fedora 39:

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

3. Information about the python3-merge3.noarch package on Fedora 39

Last metadata expiration check: 2:15:32 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-merge3
Version : 0.0.13
Release : 2.fc39
Architecture : noarch
Size : 28 k
Source : python-merge3-0.0.13-2.fc39.src.rpm
Repository : fedora
Summary : Python implementation of 3-way merge
URL : https://www.breezy-vcs.org
License : GPL-2.0-or-later
Description : A Python implementation of 3-way merge of texts.
:
: Given BASE, OTHER, THIS, tries to produce a combined text
: incorporating the changes from both BASE->OTHER and BASE->THIS.
: All three will typically be sequences of lines.