Hello,
I'm running into problems when installing the Rstudio version 1.2.5033 on opensuse 15.1.
Rstudio requires the library libxkbcommon-x11. On opensuse there is a library which is called libxkbcommon-x11-0:
Problem: nothing provides libxkbcommon-x11 needed by rstudio-1.2.5033-1.x86_64
Solution 1: do not install rstudio-1.2.5033-1.x86_64
Solution 2: break rstudio-1.2.5033-1.x86_64 by ignoring some of its dependencies
I assume that the same library is meant here. Since the library itself doesn't have the suffix "-0" at the end it might be ok to break the dependency:
/usr/lib64/libxkbcommon-x11.so.0.0.0
Any one else had the same issue?
Thanks for the help.