The travis ci for our build has broken due to the following problem:
The following packages have unmet dependencies:
clang-6.0 : Depends: libjsoncpp0 (>= 0.6.0~rc2) but it is not installable
E: Unable to correct problems, you have held broken packages.
apt-get.diagnostics
apt-get install failed
sudo apt install libjsoncpp0 doesn't work as libjsoncpp0 doesn't exist; and I also tried sudo apt install libjsoncpp-dev succeeds, but doesn't solve the problem.
How can I install libjsoncpp0 on travis?
