我尝试安装 Ubuntu Studio Graphics 元包,但安装不正确。该包
gimp-plugin-registry
就是无法安装,我尝试了软件中心的和 WebUp8 PPA 上的两个包,但都没有用。
The following NEW packages will be installed:
gimp-plugin-registry
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/1395kB of archives.
After this operation, 3592kB of additional disk space will be used.
(Reading database ... 402557 files and directories currently installed.)
Unpacking gimp-plugin-registry (from .../gimp-plugin-registry_3.2-1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/gimp-plugin-registry_3.2-1_i386.deb (- -unpack):
trying to overwrite '/usr/lib/gimp/2.0/plug-ins/file-xmc', which is also in package gimp 2.7.3-2010110501~mm
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/gimp-plugin-registry_3.2-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
答案1
看起来你已经从 PPA 安装了有冲突的 gimp 版本 (2.7.3-2010110501~mm)
你需要
删除你的 apt sources.list 中的 PPA,然后安装常规的 gimp 包
找到与你安装的版本兼容的插件注册表安装
强制 apt-get install 忽略错误(说实话不知道该怎么做)