Qt error when opening ncu-ui

If you got this when callling ncu-ui:

Cannot mix incompatible Qt library (5.15.3) with this library (5.15.2)

Thanks to this godsend Stack Overflow answer, you can fix by doing:

$ wget -q ‘http://ftp.de.debian.org/debian/pool/main/q/qtbase-o…


This content originally appeared on DEV Community and was authored by Talles L

If you got this when callling ncu-ui:

Cannot mix incompatible Qt library (5.15.3) with this library (5.15.2)

Thanks to this godsend Stack Overflow answer, you can fix by doing:

$ wget -q 'http://ftp.de.debian.org/debian/pool/main/q/qtbase-opensource-src/libqt5network5_5.15.2+dfsg-9+deb11u1_amd64.deb'

$ dpkg -x libqt5network5_5.15.2+dfsg-9+deb11u1_amd64.deb .

$ sudo cp -P usr/lib/x86_64-linux-gnu/libQt5Network.so* /usr/lib/nsight-compute/host/linux-desktop-glibc_2_11_3-x64/

$ sudo cp -P usr/lib/x86_64-linux-gnu/libQt5Network.so* /usr/lib/nsight-systems/host-linux-x64/

Now you should be able to launch it:


This content originally appeared on DEV Community and was authored by Talles L


Print Share Comment Cite Upload Translate Updates
APA

Talles L | Sciencx (2024-09-05T02:05:59+00:00) Qt error when opening ncu-ui. Retrieved from https://www.scien.cx/2024/09/05/qt-error-when-opening-ncu-ui/

MLA
" » Qt error when opening ncu-ui." Talles L | Sciencx - Thursday September 5, 2024, https://www.scien.cx/2024/09/05/qt-error-when-opening-ncu-ui/
HARVARD
Talles L | Sciencx Thursday September 5, 2024 » Qt error when opening ncu-ui., viewed ,<https://www.scien.cx/2024/09/05/qt-error-when-opening-ncu-ui/>
VANCOUVER
Talles L | Sciencx - » Qt error when opening ncu-ui. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2024/09/05/qt-error-when-opening-ncu-ui/
CHICAGO
" » Qt error when opening ncu-ui." Talles L | Sciencx - Accessed . https://www.scien.cx/2024/09/05/qt-error-when-opening-ncu-ui/
IEEE
" » Qt error when opening ncu-ui." Talles L | Sciencx [Online]. Available: https://www.scien.cx/2024/09/05/qt-error-when-opening-ncu-ui/. [Accessed: ]
rf:citation
» Qt error when opening ncu-ui | Talles L | Sciencx | https://www.scien.cx/2024/09/05/qt-error-when-opening-ncu-ui/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.