May 23, 20188 yr comment_15236 I have been running the 2nd gen FLIRC since it came out and never had a problem with updating. Recently, it got held back. So I followed the instructions on the debian 64 bit, and i get multiple unmet dependencies. One of which doesn't exist. I'm running 18.04, standard kernel, xubuntu desktop. <code> wolf@wolf-desktopbubba:~$ sudo apt install flirc [sudo] password for wolf: 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: flirc : Depends: libqt5xmlpatterns5 (>= 5.0.0) but it is not going to be installed E: Unable to correct problems, you have held broken packages. wolf@wolf-desktopbubba:~$ sudo apt install libqt5xmlpatterns5 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: libqt5xmlpatterns5 : Depends: qtbase-abi-5-9-0 E: Unable to correct problems, you have held broken packages. wolf@wolf-desktopbubba:~$ sudo apt install qtbase-abi-5-9-0 Reading package lists... Done Building dependency tree Reading state information... Done Package qtbase-abi-5-9-0 is a virtual package provided by: libqt5core5a 5.9.1+dfsg-10ubuntu1 [Not candidate version] E: Package 'qtbase-abi-5-9-0' has no installation candidate wolf@wolf-desktopbubba:~$ sudo apt install libqt5core5a Reading package lists... Done Building dependency tree Reading state information... Done libqt5core5a is already the newest version (5.9.5+dfsg-0ubuntu1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. wolf@wolf-desktopbubba:~$ </code> Report
May 23, 20188 yr comment_15238 @EvilWayz please check your apt sources if they are all correct. https://packages.ubuntu.com/bionic/libqt5xmlpatterns5 According to this, the libqt5xmlpatterns5 in Ubuntu 18.04 depends on qtbase-abi-5-9-5, not qtbase-abi-5-9-0 like in your case. Is this a fresh install or did you upgrade from a previous Ubuntu version? From what I see, the qtbase-abi-5-9-0 was provided by Ubuntu 17.10. Report
May 23, 20188 yr Author comment_15244 wolf@wolf-desktopbubba:~$ sudo apt install qtbase-abi-5-9-5 Reading package lists... Done Building dependency tree Reading state information... Done Note, selecting 'libqt5core5a' instead of 'qtbase-abi-5-9-5' libqt5core5a is already the newest version (5.9.5+dfsg-0ubuntu1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Report
May 23, 20188 yr Author comment_15245 I was mistaken, i was running artful. changed over to bionic, successfully installed. Edited May 23, 20188 yr by EvilWayz problem resolved Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.