0

How can I upgrade my R installation on Kubuntu 14.4 LTS from 3.0.2 to the current 3.2.4?

Something like

sudo su
echo "deb http://www.stats.bris.ac.uk/R/bin/linux/ubuntu trusty/" >> /etc/apt/sources.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E084DAB9
apt-get update
apt-get upgrade

or a variation of this won't work - R will stay at 3.0.2.

Make42
  • 409
  • 4
  • 14
  • see this answer http://askubuntu.com/a/506571/16835 – amc Jun 14 '16 at 03:34
  • Actually, this was not the reason... the reason was that I messed up the policy of my apt-get settings regarding which packages to install in /etc/apt/preferences.d/. ( @amc ) – Make42 Jun 16 '16 at 13:58

0 Answers0