• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install Meld 3.14.2 on Linux Mint 18.3

2518

To install Meld 3.14.2 on Linux Mint 18.3

Meld is a visual diff and merge tool which was created for the developers. It is used for comparing files, directories, and version controlled projects. It supports two-way and three-way comparison of both files and directories. It also has support for many popular version control systems. Meld helps you review code changes and understand patches. It has Auto-merge mode and actions on change blocks which helps to make merges easier. It is so simple to install Meld and this tutorial covers the method to install Meld on Linux Mint 18.3

Installing Meld

First, make sure you update your system repository by making use of the following command.

linuxhelp user # apt-get update
Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Ign:2 http://packages.linuxmint.com sylvia InRelease                                                              
Get:3 http://archive.canonical.com/ubuntu xenial InRelease [11.5 kB]                                              
Get:4 http://archive.canonical.com/ubuntu xenial/partner amd64 Packages [3,128 B]              
Get:5 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]                                       
Get:6 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]                             
Get:7 http://archive.canonical.com/ubuntu xenial/partner i386 Packages [3,116 B]                                  
Get:8 http://packages.linuxmint.com sylvia Release [24.2 kB]  
.
.
Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [562 kB]                            
Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/universe Translation-en [244 kB]                           
Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [16.2 kB]                        
Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse i386 Packages [15.3 kB]                         
Get:31 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [7,084 B]                        
Get:32 http://archive.ubuntu.com/ubuntu xenial-backports/universe i386 Packages [7,060 B]                         
Get:33 http://archive.ubuntu.com/ubuntu xenial-backports/universe Translation-en [3,812 B]                        
Fetched 5,509 kB in 18s (299 kB/s)                                                                                
Reading package lists... Done

Once it is done, you need to install Meld by making use of the following command.

linuxhelp user # apt-get install meld
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  meld
0 upgraded, 1 newly installed, 0 to remove and 283 not upgraded.
Need to get 457 kB of archives.
After this operation, 2,964 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu xenial/universe amd64 meld all 3.14.2-1 [457 kB]
Fetched 457 kB in 2s (220 kB/s)
Selecting previously unselected package meld.
(Reading database ... 219622 files and directories currently installed.)
Preparing to unpack .../archives/meld_3.14.2-1_all.deb ...
Unpacking meld (3.14.2-1) ...
Processing triggers for hicolor-icon-theme (0.15-0ubuntu1) ...
Processing triggers for shared-mime-info (1.5-2ubuntu0.1) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for libglib2.0-0:amd64 (2.48.2-0ubuntu1) ...
Processing triggers for desktop-file-utils (0.22+linuxmint1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Setting up meld (3.14.2-1) ...

After the installation, you shall launch your Meld application via your Linux Mint search field.
Linux mint

Now the Meld application appears on your screen.
Meld

You can also check the version of Meld.
Version


With this, the installation of Meld on Linux Mint 18.3 comes to an end.

Tags:
jackson
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

give the link to download meld for windows?

A

try following link, https://download.gnome.org/binaries/win32/meld/3.18/Meld-3.18.2-win32.msi

Q

name some similar tools like meld?

A

Alternatives for meld are
"Beyond Compare, kdiff3, Diffuse, P4Merge, DiffMerge".

Q

What is Meld tool?

A

Meld helps you review code changes and understand patches. It has Auto-merge mode and actions on change blocks which helps to make merges easier.

Q

Why can't I clone a Particle in meld?

A

The short answer is: "because no one knows how to do it safely". The complication is that the attributes of various particles may have relationships to one another that would be violated by the cloning process. For example, a Particle attribute in a Particle could be part of a bond, in which case the bond particle must also be cloned and the attribute in the new particle must point to the new bond, or it could be a pointer to a particle which keeps track of all of the atoms in the system, in which case the attribute value should be copied unchanged.
A clone function would have no way of knowing which should be done.

Q

What is this XXXEXPORT stuff?

A

In IMP we only export selected functions and classes from the dynamically linked libraries. This is required for things to work on Windows; while it is not strictly necessary on other platforms it gives slightly faster code. As a result, each class/function that is used outside of the library needs to be marked with IMPMODULENAMEEXPORT.

Related Tutorials in How to install Meld 3.14.2 on Linux Mint 18.3

Related Tutorials in How to install Meld 3.14.2 on Linux Mint 18.3

How to install Meld tool in Ubuntu
How to install Meld tool in Ubuntu
Feb 25, 2017
How to install WinRAR 5.11 on Linuxmint 18.03
How to install WinRAR 5.11 on Linuxmint 18.03
May 22, 2018
How to Setup VNC Server on Linux Mint 20
How to Setup VNC Server on Linux Mint 20
Dec 22, 2020
How to install and configure samba setup in Linux mint - 18.3
How to install and configure samba setup in Linux mint - 18.3
Mar 26, 2018
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Installation SSL Certificate on Ubuntu/Linuxmint/Debian to Secure Apache
Sep 19, 2018
How to Install and Configure Samba on Linux Mint 20
How to Install and Configure Samba on Linux Mint 20
Nov 9, 2020
How to Install NextCloud on Linux Mint 18.3
How to Install NextCloud on Linux Mint 18.3
Feb 27, 2018
How To Install And Update OpenSSL On Linuxmint 18.3
How To Install And Update OpenSSL On Linuxmint 18.3
Jun 8, 2018

Related Forums in How to install Meld 3.14.2 on Linux Mint 18.3

Related Forums in How to install Meld 3.14.2 on Linux Mint 18.3

Linux
isaac class=
Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-8.0/mysql-client-core-8.0_8.0.21-0ubuntu0.20.04.4_amd64.deb 404 Not Found
Dec 4, 2020
Linux Mint
AlxH class=
Complete beginner, install bluegriffon
Jul 1, 2020
Linux
AadrikaAnshu class=
How to add timestamps to history On Any Linux Machine
Jun 18, 2019
Linux Mint
bz0 class=
How to change a function of a key
Jun 7, 2019
Linux Mint
who class=
How to compare multiple files
Nov 10, 2019
NFS (Network File System)
Mike class=
Linux Mint 18.3 - NFS Shares - Only Root Can Mount Share
Oct 4, 2019
Command Line Tools
wayne class=
Deleting windows files booting from mint(usb)
Sep 16, 2017
Ubuntu
Kirin class=
Videos Always Micro-Shutter
Mar 8, 2019

Related News in How to install Meld 3.14.2 on Linux Mint 18.3

Related News in How to install Meld 3.14.2 on Linux Mint 18.3

A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
A Newer and a Faster Window Manager for Tina (Linux Mint 19.2)
Apr 9, 2019
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
Linux Mint 18.2 Ubuntu based Operating System is named Sonya
May 2, 2017
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Refreshed Linux Mint Debian Edition (LMDE) 2 'Betsy' ISO images now available
Mar 14, 2017
The Best Linux Operating System is in the house: Mint 18.2
The Best Linux Operating System is in the house: Mint 18.2
Aug 12, 2017
Linux Mint 18.1 released with smooth features and offers long-term support
Linux Mint 18.1 released with smooth features and offers long-term support
Apr 11, 2017
Linux Mint 18.2 Sonya Beta version now available for download
Linux Mint 18.2 Sonya Beta version now available for download
Jun 7, 2017
Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Sebastian ?
How to change non required to required field in SuiteCRM Custom/Default Modules

How to change not required to the required field in SuiteCRM Custom/Default Modules?

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.