Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
None
-
6.6.0 Beta4
-
798175930 (6.6.0), f07efb481 (dev), 9018d187a (6.6), 43e1a3d2f (6.6.0), 40cec16a4 (6.6), 43d66408b (dev)
Description
On ubuntu22.04 x64 setup repositories for installing Qt 6.6.0 debian packages:
/etc/apt/sources.list.d/tqtc.list
deb [arch=amd64 signed-by=/etc/apt/keyrings/qt-company-debian-repo.gpg] https://qt-debian-proxy-staging.herokuapp.com/debian/enterprise/qt-6.6.0-amd64 tqtc-focal main
apt-cache search does find the Qt6.6.0 packges, but when trying to install e.g. libqt6.6.0core6 dependency error is printed:
>sudo apt-get install libqt6.6.0core6 Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:The following packages have unmet dependencies: libqt6.6.0core6 : Depends: libzstd1 (>= 1.5.2) but 1.4.8+dfsg-3build1 is to be installed E: Unable to correct problems, you have held broken packages.
Attachments
Issue Links
- mentioned in
-
Page Loading...