After trying to install the 4.2 beta1 packages I encountered the following snag. kde-icons-oxygen will not install, and it is causing about 90% of the other packages to not finish their installation as well because they depend on kde-icons-oxygen.
I've tried apt-get -f install and dpkg --configure -a. Any ideas?
Code:
Unpacking kde-icons-oxygen (from .../kde-icons-oxygen_4%3a4.1.80-0ubuntu1~intrepid1~ppa2_all.deb) ... dpkg: error processing /var/cache/apt/archives/kde-icons-oxygen_4%3a4.1.80-0ubuntu1~intrepid1~ppa2_all.deb (--unpack): trying to overwrite `/usr/share/icons/oxygen/16x16/actions/object-order-front.png', which is also in package koffice-data-kde4 dpkg-deb: subprocess paste killed by signal (Broken pipe) Errors were encountered while processing: /var/cache/apt/archives/kde-icons-oxygen_4%3a4.1.80-0ubuntu1~intrepid1~ppa2_all.deb E: Sub-process /usr/bin/dpkg returned an error code (1)
Comment