Setting Up
-
4. Downloading RStudio
Download RStudio for Xubuntu GNU/Linux
Get the Installer for Xubuntu.
Possibly, on Firefox Prompt Choose “Save File”: -
5. Installing RStudio
Then Install RStudio in Xubuntu
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 R-Studio play:sudo apt install ./rstudio*.deb
Contents