Hmm thought I would start out with something simple
Code:
root@toybox:~# apt-get -st unstable install konsole
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
kdelibs-bin kdelibs-data kdelibs4
Suggested packages:
khelpcenter
Recommended packages:
xfonts-konsole
The following NEW packages will be installed:
kdelibs-bin kdelibs-data kdelibs4 konsole
0 upgraded, 4 newly installed, 0 to remove and 224 not upgraded.
Inst kdelibs-data (4:3.2.1-1 Debian:unstable)
Inst kdelibs4 (4:3.2.1-1 Debian:unstable) []
Inst kdelibs-bin (4:3.2.1-1 Debian:unstable)
Inst konsole (4:3.2.1-1 Debian:unstable)
Conf kdelibs-data (4:3.2.1-1 Debian:unstable)
Conf kdelibs-bin (4:3.2.1-1 Debian:unstable)
Conf kdelibs4 (4:3.2.1-1 Debian:unstable)
Conf konsole (4:3.2.1-1 Debian:unstable)
Should install ok, right?
Code:
root@toybox:~# apt-get -t unstable install konsole
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
kdelibs-bin kdelibs-data kdelibs4
Suggested packages:
khelpcenter
Recommended packages:
xfonts-konsole
The following NEW packages will be installed:
kdelibs-bin kdelibs-data kdelibs4 konsole
0 upgraded, 4 newly installed, 0 to remove and 224 not upgraded.
Need to get 0B/15.2MB of archives.
After unpacking 47.6MB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 89838 files and directories currently installed.)
Unpacking kdelibs-data (from .../kdelibs-data_4%3a3.2.1-1_all.deb) ...
dpkg: error processing /var/cache/apt/archives/kdelibs-data_4%3a3.2.1-1_all.deb (--unpack):
trying to overwrite `/usr/share/mimelnk/application/vnd.sun.xml.calc.desktop', which is also in package openoffice-de-en
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Selecting previously deselected package kdelibs4.
Unpacking kdelibs4 (from .../kdelibs4_4%3a3.2.1-1_i386.deb) ...
Selecting previously deselected package kdelibs-bin.
Unpacking kdelibs-bin (from .../kdelibs-bin_4%3a3.2.1-1_i386.deb) ...
Selecting previously deselected package konsole.
Unpacking konsole (from .../konsole_4%3a3.2.1-1_i386.deb) ...
Errors were encountered while processing:
/var/cache/apt/archives/kdelibs-data_4%3a3.2.1-1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
I've since dpkg -r the kde stuff . What am I missing here?