我想在我的Ubuntu笔记本电脑上使用Scribus的新版本,因为我发现它很容易安装在我的旧macbook上。
我把这个添加到了我的软件资源中:
Ubuntu Maverick Meerkat (或10.10):
deb http://debian.scribus.net/debian/ maverick main
deb http://debian.tagancha.org/debian/ maverick main正如这里所建议的:http://wiki.scribus.net/canvas/Debian#Ubuntu_特立独行_迈尔卡特_.28maverick_或_10.10.29:
当我尝试安装它时,它会这样做:
me@me-laptop:~$ sudo aptitude install scribus-ng
[sudo] password for me:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
The following packages are BROKEN:
scribus-ng
The following NEW packages will be installed:
blt{a} icc-profiles{a} libpodofo0.9.0{a} python-tk{a} tcl8.5{a} tk8.5{a}
The following packages will be REMOVED:
bsd-mailx{u}
0 packages upgraded, 7 newly installed, 1 to remove and 73 not upgraded.
Need to get 50.6MB of archives. After unpacking 98.2MB will be used.
The following packages have unmet dependencies:
scribus-ng: Depends: libqtcore4 (>= 4:4.7.0~beta1) but 4:4.6.2-0ubuntu5.1 is installed and it is kept back.
The following actions will resolve these dependencies:
Keep the following packages at their current version:
scribus-ng [Not Installed]
Score is -9881
Accept this solution? [Y/n/q/?] Y
The following packages will be REMOVED:
bsd-mailx{u}
0 packages upgraded, 0 newly installed, 1 to remove and 73 not upgraded.
Need to get 0B of archives. After unpacking 299kB will be freed.
Do you want to continue? [Y/n/?] Y
Writing extended state information... Done
(Reading database ... 218429 files and directories currently installed.)
Removing bsd-mailx ...
Processing triggers for doc-base ...
Processing 1 removed doc-base file(s)...
Registering documents with scrollkeeper...
Processing triggers for man-db ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
Package dependencies cannot be resolved发布于 2011-04-09 21:08:17
非常奇怪,因为昨天我碰巧为我的女朋友安装了Scribus,因为libreoffice还没有类似于Microsoft的东西。
我遵循这里的指南:http://wiki.scribus.net/canvas/Debian
但在你做之前。请做一个sudo aptitude purge scribus-ng
在安装另一个程序时,确保在使用智能时没有出现问题,然后按照指南的规定执行以下操作:
sudo aptitude update )告诉我事情进展如何。
发布于 2011-04-09 20:29:30
您确定安装时使用的是正确的存储库吗?智能4:4.6.2-0ubuntu5.1报告的已安装版本意味着您有Lucid,而不是Maverick。Maverick附带了libqtcore 4:4.7.0-0ubuntu4.3,它应该解决依赖关系。
如果您使用Lucid存储库,它会起作用吗?
deb http://debian.scribus.net/debian/ lucid main
deb http://debian.tagancha.org/debian/ lucid mainhttps://askubuntu.com/questions/34283
复制相似问题