Download RStudio Server for SLES / openSUSE
RStudio Server requires openSUSE or SLES version 12 (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
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: 56.66 MB
|
SHA-256:
b668b8fb
|
Version: 1.4.1717|
Released: 2021-06-01
wget https://download2.rstudio.org/server/opensuse/x86_64/rstudio-server-1.4.1717-x86_64.rpm sudo zypper install rstudio-server-1.4.1717-x86_64.rpm
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: 57.40 MB
|
SHA-256:
c6f2a968
|
Version: 1.4.1717|
Released: 2021-06-01
wget https://download2.rstudio.org/server/opensuse15/x86_64/rstudio-server-1.4.1717-x86_64.rpm sudo zypper install rstudio-server-1.4.1717-x86_64.rpm
See the Getting Started document for information on configuring and managing the server.