Rscript on ubuntu
Where can I install Rscript from? I need to run an R script from a php file using exec. However I need to install Rscript first. Search the ubuntu repositories . Have you checked the littler package? The main package for R is called r-base . For the scripting and command-line front-end see littler (or r-cran-littler in xenial (16.04LTS) and beyond): sudo apt-get install littler The answers posted so far are generally useful, but they don't directly answer the question. I recently had the same question and discovered there is no rscript binary for Ubuntu. The r binary itself is used to execute