Last active
March 4, 2021 17:26
-
-
Save tori3852/c8b25eeddf211e4e8c6296910cb72c83 to your computer and use it in GitHub Desktop.
Install RStudio on Fedora
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo dnf install -y $(curl -s https://rstudio.com/products/rstudio/download/ | grep "fedora" | 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
@julydinesh, download URL changed slightly, should be fixed now.