debian dist-upgrade problem, please help!

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
touser3
Regular Member
Posts: 151
Joined: Wed Dec 06, 2000 12:00 am

debian dist-upgrade problem, please help!

Post by touser3 »

Hi all, i just tried a dist-upgrade to unstable and all packages installed fine except for korganizer which is causing alot of other programs to not work (including firefox). This is the error i am getting when i try an apt-get -f install:

(Reading database ... 130100 files and directories currently installed.)
Preparing to replace korganizer 4:3.2.2-2 (using .../korganizer_4%3a3.2.3-1_i386.deb) ...
Unpacking replacement korganizer ...
dpkg: error processing /var/cache/apt/archives/korganizer_4%3a3.2.3-1_i386.deb (--unpack):
trying to overwrite `/etc/kde3/khotnewstuffrc', which is also in package kdelibs-bin
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/korganizer_4%3a3.2.3-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Edit/Delete Message
User avatar
TonyT
SG VIP
Posts: 10356
Joined: Fri Jan 28, 2000 12:00 am
Location: Fairfax, VA

Post by TonyT »

Did you exit the window manager and GUI prior to upgrading? I always boot to command only when doing upgrades.
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.

LRH
touser3
Regular Member
Posts: 151
Joined: Wed Dec 06, 2000 12:00 am

Post by touser3 »

Thank you for the reply Tony, i tried that and still get the same error :( .
touser3
Regular Member
Posts: 151
Joined: Wed Dec 06, 2000 12:00 am

Post by touser3 »

I fixed it, the fix was:
# dpkg --force-overwrite -i korganizer_3.2.3-1_i386.deb
# apt-get install --reinstall kdelibs-bin kdelibs4 kdelibs-data
Post Reply