Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 973  / 2 Years ago, sat, october 15, 2022, 1:33:06

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?


More From » ppa

 Answers
0

You need to add two ppa's to install Zeal:



sudo add-apt-repository ppa:ubuntu-sdk-team/ppa
sudo add-apt-repository ppa:jerzy-kozera/zeal-ppa
sudo apt-get update
sudo apt-get install zeal


This is since zeal depends of Qt5, which is not available in repositories.


[#27301] Saturday, October 15, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ticrew

Total Points: 190
Total Questions: 111
Total Answers: 99

Location: Fiji
Member since Wed, Jul 14, 2021
3 Years ago
;