How to Install and Uninstall meld.noarch Package on CentOS Stream 8

Last updated: October 06,2024

1. Install "meld.noarch" package

This guide let you learn how to install meld.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install meld.noarch

2. Uninstall "meld.noarch" package

In this section, we are going to explain the necessary steps to uninstall meld.noarch on CentOS Stream 8:

$ sudo dnf remove meld.noarch $ sudo dnf autoremove

3. Information about the meld.noarch package on CentOS Stream 8

Last metadata expiration check: 1:20:21 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : meld
Version : 3.20.4
Release : 2.el8
Architecture : noarch
Size : 775 k
Source : meld-3.20.4-2.el8.src.rpm
Repository : epel
Summary : Visual diff and merge tool
URL : http://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.