I recently installed Ubuntu 20.04 after using 16.04 for a while. I'm trying to install the school's VPN client which needs these 3 packages: libqtcore4, libqtgui4 and libgnome-keyring0.
When I try to install with sudo apt install libqtgui4
I get this error
Package libqtgui4 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libqtgui4' has no installation candidate
The other two packages threw similar errors. I manually tried installing packages from copying them over from the 16.04 installation I had with no luck. I tried downloading manually as .deb files but quickly realized there is no end to the dependency chain.
Is there a way I can install these packages at all? Or are they not compatible with 20.04?