Announcement

Collapse
No announcement yet.

Problem with Calibre

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Problem with Calibre

    Hello,

    With the upgrade to wily, the Calibre application was de-installed. Now I can't install the application. I get an error message (translated from French):

    calibre: Depends: calibre-bin (> = 2.33.0 + dfsg-1build1) but will not be installed
    E: Unable to correct problems, defective packets are "keep state" mode.

    How to get around this?

    Thank you.

    #2
    When I try to install Calibre-bin (good point, forgot about it!) I get the message:

    The following has unresolved dependencies:
    qtbase-abi-5-4-2
    Myself I'll have some patience.

    Comment


      #3
      OK. I'll be patient.

      Comment


        #4
        according to http://packages.ubuntu.com/it/wily/qtbase-abi-5-4-2
        that is just a virtual package try installing the package it installs instead.
        Code:
        sudo apt install libqt5core5a
        Mark Your Solved Issues [SOLVED]
        (top of thread: thread tools)

        Comment


          #5
          I'm having the same problem, and getting the same results.
          sudo apt install libqt5core5a

          ...says it's already installed and the latest version. Where to now?

          Comment


            #6
            well you can try to install the virtual package alone and post errors if it fails if it works then install calibre
            Mark Your Solved Issues [SOLVED]
            (top of thread: thread tools)

            Comment


              #7
              OK, click the link to the virtual package, and it tells me that it's provided by that lib. Whose cock-up? I thought that virtual packages were supposed to provide, not be provided by, libs.
              Given that the lib is already there, should not the virtual package be assumed already installed, and Calibre complete its installation? The de-install by Wily should have been an upgrade if needed.
              BTW: the virtual package does not list in the repo by synaptic. Has the lib been provided by another package?
              Last edited by Fester Bestertester; Jan 26, 2016, 07:09 PM.

              Comment


                #8
                according to the package search the package is in the repo . i can't test atm since i don't have a wily installed on this machine. ill see what i can find w/ in a vm and report back

                Edit:: I have installed wily in a virtual machine (64-bit build) and was able to install calibre as one would expect by using
                Code:
                sudo apt update
                sudo apt install calibre
                there was no mention of a qtbase-api package. im using the default mirrors for the US.
                0. be sure you have updated the package list
                1. either of you using 32bit?
                2. maybe try using the US mirror for package?
                Last edited by sithlord48; Jan 27, 2016, 08:47 AM.
                Mark Your Solved Issues [SOLVED]
                (top of thread: thread tools)

                Comment


                  #9
                  ~$ sudo apt-get install calibre
                  Reading package lists... Done
                  Building dependency tree
                  Reading state information... Done
                  Some packages could not be installed. This may mean that you have
                  requested an impossible situation or if you are using the unstable
                  distribution that some required packages have not yet been created
                  or been moved out of Incoming.
                  The following information may help to resolve the situation:

                  The following packages have unmet dependencies:
                  calibre : Depends: calibre-bin (>= 2.33.0+dfsg-1build1) but it is not going to be installed
                  E: Unable to correct problems, you have held broken packages.
                  calibre-bin is lacking the virtual package qtbase-abi. Its supposed contents are already in place, as per thread above.
                  sudo apt-get -f install reports nothing amiss, synaptic having installed and cleared 6 updated packages

                  Wily, 64-bit. Never had this hiccup before, all my sources are (otherwise?) up-to-date and work.
                  Is this what is blocking apt from listing?

                  sudo apt update:
                  W: GPG error: http://ppa.launchpad.net wily InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3729827454B8C8AC
                  Last edited by Fester Bestertester; Jan 27, 2016, 12:22 PM.

                  Comment


                    #10
                    Unable to correct problems, you have held broken packages
                    you can use
                    Code:
                    dpkg --get-selections | grep hold
                    to list these packages .. you will need to unhold or reinstall them.


                    W: GPG error: http://ppa.launchpad.net wily InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 3729827454B8C8AC
                    you don't have the key imported for some ppa you ahve you can easily fix it.

                    run to import that key
                    Code:
                    gpg --keyserver keyserver.ubuntu.com --recv-keys 3729827454B8C8AC
                    should import the key for that ppa..
                    if you had added the ppa w/ the command
                    Code:
                    sudo add-apt-repository ppa:mkusb/ppa
                    to add it it should have grabbed the key for you when the ppa was added

                    that error has nothing to do with why you can't install calibre
                    Mark Your Solved Issues [SOLVED]
                    (top of thread: thread tools)

                    Comment


                      #11
                      Last night I did a fresh install and it allows Calibre...

                      Comment


                        #12
                        did you all upgrade ? i wonder if something was marked as held durring the update.
                        Mark Your Solved Issues [SOLVED]
                        (top of thread: thread tools)

                        Comment


                          #13
                          Before the reinstall I was fully updated, the last few days even more so because I tried to escape forward by using a bleeding edge repository.

                          Too much blood

                          At the moment I'm again fully updated but only using the normal repo's.

                          Comment


                            #14
                            sorry i ment your system. did you upgrade from a previous version to 15.10
                            Mark Your Solved Issues [SOLVED]
                            (top of thread: thread tools)

                            Comment


                              #15
                              Yes in the sense I left my /home and all it's configs in tact.

                              Comment

                              Working...
                              X