Installing R in Ubuntu is a very simple process, it can be installed in two ways:
- Using terminal
- Using Ubuntu Software Center
Installing R using terminal
- Open Terminal (Ctrl+Alt+T)
- Execute the command sudo apt-get update
- Then execute the command sudo apt-get install r-base
Installing R using Ubuntu Software Center
- Open Ubuntu Software Center
- Search for r-base in the software center
- Click on the install button and wait for the installation to complete
You can also use RStudio which is the popular IDE for R programming language.