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: 57.61 MB
|
SHA-256:
ce2c6d54
|
Version: 1.4.1717|
Released: 2021-06-01
sudo apt-get install gdebi-core wget https://download2.rstudio.org/server/bionic/amd64/rstudio-server-1.4.1717-amd64.deb sudo gdebi rstudio-server-1.4.1717-amd64.deb
You may choose to verify the build's GPG signature prior to installing it.
Size: 57.87 MB
|
SHA-256:
7f57a892
|
Version: 1.4.1717|
Released: 2021-06-01
sudo apt-get install gdebi-core wget https://download2.rstudio.org/server/debian9/x86_64/rstudio-server-1.4.1717-amd64.deb sudo gdebi rstudio-server-1.4.1717-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.