Skip to content

Instantly share code, notes, and snippets.

@tori3852
Last active March 4, 2021 17:26
Show Gist options
  • Save tori3852/c8b25eeddf211e4e8c6296910cb72c83 to your computer and use it in GitHub Desktop.
Save tori3852/c8b25eeddf211e4e8c6296910cb72c83 to your computer and use it in GitHub Desktop.
Install RStudio on Fedora
sudo dnf install -y $(curl -s https://rstudio.com/products/rstudio/download/ | grep "fedora" | grep -o "\"[^ \"]*x86_64.rpm\"" | sed "s/\"//g")
@tori3852
Copy link
Author

@julydinesh, download URL changed slightly, should be fixed now.

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