Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Problem installing qt5-default on ubuntu 22.04

I get the following error when installing qt5-defualt on ubuntu 22.04.

sudo apt-get install qt5-default

output:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package qt5-default 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 'qt5-default' has no installation candidate
like image 583
mohsen Avatar asked Nov 22 '25 07:11

mohsen


1 Answers

Ubuntu 22.04 repository dont have qt5-default package.

You can get pre-built libraries by installing the qtbase5-dev.

sudo apt install qtbase5-dev qt5-qmake
like image 56
Serkan ÜNAL Avatar answered Nov 23 '25 19:11

Serkan ÜNAL



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!