Maui
Board Index divider Search Member List Help
Hello There, Guest! Login Register
Login
Username:
Password: Lost Password?
 
Maui Forums › Maui Support › Software & Applications › Calibre gives broken dependencies when installing [solved]

Calibre gives broken dependencies when installing [solved]
dbyentzen Offline
Island Recruit
***
Joined: Apr 2015
Posts: 97
#1
24th August 2016, 22:19 (This post was last modified: 25th August 2016, 2:34 by dbyentzen.)
I tried installing Calibre with Synaptic and recieved a " could not apply changes! Fix broken packages first." message. I then tried a dry-run install in the terminal and got an error saying the missing package was calibre-bin. I returned to Synaptic and tried the Calibre install with adding calibre-bin. I received another error messaging "could not mark all packages for installation or upgrade---calibre-bin depends on qtbase-abi-5-5-1".  I cannot find "qtbase-abi-5-5-1".

I know Calibre installs on Ubuntu(Unity) 16.04 without problems. Can anyone help with this?

Thanks
Find
Reply
AJSlye Offline
Moderator
Joined: Apr 2014
Posts: 3,478
#2
24th August 2016, 23:36 (This post was last modified: 24th August 2016, 23:37 by AJSlye.)
This should fix the broken packages issue:
Code:
sudo apt-get update && sudo apt-get autoclean
sudo apt-get clean && sudo apt-get upgrade
After this Calibre should install normally.
Find
Reply
dbyentzen Offline
Island Recruit
***
Joined: Apr 2015
Posts: 97
#3
25th August 2016, 0:38
(24th August 2016, 23:36)AJSlye Wrote: This should fix the broken packages issue:

Code:
sudo apt-get update && sudo apt-get autoclean
sudo apt-get clean && sudo apt-get upgrade
After this Calibre should install normally.

I issued these commands and reattempted with same results. I tried "sudo apt install calibre" in the terminal and it returned the following:

The following packages have unmet dependencies:
calibre : Depends: calibre-bin (>= 2.55.0+dfsg-1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages



Any other ideas/assistance would be appreciated.
Find
Reply
AJSlye Offline
Moderator
Joined: Apr 2014
Posts: 3,478
#4
25th August 2016, 0:40 (This post was last modified: 25th August 2016, 0:43 by AJSlye.)
Another option would be to try using aptitude instead of aptget. Aptitude is more intelligent than apt-get and can handle downgrading or removal conflicting packages for you, but it will also make a series of recommendations based on different working scenarios for you to chose from.

Code:
aptitude install calibre
Find
Reply
dbyentzen Offline
Island Recruit
***
Joined: Apr 2015
Posts: 97
#5
25th August 2016, 1:05
(25th August 2016, 0:40)AJSlye Wrote: Another option would be to try using aptitude instead of aptget. Aptitude is more intelligent than apt-get and can handle downgrading or removal conflicting packages for you, but it will also make a series of recommendations based on different working scenarios for you to chose from.




Code:
aptitude install calibre

I installed and tried aptitude with no luck---I asked it to "try harder" twice:

david@david-Inspiron-660s:~$ sudo aptitude install calibre
[sudo] password for david:  
The following NEW packages will be installed:
 calibre calibre-bin{ab} fonts-mathjax{a} libjs-mathjax{a} libjs-sphinxdoc{a} libpodofo0.9.3{a} libtidy-0.99-0{a} python-apsw{a}  
 python-bs4{a} python-cherrypy3{a} python-cssselect{a} python-cssutils{a} python-dateutil{a} python-feedparser{a} python-html5lib{a}  
 python-libxml2{a} python-lxml{a} python-markdown{a} python-mechanize{a} python-pil{a} python-pygments{a} python-pyparsing{a}  
 python-pyqt5{a} python-pyqt5.qtsvg{a} python-pyqt5.qtwebkit{a} python-repoze.lru{a} python-routes{a} python-sip{a} python-utidylib{a}  
 python-webob{a}  
0 packages upgraded, 30 newly installed, 0 to remove and 0 not upgraded.
Need to get 37.4 MB of archives. After unpacking 152 MB will be used.
The following packages have unmet dependencies:
calibre-bin : Depends: qtbase-abi-5-5-1 which is a virtual package, provided by:
                        - libqt5core5a, but 5.7.0+dfsg-1+16.04+build5 is installed.                         - libqt5core5a, but 5.7.0+dfsg-1
+16.04+build5 is installed.
The following actions will resolve these dependencies:

    Keep the following packages at their current version:
1)     calibre [Not Installed]                             
2)     calibre-bin [Not Installed]                         



Accept this solution? [Y/n/q/?]


I don't *need* Calibre but I do need a ebook reader able to handle different formats. Do you know of Lucidor or another ebook reader?

 
Find
Reply
AJSlye Offline
Moderator
Joined: Apr 2014
Posts: 3,478
#6
25th August 2016, 2:06 (This post was last modified: 25th August 2016, 2:07 by AJSlye.)
Calibre doesn't recommend using distribution packages, they provide their own binary installer:
https://calibre-ebook.com/download_linux
Find
Reply
dbyentzen Offline
Island Recruit
***
Joined: Apr 2015
Posts: 97
#7
25th August 2016, 2:33
(25th August 2016, 2:06)AJSlye Wrote: Calibre doesn't recommend using distribution packages, they provide their own binary installer:
https://calibre-ebook.com/download_linux

Big Grin I was just at Calibre's site and looking at installing the binary. Doesn't this add an Ubuntu "multiverse" source? I try to keep this and ppas to a minimum. But I need an ebook manager so its this or Lucidor. 

Thanks for all your help, AJSlye--I'll mark this thread solved.

 
Find
Reply
AJSlye Offline
Moderator
Joined: Apr 2014
Posts: 3,478
#8
25th August 2016, 4:26 (This post was last modified: 25th August 2016, 4:55 by AJSlye.)
No, they have a distribution independent binary installer that also includes private versions of all its dependencies.
In other words, it doesn't matter what versions of QT, python, etc. are installed on the host system as it uses it's own private versions of these. The application as well as all of it's dependencies are downloaded in a tar.gz file that is installed (extracted and setup) under /opt/calibre.
   
It basically works in much the same way as a windows installer would.
Find
Reply
« Next Oldest | Next Newest »


Possibly Related Threads…
Thread Author Replies Views Last Post
  calibre broken in synaptics imageraw 10 34,660 19th March 2018, 12:56
Last Post: leszek
  Solved ! MAUI 17.06 - smplayer gives oops-something wrong happened fanisatt 3 13,858 12th July 2017, 14:20
Last Post: fanisatt
  Calibre will not install germaineman 9 33,028 13th June 2017, 23:44
Last Post: jeffneedle

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

  • Contact Us
  • Maui Forums
  • Return to Top
  • Lite (Archive) Mode
  • RSS Syndication
Current time: 1st June 2025, 14:16 Powered By MyBB, © 2002-2025 MyBB Group.
Linear Mode
Threaded Mode