How to Install and Uninstall meld.noarch Package on Fedora 36

Last updated: October 08,2024

1. Install "meld.noarch" package

This is a short guide on how to install meld.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install meld.noarch

2. Uninstall "meld.noarch" package

Please follow the guidance below to uninstall meld.noarch on Fedora 36:

$ sudo dnf remove meld.noarch $ sudo dnf autoremove

3. Information about the meld.noarch package on Fedora 36

Last metadata expiration check: 2:35:25 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : meld
Version : 3.21.2
Release : 1.fc36
Architecture : noarch
Size : 819 k
Source : meld-3.21.2-1.fc36.src.rpm
Repository : updates
Summary : Visual diff and merge tool
URL : https://meldmerge.org/
License : GPLv2+
Description : Meld is a visual diff and merge tool targeted at developers. It helps you
: compare files, directories, and version controlled projects. It provides two-
: and three-way comparison of both files and directories, and the tabbed interface
: allows you to open many diffs at once.
: Meld has has support for many popular version control systems including Git,
: Mercurial, Bazaar, SVN and CVS. The diff viewer lets you edit files in place
: (diffs update dynamically), and a middle column shows detailed changes and
: allows merges. The margins show location of changes for easy navigation.