6개월 전에 가상 머신에 우분투를 설치했습니다. 지금까지는 SSH 연결이 필요하지 않았습니다. 그런데 sshd를 설치하려고 하면 다음 오류가 발생합니다.
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
어떡해?
답변1
내가 제안 할게
aptitude update
aptitude upgrade
aptitude install openssh-server
aptitude
체계적 으로 대체할 수 있습니다 apt-get
.
하지만 난 그 말을 믿을 거야https://askubuntu.com/물어보는 게 더 좋은 곳이에요.