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

Last updated: October 05,2024

1. Install "python3-three_merge.noarch" package

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

$ 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 34:

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

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

Last metadata expiration check: 3:31:07 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-three_merge
Version : 0.1.1
Release : 2.fc34
Architecture : noarch
Size : 16 k
Source : python-three_merge-0.1.1-2.fc34.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.