I have uninstalled a previous version of virtualbox using sudo apt-get remove virtualbox
and tried to install the latest version using the information from this page.
I did
wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
and
sudo apt-get update
my /etc/apt/sources.list
file contains:
deb http://download.virtualbox.org/virtualbox/debian trusty contrib
and the error I get after update is:
Err http://download.virtualbox.org trusty InRelease
Err http://download.virtualbox.org trusty Release.gpg
Unable to connect to download.virtualbox.org:http: [IP: 62.253.3.177 80]
Fetched 4,124 kB in 4min 0s (17.2 kB/s)
Reading package lists... Done
W: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/trusty/InRelease
W: Failed to fetch http://download.virtualbox.org/virtualbox/debian/dists/trusty/Release.gpg Unable to connect to download.virtualbox.org:http: [IP: 62.253.3.177 80]
W: Some index files failed to download. They have been ignored, or old ones used instead.
/etc/network/interfaces
file containsauto lo iface lo inet loopback dns-nameservers 192.168.1.254 8.8.8.8
after editing it. Is this correct? – Jacques MALAPRADE Feb 16 '16 at 16:35download.virtualbox.org is an alias for download.oracle.com.edgesuite.net. download.oracle.com.edgesuite.net is an alias for a1961.d.akamai.net. a1961.d.akamai.net has address 62.253.3.178 a1961.d.akamai.net has address 62.253.3.177
after runninghost download.virtualbox.org
. Is this correct. – Jacques MALAPRADE Feb 16 '16 at 16:42apt-get update
again with the same error. I live in the UK. :) – Jacques MALAPRADE Feb 16 '16 at 17:09host 62.253.3.178
and get178.3.253.62.in-addr.arpa domain name pointer 178.3-253-62.static.virginmediabusiness.co.uk.
. – Jacques MALAPRADE Feb 16 '16 at 17:26host download.virtualbox.org
showsdownload.virtualbox.org is an alias for download.oracle.com.edgesuite.net. download.oracle.com.edgesuite.net is an alias for a1961.d.akamai.net. a1961.d.akamai.net has address 62.253.3.177 a1961.d.akamai.net has address 62.253.3.178
– Jacques MALAPRADE Feb 16 '16 at 17:37