6

I was trying to install DiffMerge. I downloaded the .deb package from the SourceGear website. But while installing it, it shows the following error

dependency is not satisfiable :libcurl3(>=7.16.2-1)

Can anyone please help me in solving this issue?
As I am studying Java, I need DiffMerge as it helps to compare the codes.

Melebius
  • 11,750

1 Answers1

7

On modern 19.04 system you will not able to satisfy the dependencies of the software from 2013 year. But you may try with 16.04 LTS.

Instead I would suggest to install similar packages from the repository on any Ubuntu version - one of:

N0rbert
  • 103,263