Instalei um Ubuntu em uma máquina virtual há 6 meses. Eu nunca precisei de uma conexão ssh até agora. Mas quando tento instalar o sshd, recebo este erro:
root@onur-vmdesktop:/home/onur# 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: openssh-client (= 1:5.3p1-3ubuntu3) but 1:5.3p1-3ubuntu5 is to be installed
E: Broken packages
O que posso fazer?
Responder1
eu sugeriria
aptitude update
aptitude upgrade
aptitude install openssh-server
e você pode substituir aptitude
sistematicamente apt-get
.
Mas eu acreditaria nissohttps://askubuntu.com/é um lugar melhor para perguntar.