Re: [Qgis-user] QGIS 2.6.1 update problem [Ubuntu]

2014-11-30 Thread Samy Mezani
The solution is only to remove libqgis-customwidgets2.6.0 (python-qgis and python-qgis-common depend on it) and to install python-qgis : sudo aptitude purge libqgis-customwidgets2.6.0 sudo aptitude install python-qgis Samy Le 30/11/2014 00:33, Filipe Dias a écrit : The solution is to delete q

Re: [Qgis-user] QGIS 2.6.1 update problem [Ubuntu]

2014-11-30 Thread olagato
Forget my last post, *Filipe-Dias' workaround* is working in Kubuntu 14.10 (w/Python 2.7.8.-1 no problem with Python versions) sudo apt-get purge *"*qgis**"* <-- double quotes needed sudo apt-get autoremove sudo apt-get autoclean sudo apt-get install qgis python-qgis sudo apt-get update && sudo

Re: [Qgis-user] QGIS 2.6.1 update problem [Ubuntu]

2014-11-30 Thread olagato
Same issue in my Kubuntu 14.10 installation: it seems that a Python downgrade from 2.7.8-1 to 2.7.1 is required in order to run QGIS 2.6.1 The following packages have unmet dependencies: python-qgis-common: Depends: libqgis-customwidgets2.6.1 but it is not installed Depends: p

Re: [Qgis-user] QGIS 2.6.1 update problem [Ubuntu]

2014-11-29 Thread H. S. Sudhira
This solution works for ubuntu. Thanks, Sudhira. On Sun, Nov 30, 2014 at 5:03 AM, Filipe Dias wrote: > I had the same problem: http://hub.qgis.org/issues/11760#change-57866 > > The solution is to delete qgis and reinstall: > > sudo apt-get purge qgis* > sudo apt-get autoremove > sudo apt-get au

Re: [Qgis-user] QGIS 2.6.1 update problem [Ubuntu]

2014-11-29 Thread Filipe Dias
I had the same problem: http://hub.qgis.org/issues/11760#change-57866 The solution is to delete qgis and reinstall: sudo apt-get purge qgis* sudo apt-get autoremove sudo apt-get autoclean sudo apt-get install qgis python-qgis HTH On Sat, Nov 29, 2014 at 11:21 PM, SaekBinko wrote: > Hello, >

[Qgis-user] QGIS 2.6.1 update problem [Ubuntu]

2014-11-29 Thread SaekBinko
Hello, I have a problem with 2.6.1 update (Ubuntu 14.04 64bit, Debian repo for trusty). I do the update and there is a problem with dependencies for qgis-python, with "libqgis-customwidgets2.6.1". Now I have all upgrades blocked because this package is broken... :) "apt-get -f install" is not work