Back

Explore Courses Blog Tutorials Interview Questions
0 votes
4 views
in R Programming by (7.3k points)
Can anyone tell me how to install R programming in Ubuntu?

1 Answer

0 votes
by (41.4k points)

You can install R in Ubuntu in two ways:

Through the terminal

  • Open the terminal
  • Run sudo apt-get update 
  • Then, run sudo apt-get install r-base
  • Finally, to use the R statistical package, run R

Through Ubuntu Software Center

  • Go to Ubuntu Software Center
  • Type r-base in the search console
  • After that, click on Install
  • Finally, to get the R package, run R in the terminal

If you are looking for an online course to learn R programming, check out this R Programming Course by Intellipaat.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...