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 ?