LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-15-2006, 12:39 PM   #1
badgerbox76
Member
 
Registered: Dec 2005
Location: USA
Distribution: Ubuntu, and other Live-CDs
Posts: 156

Rep: Reputation: 30
Question dpkg dependance problems


Hello i am trying to install kde theme manager and i need to know how to automatically install dependances with the software.
Code:
 sudo dpkg -i kdmtheme_1.1-3_i386.deb (Reading database ... 60018 files and directories currently installed.) Preparing to replace kdmtheme 1.1-3 (using kdmtheme_1.1-3_i386.deb) ... Unpacking replacement kdmtheme ... dpkg: dependency problems prevent configuration of kdmtheme: kdmtheme depends on kdelibs4c2a (>= 4:3.5.1-4); however: Package kdelibs4c2a is not installed. kdmtheme depends on libgcc1 (>= 1:4.0.2); however: Version of libgcc1 on system is 1:4.0.1-4ubuntu9. kdmtheme depends on libidn11 (>= 0.5.18); however: Version of libidn11 on system is 0.5.13-1.0. kdmtheme depends on libqt3-mt (>= 3:3.3.5); however: Version of libqt3-mt on system is 3:3.3.4-8ubuntu5. kdmtheme depends on libstdc++6 (>= 4.0.2-4); however: Version of libstdc++6 on system is 4.0.1-4ubuntu9. kdmtheme depends on libxrender1 (>= 1:0.9.0.2); however: Version of libxrender1 on system is 1:0.9.0-1. dpkg: error processing kdmtheme (--install): dependency problems - leaving unconfigured Errors were encountered while processing: kdmtheme sudo dpkg -i kdmtheme_1.1-3_i386.deb (Reading database ... 60018 files and directories currently installed.) Preparing to replace kdmtheme 1.1-3 (using kdmtheme_1.1-3_i386.deb) ... Unpacking replacement kdmtheme ... dpkg: dependency problems prevent configuration of kdmtheme: kdmtheme depends on kdelibs4c2a (>= 4:3.5.1-4); however: Package kdelibs4c2a is not installed. kdmtheme depends on libgcc1 (>= 1:4.0.2); however: Version of libgcc1 on system is 1:4.0.1-4ubuntu9. kdmtheme depends on libidn11 (>= 0.5.18); however: Version of libidn11 on system is 0.5.13-1.0. kdmtheme depends on libqt3-mt (>= 3:3.3.5); however: Version of libqt3-mt on system is 3:3.3.4-8ubuntu5. kdmtheme depends on libstdc++6 (>= 4.0.2-4); however: Version of libstdc++6 on system is 4.0.1-4ubuntu9. kdmtheme depends on libxrender1 (>= 1:0.9.0.2); however: Version of libxrender1 on system is 1:0.9.0-1. dpkg: error processing kdmtheme (--install): dependency problems - leaving unconfigured Errors were encountered while processing: kdmtheme
Code:
  sudo apt-get install build-essential Reading package lists... Done Building dependency tree... Done build-essential is already the newest version. You might want to run `apt-get -f install' to correct these: The following packages have unmet dependencies: kdmtheme: Depends: kdelibs4c2a (>= 4:3.5.1-4) but it is not installable Depends: libgcc1 (>= 1:4.0.2) but 1:4.0.1-4ubuntu9 is to be installed Depends: libidn11 (>= 0.5.18) but 0.5.13-1.0 is to be installed Depends: libqt3-mt (>= 3:3.3.5) but 3:3.3.4-8ubuntu5 is to be installed Depends: libstdc++6 (>= 4.0.2-4) but 4.0.1-4ubuntu9 is to be installed Depends: libxrender1 (>= 1:0.9.0.2) but 1:0.9.0-1 is to be installed E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). zac@Familyboxlinux:~/Desktop$ sudo apt-get -f install Reading package lists... Done Building dependency tree... Done Correcting dependencies... Done The following packages will be REMOVED: kdmtheme 0 upgraded, 0 newly installed, 1 to remove and 117 not upgraded. 1 not fully installed or removed. Need to get 0B of archives. After unpacking 307kB disk space will be freed. Do you want to continue [Y/n]? n Abort.
how can i fix this problem? thanks
 
Old 04-16-2006, 05:55 AM   #2
y9701015
LQ Newbie
 
Registered: Jan 2005
Posts: 10

Rep: Reputation: 0
maybe tar.gz package is OK~~

if you wanna persist use this way to install, change your symbol link for some lib
but i am not sure the software can work.
OR
final solve is update your lib to new version and then install the software
 
Old 04-16-2006, 06:01 AM   #3
David the H.
Bash Guru
 
Registered: Jun 2004
Location: Osaka, Japan
Distribution: Arch + Xfce
Posts: 6,852

Rep: Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037Reputation: 2037
dpkg doesn't handle dependencies, it's job is installing and uninstalling single packages. Dependencies are taken care of by apt, so you need to use apt-get if you want it to take care of everything. If you want to install something manually with dpkg, you also have to hunt down the dependencies manually.
 
  


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
APT/dpkg errors! /var/lib/dpkg/status bassclarinet Debian 16 12-01-2011 09:24 AM
dpkg is dead! error in /var/lib/dpkg/available dezert_fox Debian 4 11-22-2011 10:28 AM
Amule Dependance issues fieska Debian 2 05-05-2005 05:17 PM
Problems with dpkg -i pablowablo Linux - Newbie 6 07-29-2004 10:15 AM
dpkg -d problems menota Linux - Software 0 09-02-2003 03:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:03 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