octopusflying 2014-11-02 06:54 采纳率: 0%
浏览 7912

liunx安装ssh遇到的问题。

在Ubuntu上安装SSH。输入命令:
$ sudo apt-get install ssh
出现以下的错误:
Reading package lists... Done
Building dependency tree

Reading state information... Done
Package ssh is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
openssh-client ssh-askpass-gnome

E: Package 'ssh' has no installation candidate
该怎样解决?求大神指导。。。

  • 写回答

4条回答 默认 最新

  • oyljerry 2014-12-04 06:42
    关注

    换名字了,错误信息提示你了

    sudo apt-get install openssh-client

    评论

报告相同问题?