0

How to install openssh cilent and server on ubundu 13.04. i tried sudo apt-get install openssh-client on 13.04, but i got this error. i could not install it.

mphil@mphil:~$ sudo apt-get install openssh-client
[sudo] password for mphil: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package openssh-client 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-client' has no installation candidate
Ron
  • 20,938

1 Answers1

0

SSH client is usually installed on ubuntu. No need to install it again. Secondly 13.04 is not supported anymore. Please upgrade to the latest LTS.

If you still want to install, see How to install software or upgrade from an old unsupported release? answer.

daltonfury42
  • 5,559