0

My problem began when I was tried to install the mmtsb (multiscale modelling toolset for structural biology) on an Ubuntu 14.04 Virtual Machine on a Windows Host.

I tried giving the ./install.sh command. But this was the error which propped up:

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

To resolve this I tried the following command:

sudo apt-get install csh

This in turn gave the following error:

Unable to locate package csh

I tried next to update the packages using:

sudo apt-get update

This in turn gave my the following error:

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.

What do I do now ?

muru
  • 207,228

1 Answers1

-1

I didn't understand your problem but you may try this. By this may be you able to install packages using apt-get.

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

Bhansa
  • 101