Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Last active August 20, 2020 07:28
Show Gist options
  • Save remlapmot/46e63bc08c08430daf6d749199d79255 to your computer and use it in GitHub Desktop.
Save remlapmot/46e63bc08c08430daf6d749199d79255 to your computer and use it in GitHub Desktop.
Install RStudio on Ubuntu using gdebi in the Terminal. Note download the deb file from the RStudio website first.
# sudo apt-get install gdebi-core
# sudo gdebi rstudio-1.3.923-amd64.deb
sudo dpkg -i rstudio-1.3.1019-amd64.deb
@remlapmot
Copy link
Author

remlapmot commented Aug 20, 2020

  • Copy the .deb file with wget ...
  • If the dpkg install fails with missing dependencies run sudo apt-get -f install then retry dpkg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment