Installing RStudio Server on Ubuntu

Опубликовано: 24 Март 2026
на канале: Melvin L
19,799
163

Install RStudio Server on Ubuntu
--------------------------------

Step 1: Install Software

Note it would be better to put this in a bash script and run the script: (or remove the --assume-yes parameters and you can copy and paste in one shot)

sudo apt-get --assume-yes update
sudo apt-get --assume-yes install r-base
sudo apt-get --assume-yes install gdebi-core
wget https://download2.rstudio.org/rstudio...
sudo gdebi --non-interactive rstudio-server-1.1.383-amd64.deb

Step 2: Add user(s) & Login to server