After a fresh install of Ubuntu GNOME 16.10, I cannot install RStudio Desktop x64 anymore.
I was trying to install the latest *.deb
file via
sudo dpkg -i ./rstudio-0.99.903-amd64.deb
which resulted in
dpkg: dependency problems prevent configuration of rstudio
rstudio depends on libjpeg62; but:
Package libjpeg62 is not installed.
rstudio depends on libgstreamer0.10-0; but:
Package libgstreamer0.10-0 iis not installed.
rstudio depends on ibgstreamer-plugins-base0.10-0; but:
Package libgstreamer-plugins-base0.10-0 is not installed.
I have tried to install libgstreamer via:
sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev
which also resulted in an error:
E: Package libgstreamer0.10-dev coulnd not be found. [...]
It seems that on debian the problem could be solved, but for Ubuntu 16.10 I am not sure what to add to the sources.list to follow the same instruction. Any ideas on how to solve this?