Forum archive
unmet dependencies:
Hello Everyone,
I am trying to update and install memcache on my zurmo VM. I can run apt-get update and it works fine then i try install-security-updates and ui get the following erorr.
+ SEC_UPDATES=FORCE + /usr/lib/inithooks/firstboot.d/95secupdates Reading package lists... Reading package lists... Building dependency tree... Reading state information... Reading package lists... Building dependency tree... Reading state information... E: You might want to run 'apt-get -f install' to correct these. The following packages have unmet dependencies: openssh-server : Depends: openssh-client (= 1:6.0p1-4) but 1:6.0p1-4+deb7u2 is installed Unmet dependencies. Try using -f.
I tried the apt-get -f install but get the same error. How can I fix this issue ??
Thanks
Bruce
IMO apt should just take care of it (and update OpenSSH server if it needs to). But obviously it's not for some reason...
FWIW did you try fixing it with the following? That will often work...
I guess if that doesn't do it you could also try just manually update OpenSSH...
FYI the deb7u2 packages come from the main repo (not security - the deb7u1 package comes from security) so at some point you must have manually updated one of them... Not that that explains why it's not working now...