安装openssh-server失败
date:星期五, 十月 23rd, 2009 at 1:40 下午 Categories:linux
新装的系统
ubuntu 9.04 server
无法安装openssh-server
yingouqlj@qlj:~$ sudo apt-get install openssh-server Reading package lists… Done Building dependency tree Reading state information… Done Package openssh-server 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 E: Package openssh-server has no installation candidate
解决方法
更新源
yingouqlj@qlj:~$ sudo apt-get update
重新安装
yingouqlj@qlj:~$ sudo apt-get install openssh-server
