Skip to content

Instantly share code, notes, and snippets.

@kbsali
Last active December 8, 2016 14:17
Show Gist options
  • Save kbsali/cd8573dfd402ad8badfade6f0467fa12 to your computer and use it in GitHub Desktop.
Save kbsali/cd8573dfd402ad8badfade6f0467fa12 to your computer and use it in GitHub Desktop.
Rstudio Install guide on Ubuntu 16.10 yakkety

Installing RStudio on Ubuntu 16.10

Original post by @sleepycat : https://mikewilliamson.wordpress.com/2016/11/14/installing-r-studio-on-ubuntu-16-10/

# Download latest build of rstudio (1.1.10 when writting this)
# from https://dailies.rstudio.com/rstudio/ubuntu/amd64/

wget https://s3.amazonaws.com/rstudio-dailybuilds/rstudio-1.1.10-amd64.deb
wget http://ftp.ca.debian.org/debian/pool/main/g/gstreamer0.10/libgstreamer0.10-0_0.10.36-1.5_amd64.deb
wget http://ftp.ca.debian.org/debian/pool/main/g/gst-plugins-base0.10/libgstreamer-plugins-base0.10-0_0.10.36-2_amd64.deb
 
sudo dpkg -i libgstreamer0.10-0_0.10.36-1.5_amd64.deb
sudo dpkg -i libgstreamer-plugins-base0.10-0_0.10.36-2_amd64.deb

sudo apt-mark hold libgstreamer-plugins-base0.10-0
sudo apt-mark hold libgstreamer0.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment