I'm trying to install Zeal through ppa in Ubuntu 13.04, but is giving the error:
The following packages have unmet dependencies:
zeal : Depends: libqt5core5 (>= 5.0.2) but 5.0.1+dfsg-0ubuntu4.1 is to be installed
Depends: libqt5gui5 (>= 5.0.2) but 5.0.1+dfsg-0ubuntu4.1 is to be installed
Depends: libqt5network5 (>= 5.0.2) but 5.0.1+dfsg-0ubuntu4.1 is to be installed
Depends: libqt5sql5 (>= 5.0.2) but 5.0.1+dfsg-0ubuntu4.1 is to be installed
Depends: libqt5widgets5 (>= 5.0.2) but 5.0.1+dfsg-0ubuntu4.1 is to be installed
Depends: libqt5xml5 (>= 5.0.2) but 5.0.1+dfsg-0ubuntu4.1 is to be installed
E: Unable to correct problems, you have held broken packages.
I tried to install qt5-qtwebkit but keeps the same error. Any clue what could be?
You need to add two ppa's to install Zeal:
This is since zeal depends of Qt5, which is not available in repositories.
Zeal has an official PPA. You can use that to install it.
Now you can search for
zeal
app or you can launch it from terminal usingzeal
command.This install zeal without any problems. I have used other PPA's also but they failed because of unmet dependencies.