Am trying to install albert package with apt-get install albert
but I get the following error:
The following packages have unmet dependencies: albert : Depends:
libqt5core5a (>= 5.11.0~rc1) but 5.9.5+dfsg-0ubuntu1 is to be
installed
So I tried apt-get install libqt5core5a
which says the newest version is already installed (5.9.5)
I found the .deb file for 5.11.1 here but on installing that I get:
dpkg: error processing package libqt5core5a:amd64 (--install):
package libqt5core5a:amd64 5.11.1+dfsg-7ubuntu3 cannot be configured
because libqt5core5a:i386 is at a different version
(5.9.5+dfsg-0ubuntu1)
How to upgrade libqt5core5a version?