Installing qtbase5-dev

I just got the Rubik Pi5 and successfully installed Ubuntu 24.04 on it and then installed qtcreator which seems to install qt6. I tried installing qtbase5-dev but got an error saying that qtbase5-dev depends on libegl-dev and that cannot be installed. It says unable to correct problem. You have held broken packages. Could some one help me with this. Also when I try to install libegl-dev it tells me that qcom-aderno1 conflicts with libegl1

Note that I am trying to do this on device not cross-compiling

May I kindly ask whether you are using Ubuntu Desktop or Ubuntu Server?

Ubuntu server. My rubik pi 3 came with Qualcomm so based on this Update Software | RUBIK Pi Documentation I installed Ubuntu server 24.04 using qualcomm flasher. After that I installed ```
git clone -b ubuntu_setup --single-branch GitHub - rubikpi-ai/rubikpi-script: Scripts that may be used during development with RUBIK Pi. cd rubikpi-script ./install_ppa_pkgs.sh


Once that is done I get the GUI as shown with a terminal. I am trying to install on the rubik pi 3 then qtbase5-dev but looks like sderno1 conflicts with libegl1

Thank you for your reply. May I confirm the command you used—was it?
sudo apt install qtbase5-dev

Yes. It tells me qtbase5-dev cannot be installed because libegl cannot be installed.

I also tried sudo apt install libegl-dev and that gives me the error that libegl conflcist with qcom-aderno1

FYI. qcom-aderno1 is GPU driver for server edition.
If you choose desktop edition, you can remove it.

Thank you that worked!

-Sri