Download RStudio Server for Debian & Ubuntu

Download RStudio Server for Debian & Ubuntu

Prerequisites

RStudio Server requires Debian version 10 (or higher) or Ubuntu version 18 (or higher).

Installing R RStudio requires a previous installation of R version 3.3.0 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.


Install for Debian 10 / Ubuntu 18 / Ubuntu 20

To download and install RStudio Server open a terminal window and execute the following commands.

Size:  67.27 MB
| SHA-256: b6778c0a |
Version:  2022.07.1+554|
Released:  2022-07-25

sudo apt-get install gdebi-core
wget https://download2.rstudio.org/server/bionic/amd64/rstudio-server-2022.07.1-554-amd64.deb
sudo gdebi rstudio-server-2022.07.1-554-amd64.deb

You may choose to verify the build's GPG signature prior to installing it.


Install for Ubuntu 22

To download and install RStudio Server, open a terminal window and execute the following commands.

Size:  73.43 MB
| SHA-256: bf89d25e |
Version: 2022.07.1+554|
  Released:  2022-07-25

sudo apt-get install gdebi-core
wget https://download2.rstudio.org/server/jammy/amd64/rstudio-server-2022.07.1-554-amd64.deb
sudo gdebi rstudio-server-2022.07.1-554-amd64.deb

You may choose to verify the build's GPG signature prior to installing it.


Next Steps

See the Getting Started document for information on configuring and managing the server.