Skip to content
Advertisement

install latest version of R 3.2.1 (World-Famous Astronaut) on Linux Mint 17.1 (MATE)

I just switched from Mac to Linux, so while I have a basic understanding of Linux structure, there are still some things Im trying to clear up. This is one of them.

I have tried multiple ways (referencing multiple forum posts) to install the latest version of R (3.2.1 “World-Famous Astronaut”) on Linux Mint 17.1 (MATE).

I tried different sources lists, the most recent being:

JavaScript

but when I call:

JavaScript

with each of the ones I try, I always get:

JavaScript

as the most recent one available.

Also, my sources.list only contains that above deb, so I do not think its a /etc/apt/preferences/ issue.

Has anyone been able to install 3.2.1 on Linux Mint?

Thanks in advance!

  • Tom

Advertisement

Answer

Ok, I figured it out. Thanks for all the help! I will post an answer here for anyone else trying to figure this out:

First I ran:

JavaScript

to get into my sources.list. To that I added:

JavaScript

and then added the key: (thanks Dirk for the suggestion):

JavaScript

then when I ran:

JavaScript

to see the available packages. The top one was:

JavaScript

so, finally I ran:

JavaScript

which worked great!

User contributions licensed under: CC BY-SA
6 People found this is helpful
Advertisement