I am unable to update my ubuntu server 14.04 using apt-get update
.
Outcome is:
W: failed to fetch http://us.archive.ubuntu.com/ubuntu/dists/trusty/inrelease
And another error is:
/usr/local/snort/bin/snort: error while loading shared libraries: libdnet.1 : cannot open shared object
How can I solve this?
deb http://us.archive.ubuntu.com/ubuntu trusty-updates main restricted deb-src http://us.archive.ubuntu.com/ubuntu trusty-updates main restricted
deb http://us.archive.ubuntu.com/ubuntu trusty universe deb-src http://us.archive.ubuntu.com/ubuntu trusty universe deb http://us.archive.ubuntu.com/ubuntu trusty-updates universe deb-src http://us.archive.ubuntu.com/ubuntu trusty-updates universe
– user278527 May 06 '14 at 13:52apt-get update
, before the "Failed to fetch" errors are there any lines that begin with "Err http://"? – bain May 06 '14 at 14:50