Installing RStudio
-
3. Installing R
Now Install Anaconda Python Suite
How to Install Anaconda Python on FedoraThen to Install R Base + Packages:
conda install r-essentials
-
4. Installing RStudio
Then Install RStudio in Fedora
First, change to the Target location, usually with:cd && cd Downloads
To Check it’s there List the contents with:
ls . | grep rstudio
The grep Command refine the output List showing only the Entries matching the Keyword.
But if you are in Trouble to Find the Location on Terminal then See: How to Access Downloads Folder from Browser.
And now to setup it play:sudo dnf install ./rstudio*.rpm
Contents