Hi Martin,

On Tue, 09. Feb 2016 at 10:56:27 +0100, Martin Landa wrote:
> 2016-02-09 10:49 GMT+01:00 Bas Couwenberg <sebas...@xs4all.nl>:
> > Remove the old packages first, then install the new packages again. There
> > won't be any old packags install to conflict with during the upgrade.

5f310a hopefully fixes it.

> I already tried that:
> 
> sudo apt-get remove `dpkg --get-selections | grep qgis | cut -d' ' -f1 | awk 
> '{printf $1" "}'`

apt-get remove "*qgis*" ? 

> sudo apt-get install qgis python-qgis

List the diversions:

dpkg-divert --list /usr/bin/qgis

And then probably:

dpkg-divert --remove /usr/bin/qgis
dpkg-divert --remove /usr/bin/qbrowser

After that installation should work.  Not really sure why removal of
qgis-plugin-grass didn't also remove the diversion.


Jürgen

-- 
Jürgen E. Fischer           norBIT GmbH             Tel. +49-4931-918175-31
Dipl.-Inf. (FH)             Rheinstraße 13          Fax. +49-4931-918175-50
Software Engineer           D-26506 Norden             http://www.norbit.de

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to