Skip to content
Prev 2419 / 3656 Next

Cannot install R on Ubuntu 14.04 LTS

Austin,

I would suggest removing the lines you added to /etc/apt/sources.list 
and try the following:

sudo apt-add-repository ppa:marutter/rrutter
# Follow the prompts to add the key
sudo apt-get update
sudo apt-get install r-base

That should do the trick.  The PPA used above is the one that is used to 
seed the CRAN sites, so the packages are identical.

Hope this helps,
Michael
On 06/13/2015 04:21 PM, Prof J C Nash (U30A) wrote: