I'm using Ubuntu 22.04 LTS running through a Virtual Box on a Windows 10 machine.
For my project, I need to install qt5-default
, so I run the following command:
sudo apt-get install qt5-default
Unfortunately I get an error:
E: Package 'qt5-default' has no installation candidate
I'm a bit confused, because my Ubuntu installation seems to be OK, and the qt5 docs say nothing about this.
What am I doing wrong here? Why is there no installation candidate