On 2016-02-09 10:56, 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.

I already tried that:

sudo apt-get remove `dpkg --get-selections | grep qgis | cut -d' ' -f1
| awk '{printf $1" "}'`
sudo apt-get install qgis python-qgis

It fails with:

Unpacking qgis (1:2.13.0+git20160208+b712f3c+23wily) ...
dpkg: error processing archive
/var/cache/apt/archives/qgis_1%3a2.13.0+git20160208+b712f3c+23wily_amd64.deb
(--unpack):
 trying to overwrite '/usr/bin/qgis.bin', which is the diverted
version of '/usr/bin/qgis' (package: qgis-plugin-grass)
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
...
Errors were encountered while processing:
/var/cache/apt/archives/qgis_1%3a2.13.0+git20160208+b712f3c+23wily_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

If you've verified that no qgis packages are left installed after removal, there is not much you can do to deal with the broken packaging.

`apt-get -f install qgis pyton-qgis` may work.

Kind Regards,

Bas
_______________________________________________
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