Linux Forum
RStudio on Ubuntu 18.04 Bionic Beaver Linux - LinuxConfig.org
LinuxConfig.org Articles
Lubos
August 24, 2018, 12:34am
1
In order to install RStudio on Ubuntu 18.04 we will first need to install the r-base package. Open up terminal and enter:
$ sudo apt update $ sudo apt -y install r-base
This is a companion discussion topic for the original entry at
https://linuxconfig.org/rstudio-on-ubuntu-18-04-bionic-beaver-linux
bmabma
March 11, 2019, 1:29am
2
Thank’s
It works fine