Download RStudio Server for Debian & Ubuntu
RStudio Server requires Debian version 8 (or higher) or Ubuntu version 16.04 (or higher).
Installing R RStudio requires a previous installation of R version 3.0.1 or higher. To install the latest version of R you should first add the CRAN repository to your system as described here:
You can then install R using the following command:
sudo apt-get install r-base
NOTE: if you do not add the CRAN Debian or Ubuntu repository as described above this command will install the version of R corresponding to your current system version. Since this version of R may be a year or two old it is strongly recommended that you add the CRAN repositories so you can run the most up to date version of R.
Size: 54.83 MB
|
SHA-256:
765e86b6
|
Version: 1.4.1103|
Released: 2021-01-20
sudo apt-get install gdebi-core wget https://download2.rstudio.org/server/xenial/amd64/rstudio-server-1.4.1103-amd64.deb sudo gdebi rstudio-server-1.4.1103-amd64.deb
You may choose to verify the build's GPG signature prior to installing it.
Size: 55.48 MB
|
SHA-256:
b1c7d1fb
|
Version: 1.4.1103|
Released: 2021-01-20
sudo apt-get install gdebi-core wget https://download2.rstudio.org/server/debian9/x86_64/rstudio-server-1.4.1103-amd64.deb sudo gdebi rstudio-server-1.4.1103-amd64.deb
You may choose to verify the build's GPG signature prior to installing it.
Size: 55.25 MB
|
SHA-256:
552baf1b
|
Version: 1.4.1103|
Released: 2021-01-20
sudo apt-get install gdebi-core wget https://download2.rstudio.org/server/bionic/amd64/rstudio-server-1.4.1103-amd64.deb sudo gdebi rstudio-server-1.4.1103-amd64.deb
You may choose to verify the build's GPG signature prior to installing it.
See the Getting Started document for information on configuring and managing the server.
Read the RStudio Server Professional Admin Guide for more detailed instructions.