You are sure you did a "apt-get update && apt-get upgrade" first?
If yes, puge all trinity packages first, then reinstall.
GS: you'll need the "gs" dummy package that I put on the bugtracker http://bugs.pearsoncomputing.net/bugzilla/show_bug.cgi?id=745
And you'll most probably run into a "funny" problem when installing ksm-*, which is caused by dpkg-divert and some stupid plasma refrerence. When it hits you, you can overvcome it this way :
# mv /usr/sbin/dpkg-divert /root # cp /bin/echo /usr/sbin/dpkg-divert # apt-get .... # rm /usr/sbin/dpkg-divert # mv /root/dpkg-divert /usr/sbin/dpkg-divert
Nik
Am Mittwoch, 27. Juni 2012 schrieb ant:
On Wed, 27 Jun 2012, Mag. Dr. Nikolaus Klepp wrote:
As I run wheezy, too, I've attached my /etc/apt/sources.list - you can
figure
out the differences :-) (but please ignore the lines refering to sid)
nik
Thank you for the list - it has resulted in just one error, as follows:
21:27 root@vega1:~>apt-get install kde-trinity ...Some packages could not be installed.... kde-trinity : Depends: kdegraphics-trinity (>= 4:3.5.5) but it is not going to be installed E: Unable to correct problems, you have held broken packages. 21:27 root@vega1:~>apt-get install kdegraphics-trinity ...The following packages have unmet dependencies: kdegraphics-trinity : Depends: kghostview-trinity (>= 4:3.5.13-0debian9+r1258283+pr3~squeeze+ax5) but it is not going to be installed E: Unable to correct problems, you have held broken packages. 21:28 root@vega1:~>apt-get install kghostview-trinity ...The following packages have unmet dependencies: kghostview-trinity : Depends: gs E: Unable to correct problems, you have held broken packages. 21:28 root@vega1:~>apt-get install gs
Package gs is a virtual package provided by: ghostscript-x 8.71~dfsg2-9 [Not candidate version]
E: Package 'gs' has no installation candidate 21:28 root@vega1:~>apt-get install ghostscript-x Reading package lists... Done Building dependency tree Reading state information... Done ghostscript-x is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 148 not upgraded.
There seems to be some confusion about gs - is there a problem with it?
cheers
ant