How To Install meld on CentOS 8

meld is Visual diff and merge tool

Introduction

In this tutorial we learn how to install meld on CentOS 8.

What is meld

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.

We can use yum or dnf to install meld on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install meld.

Install meld on CentOS 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install meld using dnf by running the following command:

sudo dnf -y install meld

Install meld on CentOS 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install meld using yum by running the following command:

sudo yum -y install meld

How To Uninstall meld on CentOS 8

To uninstall only the meld package we can use the following command:

sudo dnf remove meld

meld Package Contents on CentOS 8

/usr/bin/meld
/usr/lib/python3.6/site-packages/meld
/usr/lib/python3.6/site-packages/meld-3.20.2-py3.6.egg-info
/usr/lib/python3.6/site-packages/meld/__init__.py
/usr/lib/python3.6/site-packages/meld/__pycache__
/usr/lib/python3.6/site-packages/meld/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/build_helpers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/build_helpers.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/conf.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/conf.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/const.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/const.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/diffgrid.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/diffgrid.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/diffmap.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/diffmap.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/dirdiff.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/dirdiff.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/filediff.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/filediff.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/filemerge.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/filemerge.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/filters.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/filters.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/gutterrendererchunk.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/gutterrendererchunk.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/iohelpers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/iohelpers.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/linkmap.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/linkmap.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/meldapp.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/meldapp.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/meldbuffer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/meldbuffer.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/melddoc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/melddoc.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/meldwindow.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/meldwindow.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/misc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/misc.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/newdifftab.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/newdifftab.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/patchdialog.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/patchdialog.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/preferences.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/preferences.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/recent.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/recent.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/settings.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/settings.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/sourceview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/sourceview.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/task.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/task.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/tree.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/tree.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/treehelpers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/treehelpers.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/undo.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/undo.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/vcview.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/vcview.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/windowstate.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/__pycache__/windowstate.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/build_helpers.py
/usr/lib/python3.6/site-packages/meld/conf.py
/usr/lib/python3.6/site-packages/meld/const.py
/usr/lib/python3.6/site-packages/meld/diffgrid.py
/usr/lib/python3.6/site-packages/meld/diffmap.py
/usr/lib/python3.6/site-packages/meld/dirdiff.py
/usr/lib/python3.6/site-packages/meld/filediff.py
/usr/lib/python3.6/site-packages/meld/filemerge.py
/usr/lib/python3.6/site-packages/meld/filters.py
/usr/lib/python3.6/site-packages/meld/gutterrendererchunk.py
/usr/lib/python3.6/site-packages/meld/iohelpers.py
/usr/lib/python3.6/site-packages/meld/linkmap.py
/usr/lib/python3.6/site-packages/meld/matchers
/usr/lib/python3.6/site-packages/meld/matchers/__init__.py
/usr/lib/python3.6/site-packages/meld/matchers/__pycache__
/usr/lib/python3.6/site-packages/meld/matchers/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/matchers/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/matchers/__pycache__/diffutil.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/matchers/__pycache__/diffutil.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/matchers/__pycache__/helpers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/matchers/__pycache__/helpers.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/matchers/__pycache__/merge.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/matchers/__pycache__/merge.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/matchers/__pycache__/myers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/matchers/__pycache__/myers.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/matchers/diffutil.py
/usr/lib/python3.6/site-packages/meld/matchers/helpers.py
/usr/lib/python3.6/site-packages/meld/matchers/merge.py
/usr/lib/python3.6/site-packages/meld/matchers/myers.py
/usr/lib/python3.6/site-packages/meld/meldapp.py
/usr/lib/python3.6/site-packages/meld/meldbuffer.py
/usr/lib/python3.6/site-packages/meld/melddoc.py
/usr/lib/python3.6/site-packages/meld/meldwindow.py
/usr/lib/python3.6/site-packages/meld/misc.py
/usr/lib/python3.6/site-packages/meld/newdifftab.py
/usr/lib/python3.6/site-packages/meld/patchdialog.py
/usr/lib/python3.6/site-packages/meld/preferences.py
/usr/lib/python3.6/site-packages/meld/recent.py
/usr/lib/python3.6/site-packages/meld/settings.py
/usr/lib/python3.6/site-packages/meld/sourceview.py
/usr/lib/python3.6/site-packages/meld/task.py
/usr/lib/python3.6/site-packages/meld/tree.py
/usr/lib/python3.6/site-packages/meld/treehelpers.py
/usr/lib/python3.6/site-packages/meld/ui
/usr/lib/python3.6/site-packages/meld/ui/__init__.py
/usr/lib/python3.6/site-packages/meld/ui/__pycache__
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/bufferselectors.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/bufferselectors.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/cellrenderers.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/cellrenderers.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/emblemcellrenderer.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/emblemcellrenderer.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/filechooser.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/filechooser.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/findbar.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/findbar.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/gladesupport.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/gladesupport.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/gnomeglade.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/gnomeglade.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/gtkcompat.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/gtkcompat.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/historyentry.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/historyentry.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/listselector.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/listselector.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/listwidget.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/listwidget.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/msgarea.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/msgarea.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/notebook.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/notebook.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/notebooklabel.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/notebooklabel.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/statusbar.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/statusbar.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/util.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/util.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/vcdialogs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/ui/__pycache__/vcdialogs.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/ui/bufferselectors.py
/usr/lib/python3.6/site-packages/meld/ui/cellrenderers.py
/usr/lib/python3.6/site-packages/meld/ui/emblemcellrenderer.py
/usr/lib/python3.6/site-packages/meld/ui/filechooser.py
/usr/lib/python3.6/site-packages/meld/ui/findbar.py
/usr/lib/python3.6/site-packages/meld/ui/gladesupport.py
/usr/lib/python3.6/site-packages/meld/ui/gnomeglade.py
/usr/lib/python3.6/site-packages/meld/ui/gtkcompat.py
/usr/lib/python3.6/site-packages/meld/ui/historyentry.py
/usr/lib/python3.6/site-packages/meld/ui/listselector.py
/usr/lib/python3.6/site-packages/meld/ui/listwidget.py
/usr/lib/python3.6/site-packages/meld/ui/msgarea.py
/usr/lib/python3.6/site-packages/meld/ui/notebook.py
/usr/lib/python3.6/site-packages/meld/ui/notebooklabel.py
/usr/lib/python3.6/site-packages/meld/ui/statusbar.py
/usr/lib/python3.6/site-packages/meld/ui/util.py
/usr/lib/python3.6/site-packages/meld/ui/vcdialogs.py
/usr/lib/python3.6/site-packages/meld/undo.py
/usr/lib/python3.6/site-packages/meld/vc
/usr/lib/python3.6/site-packages/meld/vc/COPYING
/usr/lib/python3.6/site-packages/meld/vc/README
/usr/lib/python3.6/site-packages/meld/vc/__init__.py
/usr/lib/python3.6/site-packages/meld/vc/__pycache__
/usr/lib/python3.6/site-packages/meld/vc/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/vc/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/vc/__pycache__/_null.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/vc/__pycache__/_null.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/vc/__pycache__/_vc.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/vc/__pycache__/_vc.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/vc/__pycache__/bzr.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/vc/__pycache__/bzr.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/vc/__pycache__/darcs.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/vc/__pycache__/darcs.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/vc/__pycache__/git.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/vc/__pycache__/git.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/vc/__pycache__/mercurial.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/vc/__pycache__/mercurial.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/vc/__pycache__/svn.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/meld/vc/__pycache__/svn.cpython-36.pyc
/usr/lib/python3.6/site-packages/meld/vc/_null.py
/usr/lib/python3.6/site-packages/meld/vc/_vc.py
/usr/lib/python3.6/site-packages/meld/vc/bzr.py
/usr/lib/python3.6/site-packages/meld/vc/darcs.py
/usr/lib/python3.6/site-packages/meld/vc/git.py
/usr/lib/python3.6/site-packages/meld/vc/mercurial.py
/usr/lib/python3.6/site-packages/meld/vc/svn.py
/usr/lib/python3.6/site-packages/meld/vcview.py
/usr/lib/python3.6/site-packages/meld/windowstate.py
/usr/share/applications/org.gnome.meld.desktop
/usr/share/doc/meld
/usr/share/doc/meld/COPYING
/usr/share/doc/meld/NEWS
/usr/share/glib-2.0/schemas/org.gnome.meld.gschema.xml
/usr/share/help/C/meld
/usr/share/help/C/meld/command-line.page
/usr/share/help/C/meld/file-changes.page
/usr/share/help/C/meld/file-filters.page
/usr/share/help/C/meld/file-mode.page
/usr/share/help/C/meld/flattened-view.page
/usr/share/help/C/meld/folder-mode.page
/usr/share/help/C/meld/index.page
/usr/share/help/C/meld/introduction.page
/usr/share/help/C/meld/keyboard-shortcuts.page
/usr/share/help/C/meld/legal.xml
/usr/share/help/C/meld/missing-functionality.page
/usr/share/help/C/meld/preferences.page
/usr/share/help/C/meld/resolving-conflicts.page
/usr/share/help/C/meld/text-filters.page
/usr/share/help/C/meld/vc-mode.page
/usr/share/help/C/meld/vc-supported.page
/usr/share/icons/HighContrast/scalable/apps/org.gnome.meld.svg
/usr/share/icons/hicolor/16x16/actions/meld-change-apply-left.png
/usr/share/icons/hicolor/16x16/actions/meld-change-apply-right.png
/usr/share/icons/hicolor/16x16/actions/meld-change-copy.png
/usr/share/icons/hicolor/16x16/actions/meld-change-delete.png
/usr/share/icons/hicolor/16x16/apps/meld-version-control.png
/usr/share/icons/hicolor/16x16/apps/org.gnome.meld.png
/usr/share/icons/hicolor/22x22/apps/org.gnome.meld.png
/usr/share/icons/hicolor/32x32/apps/org.gnome.meld.png
/usr/share/icons/hicolor/48x48/apps/meld-version-control.png
/usr/share/icons/hicolor/48x48/apps/org.gnome.meld.png
/usr/share/icons/hicolor/scalable/apps/org.gnome.meld.svg
/usr/share/locale/ar/LC_MESSAGES/meld.mo
/usr/share/locale/bg/LC_MESSAGES/meld.mo
/usr/share/locale/bs/LC_MESSAGES/meld.mo
/usr/share/locale/ca/LC_MESSAGES/meld.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/meld.mo
/usr/share/locale/cs/LC_MESSAGES/meld.mo
/usr/share/locale/da/LC_MESSAGES/meld.mo
/usr/share/locale/de/LC_MESSAGES/meld.mo
/usr/share/locale/dz/LC_MESSAGES/meld.mo
/usr/share/locale/el/LC_MESSAGES/meld.mo
/usr/share/locale/en_CA/LC_MESSAGES/meld.mo
/usr/share/locale/en_GB/LC_MESSAGES/meld.mo
/usr/share/locale/eo/LC_MESSAGES/meld.mo
/usr/share/locale/es/LC_MESSAGES/meld.mo
/usr/share/locale/eu/LC_MESSAGES/meld.mo
/usr/share/locale/fi/LC_MESSAGES/meld.mo
/usr/share/locale/fr/LC_MESSAGES/meld.mo
/usr/share/locale/gl/LC_MESSAGES/meld.mo
/usr/share/locale/he/LC_MESSAGES/meld.mo
/usr/share/locale/hu/LC_MESSAGES/meld.mo
/usr/share/locale/id/LC_MESSAGES/meld.mo
/usr/share/locale/it/LC_MESSAGES/meld.mo
/usr/share/locale/ja/LC_MESSAGES/meld.mo
/usr/share/locale/ko/LC_MESSAGES/meld.mo
/usr/share/locale/nb/LC_MESSAGES/meld.mo
/usr/share/locale/ne/LC_MESSAGES/meld.mo
/usr/share/locale/nl/LC_MESSAGES/meld.mo
/usr/share/locale/oc/LC_MESSAGES/meld.mo
/usr/share/locale/pa/LC_MESSAGES/meld.mo
/usr/share/locale/pl/LC_MESSAGES/meld.mo
/usr/share/locale/pt/LC_MESSAGES/meld.mo
/usr/share/locale/pt_BR/LC_MESSAGES/meld.mo
/usr/share/locale/ro/LC_MESSAGES/meld.mo
/usr/share/locale/ru/LC_MESSAGES/meld.mo
/usr/share/locale/rw/LC_MESSAGES/meld.mo
/usr/share/locale/sk/LC_MESSAGES/meld.mo
/usr/share/locale/sl/LC_MESSAGES/meld.mo
/usr/share/locale/sq/LC_MESSAGES/meld.mo
/usr/share/locale/sr/LC_MESSAGES/meld.mo
/usr/share/locale/sr@latin/LC_MESSAGES/meld.mo
/usr/share/locale/sv/LC_MESSAGES/meld.mo
/usr/share/locale/tr/LC_MESSAGES/meld.mo
/usr/share/locale/uk/LC_MESSAGES/meld.mo
/usr/share/locale/vi/LC_MESSAGES/meld.mo
/usr/share/locale/zh_CN/LC_MESSAGES/meld.mo
/usr/share/locale/zh_TW/LC_MESSAGES/meld.mo
/usr/share/man/man1/meld.1.gz
/usr/share/meld
/usr/share/meld/icons
/usr/share/meld/icons/COPYING
/usr/share/meld/icons/COPYING_CCBYSA3
/usr/share/meld/icons/emblem-meld-newer-file.png
/usr/share/meld/icons/filter-ignored-24.png
/usr/share/meld/icons/filter-modified-24.png
/usr/share/meld/icons/filter-nonvc-24.png
/usr/share/meld/icons/filter-normal-24.png
/usr/share/meld/icons/vc-add-24.png
/usr/share/meld/icons/vc-checkout-24.png
/usr/share/meld/icons/vc-commit-24.png
/usr/share/meld/icons/vc-push-24.png
/usr/share/meld/icons/vc-remove-24.png
/usr/share/meld/icons/vc-resolve-24.png
/usr/share/meld/icons/vc-update-24.png
/usr/share/meld/meld.css
/usr/share/meld/styles
/usr/share/meld/styles/meld-base.xml
/usr/share/meld/styles/meld-dark.xml
/usr/share/meld/ui
/usr/share/meld/ui/EditableList.ui
/usr/share/meld/ui/application.ui
/usr/share/meld/ui/appmenu-fallback.xml
/usr/share/meld/ui/dirdiff-ui.xml
/usr/share/meld/ui/dirdiff.ui
/usr/share/meld/ui/encoding-selector.ui
/usr/share/meld/ui/filediff-ui.xml
/usr/share/meld/ui/filediff.ui
/usr/share/meld/ui/findbar.ui
/usr/share/meld/ui/language-selector.ui
/usr/share/meld/ui/meldapp-ui.xml
/usr/share/meld/ui/meldapp.ui
/usr/share/meld/ui/patch-dialog.ui
/usr/share/meld/ui/preferences.ui
/usr/share/meld/ui/shortcuts.ui
/usr/share/meld/ui/tab-placeholder.ui
/usr/share/meld/ui/vcview-ui.xml
/usr/share/meld/ui/vcview.ui
/usr/share/metainfo/org.gnome.meld.appdata.xml
/usr/share/mime/packages/org.gnome.meld.xml

References

Summary

In this tutorial we learn how to install meld on CentOS 8 using yum and dnf.