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.
/etc/apt/preferences.d/
. ( @amc ) – Make42 Jun 16 '16 at 13:58