I updated the minitube into version 3.0 via a deb package provided from the website (https://flavio.tordini.org/minitube) but when I try to launch it it simply does not open. Thus I tried via terminal and I get the following errors:
minitube: /usr/lib/x86_64-linux-gnu/libQt5X11Extras.so.5: version `Qt_5' not found (required by minitube)
minitube: /usr/lib/x86_64-linux-gnu/libQt5DBus.so.5: version `Qt_5' not found (required by minitube)
minitube: /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5: version `Qt_5' not found (required by minitube)
minitube: /usr/lib/x86_64-linux-gnu/libQt5Network.so.5: version `Qt_5' not found (required by minitube)
minitube: /usr/lib/x86_64-linux-gnu/libQt5Sql.so.5: version `Qt_5' not found (required by minitube)
minitube: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5: version `Qt_5' not found (required by minitube)
minitube: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.11' not found (required by minitube)
minitube: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5' not found (required by minitube)
minitube: /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5: version `Qt_5' not found (required by minitube)
I tried as seen from github repository to install the following libraries:
sudo apt install build-essential qt5-default qttools5-dev-tools qt5-qmake qtdeclarative5-dev libqt5sql5-sqlite libqt5x11extras5-dev libmpv-dev
Still failed to launch. I purged the minitube:
sudo apt-get purge minitube
And I reinstalled it:
sudo dpkg -i minitube.deb
Still no light in my path.
I also created an ubuntu 18.04 VM and tried to install in it:
sudo apt-get install qt5-default libqt5qml5 libqt5sql5 libqt5sql5-sqlite libmpv1
# Install the browser downloaded deb
sudo dkpg -i minitube.deb
Still fails to launch with the error:
minitube: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.11' not found (required by minitube)
Any ideas how to fix that?
Edit 1
In the end managed to compile the v2.9 in Ubuntu 18.04 Vm but failed to play a video even if the video list is loaded correctly.
Edit 2
On ubuntu 16.04LTS I have installed the phonon4qt5-backend-gstreamer via apt still fails to launch the .deb installed version.