Hi
i use OpenSuse for the first time, and want to install all applications i use often.
as i try to installQt with the online installer the message appears "zypper install libxcb-cursor1 libxcb-cursor-devel’ i think there is a missing repository but i dont know how to find the missing one.
How can i fix it?
Thanks
Am I correct in assuming, that you’re attempting to install some version of Qt from source, rather than using the distribution provided RPMs?
I am download the “qt-online-installer-linux-x64-4.8.1.run” from the webside. and than the error appears
Qt 4.8 is positively prehistoric at this point. I have no idea why you would want to install it, but libxcb-cursor1 doesn’t exist in any openSUSE repo that I’m aware of.
libxcb-cursor0 does
mustang ~ % zypper se xcb | grep cursor
| libxcb-cursor0 | XCB cursor library (libxcursor port) | package
| libxcb-cursor0-32bit | XCB cursor library (libxcursor port) | package
| xcb-util-cursor-devel | Development files for the XCB cursor library (libxcursor port) | package
| xcb-util-cursor-devel-32bit | Development files for the XCB cursor library (libxcursor port) | package
So the packages you need should be libxcb-cursor0
and xcb-util-cursor-devel
Thanks, you are right, sometime the solution is easy
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.