For the purpose of installing Master PDF Editor, which I would use to troubleshoot a separate problem, I need a more up-to-date version of QT. When I run sudo dpkg -i master-pdf-editor-4.2.70_qt5.amd64.deb I get the following error:
dpkg: dependency problems prevent configuration of master-pdf-editor:
master-pdf-editor depends on libqt5svg5 (>= 5.4); however:
Version of libqt5svg5:amd64 on system is 5.2.1-1.
master-pdf-editor depends on libqt5network5 (>= 5.4); however:
Version of libqt5network5:amd64 on system is 5.2.1+dfsg-1ubuntu14.3.
master-pdf-editor depends on libqt5gui5 (>= 5.4); however:
Version of libqt5gui5:amd64 on system is 5.2.1+dfsg-1ubuntu14.3.
master-pdf-editor depends on libqt5printsupport5 (>= 5.4); however:
Version of libqt5printsupport5:amd64 on system is 5.2.1+dfsg-1ubuntu14.3.
I have tried following these instruction (for QT 5.9) but at the following step:
Edit a file named “defaults.list” in the same directory. Add the following line.
text/qtcreator=Qt-Creator.desktop;
I have the problem that no file defaults.list exists in /.local/share/applications. Proceeding without completing this step doesn't seem to update the various libqt5 packages that need updating. What should I do to meet the Master PDF Editor dependencies?