aptitude は依存関係を見つけられません、パッケージが壊れています

aptitude は依存関係を見つけられません、パッケージが壊れています

6 か月前に仮想マシンに Ubuntu をインストールしました。今までは 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/質問するのに最適な場所です。

関連情報