Yes, the 'moc' package installs 'mocp' an audio player, which is confusing, but unrelated to the error message.
'moc' is a QT development tool in qt4, which is normally found in the binary 'moc' in qt5, they introduced qtchooser and symlinked moc -> qtchooser.. try running the following: qtchooser -list-versions The problem is, you dont have any QT actually installed... solution: apt-get install qt4-default Run this again: qtchooser -list-versions should now report a bunch of versions including qt4, 4, default I too am trying to install makemkv, but this is a much broader problem https://bugzilla.redhat.com/show_bug.cgi?id=895149 (for others having problems, you could technically install 'qt5-default' instead, but I doubt many packages actually build against qt5 yet) ** Bug watch added: Red Hat Bugzilla #895149 https://bugzilla.redhat.com/show_bug.cgi?id=895149 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1214779 Title: Broken dependencies: could not find a Qt installation of '' To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/moc/+bug/1214779/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
