I try to install ssh in ubuntu I do: sudo apt-get install ssh
, it asks me later Do you want to continue [Y/n]?
. Digit Y then shows me the following error:
dpkg: warning: there's no installed package matching ttf-mscorefonts-installer:i386
It did not install because when I try to start it with sudo /etc/init.d/ssh start
it shows me the following:
Rather than invoking init scripts through /etc/init.d, use the service(8) utility, eg service ssh start
Since the script you are attempting to invoke has been converted to an Upstart job, you may also use the start(8) utility, eg start ssh
Searching I found something that maybe can help.
And if this doesn't solve it, then: