LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 09-08-2004, 10:02 PM   #1
jsmarshall85
Member
 
Registered: Aug 2003
Posts: 386

Rep: Reputation: 30
FIXED - error installing kde on sid


i have updated my sources.list file to install from the unstable tree. did a dist-upgrade and all the other stuff. when trying to install kde i have an error with the kontact-plugins part of it and it says to do an apt-get -f install, so i do that and get the following message

Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
kontact-plugins
Suggested packages:
kdeaddons-doc-html
The following NEW packages will be installed:
kontact-plugins
0 upgraded, 1 newly installed, 0 to remove and 9 not upgraded.
291 not fully installed or removed.
Need to get 0B/52.4kB of archives.
After unpacking 188kB of additional disk space will be used.
Do you want to continue? [Y/n]
(Reading database ... 86216 files and directories currently installed.)
Unpacking kontact-plugins (from .../kontact-plugins_4%3a3.2.3-2_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/kontact-plugins_4%3a3.2.3-2_i386.deb (--unpack):
trying to overwrite `/usr/lib/kde3/kcm_kontactknt.so', which is also in package kontact
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/kontact-plugins_4%3a3.2.3-2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

i have done apt-get clean and apt-get autoclen and have also deleted the files in the error message thinking that would work, but not. i added mirrors to my sources.list file also thinking the one i had listed had a bad file on it, but that did not work. i am using the 2.6.7 kernel

any suggestions?

Last edited by jsmarshall85; 09-10-2004 at 10:40 AM.
 
Old 09-08-2004, 10:31 PM   #2
shodekiagari
Member
 
Registered: Nov 2003
Posts: 47

Rep: Reputation: 15
gotta response

dpkg -r --force-overwrite nameofpackage.deb

In your case it would be dpkg -r --foce-overwrite /var/cache/apt/archives/kontact-plugins_4%3a3.2.3-2_i386.deb
 
Old 09-09-2004, 01:17 AM   #3
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
You should also dpkg --configure -a afterwards to get the packages left unconfigured when the error occurred.
 
Old 09-09-2004, 02:04 PM   #4
jsmarshall85
Member
 
Registered: Aug 2003
Posts: 386

Original Poster
Rep: Reputation: 30
ok, one thing though, i get this same issue on two separate computers in different locations. could there be something wrong with the kde packages?

anyway, using dpkg -r --foce-overwrite /var/cache/apt/archives/kontact-plugins_4%3a3.2.3-2_i386.deb gave me an error saying i need to specify the package this is part of and not the actual file, i beleive it is part of kdeaddons.

using dpkg --configure -a ran through ok, but did say there were problems with kdeaddons and kde.

neither fixed the issue though

any other suggestions? i am trying everything. even removing the file from /var/cache/apt/archives, still does not work. i am running gnome so it really inst such a big thing but i do like kde and would like it installed. after all this if i do a dpkg-reconfigure xdm, it only shows xdm and gdm
 
Old 09-09-2004, 02:08 PM   #5
m_yates
Senior Member
 
Registered: Aug 2003
Location: Upstate
Distribution: Debian, Mint, Mythbuntu
Posts: 1,249

Rep: Reputation: 101Reputation: 101
I think it is supposed to be:
Code:
dpkg -i --foce-overwrite /var/cache/apt/archives/kontact-plugins_4%3a3.2.3-2_i386.deb
NOT
Code:
dpkg -r --foce-overwrite /var/cache/apt/archives/kontact-plugins_4%3a3.2.3-2_i386.deb
 
Old 09-09-2004, 03:20 PM   #6
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally posted by jsmarshall85
ok, one thing though, i get this same issue on two separate computers in different locations. could there be something wrong with the kde packages?

anyway, using dpkg -r --foce-overwrite /var/cache/apt/archives/kontact-plugins_4%3a3.2.3-2_i386.deb gave me an error saying i need to specify the package this is part of and not the actual file, i beleive it is part of kdeaddons.

using dpkg --configure -a ran through ok, but did say there were problems with kdeaddons and kde.

neither fixed the issue though

any other suggestions? i am trying everything. even removing the file from /var/cache/apt/archives, still does not work. i am running gnome so it really inst such a big thing but i do like kde and would like it installed. after all this if i do a dpkg-reconfigure xdm, it only shows xdm and gdm
Must be a typofest going on here today it sorry I missed it the first time through should be dpkg -i --force-overwrite /var/cache/apt/archives/kontact-plugins_4%3a3.2.3-2_i386.deb, the removals you are using will do you no good there is an error in the packaging and the other error you speak of is IIRC kdelibs-data I think and possibly a couple of other packages just keep using the -i --force-overwrite on them you may have to put them all on one big command line and of course the --configure -a to get the unconfigured.
 
Old 09-09-2004, 04:08 PM   #7
jsmarshall85
Member
 
Registered: Aug 2003
Posts: 386

Original Poster
Rep: Reputation: 30
that worked!

thanks you guys!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Debian Sid -- Trouble Installing KDE anything even Koffice mowestusa Debian 7 10-19-2005 09:42 AM
kde 3.4.2 in sid dukeinlondon Debian 1 09-10-2005 10:27 AM
Cannot install KDE with Sid Oh Cisco Debian 5 08-03-2004 09:21 AM
how to install kde on debian sid r3l4x Debian 2 09-02-2003 03:11 PM
Error when installing KDE 3.1 kgsum Linux - Software 2 02-27-2003 11:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 12:10 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration