<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>OK Here is how I did it. I found a page with a good link:<br><br>http://askubuntu.com/questions/645343/how-do-i-install-qgis-2-8-on-ubuntu-15-04<br><br>[EDITED SLIGHTLY]    <br>To install the newest version of QGIS I added the QGIS repositories to my /etc/apt/sources.list file:<br><br>sudo leafpad /etc/apt/sources.list<br><br>and inserted these lines:<br><br>deb http://qgis.org/debian vivid main<br>deb-src http://qgis.org/debian vivid main<br><br>Remember to add the GPG keys as follows:<br><br>gpg --keyserver keyserver.ubuntu.com --recv 3FF5FFCAD71472C4<br>gpg --export --armor 3FF5FFCAD71472C4 | sudo apt-key add -<br><br>Then run:<br><br>sudo apt-get update<br>sudo apt-get install qgis python-qgis qgis-plugin-grass<br><br>This installed qgis 2.12.3-Lyon<br><br>Cheers,<br>Steve<br><br><div><hr id="stopSpelling">From: stevetatman.research@live.co.uk<br>To: qgis-user@lists.osgeo.org<br>Date: Tue, 26 Jan 2016 13:48:33 +0000<br>Subject: [Qgis-user] Upgrading from Qgis 2.4 to 2.12 on Ubuntu 15.04<br><br>

<style><!--
.ExternalClass .ecxhmmessage P {
padding:0px;
}

.ExternalClass body.ecxhmmessage {
font-size:12pt;
font-family:Calibri;
}

--></style>
<div dir="ltr">Hi,<br><br>I am really trying to upgrade Qgis 2.4 to 2.12 on Ubuntu 15.04.<br><br>I have tried to edit sources.list but to no avail. I have also tried to <span class="ecxcomment-copy">the Lubuntu Software Center in 'preferences', 'open software preferences', 'other software' and 'add' but I still can't get it to work.<br><br>Qgis.org states "</span>Default Debian and Ubuntu software repositories often hold older versions of
QGIS.
To have newer versions, you have to add alternative software repositories, by
adding one of the deb-lines below to your /etc/apt/sources.list file.<span class="ecxcomment-copy">"</span><br><br><span class="ecxcomment-copy"></span><br><span class="ecxcomment-copy">Help please?</span><br><span class="ecxcomment-copy"><br></span><br><span class="ecxcomment-copy">Cheers,</span><br><span class="ecxcomment-copy">Steve<br></span><br>                                           </div>
<br>_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user</div>                                        </div></body>
</html>