Displaying 1 result from an estimated 1 matches for "listdeb".
2014 Apr 18
1
Ubuntu 13.10 - not able to upgrade R
...476713/how-to-upgrade-r-in-ubuntuand2. http://cran.r-project.org/bin/linux/ubuntu/
Here is exactly what i did, following mostly the stackoverflow description:
1) Added the cran mirror link to the sources list(I've actually tryed with 3 different mirrors just in case)sudo gedit /etc/apt/sources.listdeb http://cran.cnr.berkeley.edu/bin/linux/ubuntu/ saucy/
2) Getting the key step gpg --keyserver keyserver.ubuntu.com --recv-key E084DAB9gpg -a --export E084DAB9 | sudo apt-key add -
3) Run the updates/upgradessudo apt-get update && sudo apt-get upgrade
After a large list of succesful updates...