This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Issues with R studio installation

Hi, I have been trying to update the Rstudio in my Linux system. I downloaded the Rstudio file however this is the error I am getting when I try to install the Rstudio:nothing provides libxkbcommon-x11-0 needed by rstudio-1.4.1717-1.x86_64. I am using Linux that I have installed using OpenSUSE and the version is 13.2. Would really appreciate a solution to resolve this issue.

Thank you.

rstudio linux installation

1 answer

I don't know what these packages are called on OpenSuse - you'll have to install them, and the one you mention above, using the zypper tool (or an alternative).

This is what I use on Ubuntu:

sudo apt install libcurl4-openssl-dev libxml2-dev
sudo apt install gcc g++ ratfor gfortran-4.8 

Thank you for the help. I will try it out.

Log in to answer this question.