Ubuntu 14.04 虚拟机上 sudo apt-get update 的问题

Ubuntu 14.04 虚拟机上 sudo apt-get update 的问题

当我尝试在 Windows 主机上的 Ubuntu 14.04 虚拟机上安装 mmtsb(结构生物学多尺度建模工具集)时,问题出现了。

我尝试输入 ./install.sh 命令。但出现了以下错误:

bash: ./install.sh: /bin/csh: bad interpreter: No such file or directory

为了解决这个问题我尝试了以下命令:

sudo apt-get install csh

这又导致了以下错误:

Unable to locate package csh

我接下来尝试使用以下命令更新软件包:

sudo apt-get update

这又导致了以下错误:

Err http://security.ubuntu.com trusty-security InRelease
Err http://security.ubuntu.com trusty-security Release.gpg                 
Cannot initiate the connection to security.ubuntu.com:80 (2001:67c:1562::19). - connect (101: Network is unreachable) [IP: 2001:67c:1562::19 80]  
W: Some index files failed to download. They have been ignored, or old ones used instead.

现在我该怎么做 ?

答案1

我不明白你的问题,但你可以试试这个。这样你也许能够使用 apt-get 安装软件包。

https://stackoverflow.com/questions/30316812/ubuntu-apt-get-unable-to-fetch-packages/35096935#35096935

相关内容