Everytime I use any package installer or updater I get the following
Announcement
Collapse
No announcement yet.
Dependency Hell!
Collapse
This topic is closed.
X
X
-
Re: Can Anyone Tell We What To Do About This?
I think I know what it is. You have some dependencies missing.
Open a terminal (K->system->terminal) and do:
Code:sudo apt-get update
Code:sudo apt-get upgrade
this should narrow down the problem and maybe even offer a solution.
Post whatever the last spits out.
You might want to change your title to : Dependancy hell or something. Use modify for that.
Sorry, I have to go now, my girlfriend is waiting and it is friday nightHP Pavilion dv6 core i7 (Main)
4 GB Ram
Kubuntu 18.10
- Top
- Bottom
-
Re: Dependency Hell!
Okay, I dpkged --configed -a and this is what I got
etting up dhcdbd (2.0-5ubuntu1) ...
* Reloading system message bus config... [ OK ]
* Starting DHCP D-Bus daemon dhcdbd invoke-rc.d: initscript dhcdbd, action "start" failed.
dpkg: error processing dhcdbd (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of network-manager:
network-manager depends on dhcdbd (>= 1.12-2); however:
Package dhcdbd is not configured yet.
dpkg: error processing network-manager (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of network-manager-kde:
network-manager-kde depends on network-manager (>= 0.6.2); however:
Package network-manager is not configured yet.
dpkg: error processing network-manager-kde (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
dhcdbd
network-manager
network-manager-kde
- Top
- Bottom
Comment
-
Re: Dependency Hell!
Ahh -- we are under Gutsy here, aren't we :P
It looks like a Python error, which is a scripting language. I don't THINK this is related to connecting to the Internet, but I can't guarantee it. I'm thinking it's more of an unfinished Gutsy thing.
- Top
- Bottom
Comment
-
Re: Dependency Hell!
I am getting the same errors for any module from kde-guidance. You can get around that by manually and individually launching the module you want with
Code:kdesu serviceconfig
- Top
- Bottom
Comment
-
Re: Dependency Hell!
Here's the output I got when I did that
X Error: BadDevice, invalid or uninitialized input device 156
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 156
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 156
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 156
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device
Couldn't load file: [Errno 2] No such file or directory: '/var/tmp/guidance-packagedescriptioncache'
Not reading description cache data
- Top
- Bottom
Comment
Comment