I'm new to Ubuntu environment, its been bothering me since a while.
have tried almost everything suggested in the forums but no luck. I don't know if I'm missing something.
OS: Ubuntu 14.04.1 LTS 64bit
~$ sudo apt-get install openssh-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
openssh-server : Depends: libck-connector0 (>= 0.2.1) but it is not installable
Recommends: ncurses-term but it is not installable
Recommends: ssh-import-id but it is not installable
E: Unable to correct problems, you have held broken packages.
sudo apt-get -f install
now try your install again. – Mark Kirby Jan 08 '16 at 20:40dpkg --get-selections | grep hold
what is the output – Mark Kirby Jan 08 '16 at 20:58sudo apt-get update
first? – Mark Kirby Jan 08 '16 at 21:01dpkg --get-selections | grep hold
, got the same error – goutham k Jan 08 '16 at 21:07sudo dpkg --configure -a
– Mark Kirby Jan 08 '16 at 21:09libck-connector0
from ubuntu package repsitory , installed it usingsudo dpkg -i libck-connector0_0.4.5-2ubuntu0.1_amd64.deb
and then tried it again. Thanks for your help , really appreciate it. – goutham k Jan 08 '16 at 21:21