How to Install and Uninstall rstudio-server Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "rstudio-server" package

Here is a brief guide to show you how to install rstudio-server on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install rstudio-server

2. Uninstall "rstudio-server" package

Please follow the step by step instructions below to uninstall rstudio-server on openSuSE Tumbleweed:

$ sudo zypper remove rstudio-server

3. Information about the rstudio-server package on openSuSE Tumbleweed

Information for package rstudio-server:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : rstudio-server
Version : 2023.09.1+494-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 4.4 MiB
Installed : No
Status : not installed
Source package : rstudio-2023.09.1+494-2.1.src
Upstream URL : https://github.com/rstudio
Summary : Access RStudio via a web browser running on a remote server
Description :
RStudio Server enables you to provide a browser-based interface (the RStudio
IDE) to a version of R running on a remote Linux server. Deploying R and RStudio
on a server has a number of benefits, including:
- The ability to access your R workspace from any computer in any location
- Easy sharing of code, data, and other files with colleagues
- Allowing multiple users to share access to the more powerful compute resources
(memory, processors, etc.) available on a well-equipped server
- Centralized installation and configuration of R, R packages, TeX, and other
supporting libraries

5. The same packages on other Linux Distributions