Estou tentando instalar o openssh-server
no meu Ubuntu-14.04.1. Mas esta mensagem de erro aparece:
$ sudo apt-get update
$ sudo apt-get install openssh-server
Reading package lists... Done Building dependency tree
Reading state information... Done . . . .
The following NEW packages will be installed:
E: Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-sftp-server_6.6p1-2ubuntu2.8_amd64.deb Size mismatch
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Se eu tentar com a opção --fix-missing
, o resultado é:
$ sudo apt-get install openssh-server --fix-missing
Reading package lists... Done Building dependency tree
Reading state information... Done . . . . . . Unable to correct missing packages. E: Failed to fetch http://in.archive.ubuntu.com/ubuntu/pool/main/o/openssh/openssh-sftp-server_6.6p1-2ubuntu2.8_amd64.deb Size mismatch
E: Aborting install.
Por favor, alguém pode me sugerir uma solução para esse problema?
Atenciosamente R Madhu.