Install rstudio 1.1.463 in Ubuntu 18.04 32 bits

# Load old libraries libgstreamer0.10

wget http://fr.archive.ubuntu.com/ubuntu/pool/universe/g/gstreamer0.10/libgstreamer0.10-0_0.10.36-1.5ubuntu1_i386.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/g/gst-plugins-base0.10/libgstreamer-plugins-base0.10-0_0.10.36-2_i386.deb

# Install them

sudo dpkg -i libgstreamer0.10-0_0.10.36-1.5ubuntu1_i386.deb
sudo dpkg -i libgstreamer-plugins-base0.10-0_0.10.36-2_i386.deb

# Hold them to not change them during upgrade

sudo apt-mark hold libgstreamer-plugins-base0.10-0
sudo apt-mark hold libgstreamer0.10

# Load last version of rstudio

wget https://download1.rstudio.org/rstudio-1.1.463-i386.deb

# Install it

sudo gdebi rstudio-1.1.463-i386.deb

# Clean

rm libgstreamer0.10-0_0.10.36-1.5ubuntu1_i386.deb libgstreamer-plugins-base0.10-0_0.10.36-2ubuntu0.1_i386.deb rstudio-1.1.463-i386.deb

# Done !


Commentaires

Posts les plus consultés de ce blog

Standard error from Hessian Matrix... what can be done when problem occurs

stepAIC from package MASS with AICc

Install treemix in ubuntu 20.04