Score:1

How to install R studio on xfce remote desktop?

ru flag

I am currently handling my remote server through RDP with an Xfce desktop interface. It has an ubuntu 18.04 version. I want to use it for implementing R and I am quite familiar with R-Studio. Can I somehow install it through the Xfce GUI interface? If yes, how? If not, what to do?

Score:0
zw flag

You have to open Xfce terminal and then execute the following commands to install R and RStudio:

sudo apt-get update

cd ~/Downloads
wget -c https://rstudio.org/download/latest/stable/desktop/bionic/rstudio-latest-amd64.deb -O rstudio-latest-amd64.deb \

# build deps for many R-packages
sudo apt-get install build-essential libssl-dev libcurl4-openssl-dev libxml2-dev libcairo2-dev

# RStudio by itself
sudo apt-get install ./rstudio-latest-amd64.deb

Then run rstudio from terminal or find RStudio in Xfce menu.

Sachin Motwani avatar
ru flag
It seems that it has been installed. Where can I access it?
N0rbert avatar
zw flag
Run `rstudio` from terminal or find it in Xfce menu.
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.