Skip to content

Instantly share code, notes, and snippets.

@fagnersutel
Forked from tori3852/rstudio.sh
Created October 10, 2018 10:48
Show Gist options
  • Save fagnersutel/58b812c468e3507ff9bea8fb086402fa to your computer and use it in GitHub Desktop.
Save fagnersutel/58b812c468e3507ff9bea8fb086402fa to your computer and use it in GitHub Desktop.
Install RStudio on Fedora
sudo dnf install $(curl -s https://www.rstudio.com/products/rstudio/download/ | grep -o "\"[^ \"]*x86_64.rpm\"" | sed "s/\"//g")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment