On Fri, 14 Oct 2005 09:28:48 +0200 "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> dpkg: error processing > /var/cache/apt/archives/kdeedu-data_4%3a3.3.2-3.sarge.1_all.deb > (--unpack): trying to overwrite > `/usr/share/icons/crystalsvg/16x16/apps/edu_languages.png', which is > also in package kdebase-data > dpkg: error processing > /var/cache/apt/archives/kdeartwork-style_4%3a3.3.2-1_i386.deb > (--unpack): trying to overwrite > `/usr/lib/kde3/plugins/styles/plastik.so', which is also in package > kdelibs4 dpkg: error processing > /var/cache/apt/archives/kdeartwork-theme-window_4%3a3.3.2-1_i386.deb > (--unpack): > trying to overwrite `/usr/lib/kde3/kwin3_plastik.la', which is also in > package kwin > dpkg-deb: subprocess paste killed by signal (Broken pipe) > dpkg: error processing > /var/cache/apt/archives/ksvg_4%3a3.3.2-2sarge1_i386.deb (--unpack): > trying to overwrite `/usr/share/mimelnk/image/svg-xml.desktop', which > is also in package kdelibs-data Usually if I am doing something where I am getting errors like this I would force the removal of the offending packages, then try to fix the broken dpendencies: dpkg -r --force-depends kdelibs4 kdebase-data kwin kdelibs-data apt-get -f install : use 'man dpkg' to see the full list of options or 'dpkg --force-help' to see only the --force options. You can force an overwrite of files that exist in another previously installed package. Generally speaking I do not view forcing an overwrite of files that exist in another package to be a good solution as seems to be common in the rpm world (shudder) ;), but there have been times when I have made exceptions to that rule. Later, Seeker -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]