Problems installing Rstudio. The program won't start although it is installed

I'm new to Ubuntu, I recently installed succesfully R and other programs I use frequently. However, when trying to lauch R-studio I get the following error in the terminal:

rstudio: error while loading shared libraries: libgstreamer-0.10.so.0: cannot open shared object file: No such file or directory

What should I do to fix it? I installed R-studio from the .deb file directly from the program website.


Solution 1:

Rstudio can't start because it needs the libgstreamer library. You have to install it :

sudo apt-get install libgstreamer0.10-0

and related plug-ins:

sudo apt-get install libgstreamer-plugins-base0.10-dev