I was trying to upgrade smplayer
, but aptitude
tells that it's unable to solve the dependencies for libqt5script5
$>sudo aptitude dist-upgrade
The following NEW packages will be installed:
libqt5script5{ab}
The following packages will be upgraded:
smplayer smtube
2 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,846 kB of archives. After unpacking 3,191 kB will be used.
The following packages have unmet dependencies:
libqt5script5 : Depends: qtbase-abi-5-2-1 which is a virtual package.
The following actions will resolve these dependencies:
Remove the following packages:
1) smplayer
2) smplayer-skins
3) smplayer-themes
4) smtube
Keep the following packages at their current version:
5) libqt5script5 [Not Installed]
The libqt5script5
package, however, depends on the qtbase-abi-5-2-1
virtual package, so I can't install it. How can I fix this problem?
EDIT: About the system
$>lsb_release -r
Release: 14.04
$>uname -r
3.13.0-91-generic
apt-get update && apt-get dist-upgrade
, but the problem still remains. – tigerjack Jul 13 '16 at 17:02apt-cache policy musescore
, should be obvious if ppa version is installed – doug Jul 14 '16 at 02:37MuseScore
again in the foreseeable future? Also, please add your answer so I can easily accept it. – tigerjack Jul 14 '16 at 08:17