Download RStudio Workbench for SLES/openSUSE

Download RStudio Workbench for SLES/openSUSE

Prerequisites

This is also the download for RStudio Server Pro (Single Server) dependent on your license.

Click here to read our FAQ and learn more on the RStudio Server Pro to RStudio Workbench migration.

RStudio Server requires openSUSE or SLES version 15 SP 3 (or higher).

Installing R

You can install R for SUSE Linux using the instructions on the CRAN SUSE download page: http://cran.rstudio.com/bin/linux/suse/.

Note that the binaries linked to from this page have one additional requirement that isn’t satisfied using the default repositories. Before installing R you should install the libgfortran43 package. This package is available from the SUSE Linux Enterprise SDK. If the SDK repository is available in your environment you can install libgfortran43 as follows:

sudo zypper install libgfortran43

Install for SUSE Enterprise Linux 15 SP3

If your SUSE installation requires packages to be signed, first import RStudio's code signing certificate. Then, to download and install RStudio Server, open a terminal window and execute the following commands:

Size:  212.61 MB
| SHA-256: 342e45fc |
Version:  2023.12.1+402.pro1|
Released:  2024-01-29

wget https://download2.rstudio.org/server/opensuse15/x86_64/rstudio-workbench-2023.12.1-402.pro1-x86_64.rpm
sudo zypper install rstudio-workbench-2023.12.1-402.pro1-x86_64.rpm

Next Steps

After installing please see the RStudio Workbench Admin Guide for information on configuring and managing the server.