在使用pacman对我的系统进行升级之后,QGIS软件包就崩溃了(该程序无法打开,其他许多程序也有问题)。为了解决这个问题,我通过修复这里故意降低了几个包的级别。这使QGIS工作起来,所以我很高兴。但是现在当我使用pacman -Syu更新我的系统时,我得到
$ sudo pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: qgis: installing qscintilla-qt4 (2.10-1) breaks dependency 'qscintilla-qt4<2.10'
:: qgis: installing python2-qscintilla-qt4 (2.10-1) breaks dependency 'python2-qscintilla-qt4<2.10'
:: qgis: installing python-qscintilla-qt4-common (2.10-1) breaks dependency 'python-qscintilla-qt4-common<2.10'也没有任何最新消息。显然,我为了QGIS而对软件包进行的手工降级就是罪魁祸首。除了这些包之外,是否有一种方法对所有的系统进行升级,以便QGIS继续工作?或者这是个糟糕的做法?我应该只在虚拟机中使用QGIS吗?
有关的具体方案(QGIS)对我来说不是这样的。我更好奇如何在这些情况下处理pacman。
发布于 2017-03-20 07:19:29
https://unix.stackexchange.com/questions/352539
复制相似问题