Skip to content

Instantly share code, notes, and snippets.

/error Secret

Created July 22, 2014 01:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/d216fb28ae69ae93d9e5 to your computer and use it in GitHub Desktop.
Save anonymous/d216fb28ae69ae93d9e5 to your computer and use it in GitHub Desktop.
root@d411f378aef8:/# sudo apt-get install libssl-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libssl-doc zlib1g-dev
The following NEW packages will be installed:
libssl-dev libssl-doc zlib1g-dev
0 upgraded, 3 newly installed, 0 to remove and 23 not upgraded.
Need to get 2,034 kB/2,218 kB of archives.
After this operation, 8,255 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Err http://ubuntu.mirror.uber.com.au/archive/ trusty-security/main libssl-dev amd64 1.0.1f-1ubuntu2.3
404 Not Found [Mirror: http://ubuntu.mirror.serversaustralia.com.au/ubuntu/]
Err http://ubuntu.mirror.uber.com.au/archive/ trusty-security/main libssl-doc all 1.0.1f-1ubuntu2.3
404 Not Found [Mirror: http://ubuntu.mirror.serversaustralia.com.au/ubuntu/]
E: Failed to fetch mirror://mirrors.ubuntu.com/mirrors.txt/pool/main/o/openssl/libssl-dev_1.0.1f-1ubuntu2.3_amd64.deb 404 Not Found [Mirror: http://ubuntu.m
irror.serversaustralia.com.au/ubuntu/]
E: Failed to fetch mirror://mirrors.ubuntu.com/mirrors.txt/pool/main/o/openssl/libssl-doc_1.0.1f-1ubuntu2.3_all.deb 404 Not Found [Mirror: http://ubuntu.mir
ror.serversaustralia.com.au/ubuntu/]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
root@d411f378aef8:/# cat /etc/apt/sources.list
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb mirror://mirrors.ubuntu.com/mirrors.txt trusty main restricted
deb-src mirror://mirrors.ubuntu.com/mirrors.txt trusty main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb mirror://mirrors.ubuntu.com/mirrors.txt trusty-updates main restricted
deb-src mirror://mirrors.ubuntu.com/mirrors.txt trusty-updates main restricted
## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb mirror://mirrors.ubuntu.com/mirrors.txt trusty universe
deb-src mirror://mirrors.ubuntu.com/mirrors.txt trusty universe
deb mirror://mirrors.ubuntu.com/mirrors.txt trusty-updates universe
deb-src mirror://mirrors.ubuntu.com/mirrors.txt trusty-updates universe
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb mirror://mirrors.ubuntu.com/mirrors.txt trusty-backports main restricted
# deb-src mirror://mirrors.ubuntu.com/mirrors.txt trusty-backports main restricted
deb mirror://mirrors.ubuntu.com/mirrors.txt trusty-security main restricted
deb-src mirror://mirrors.ubuntu.com/mirrors.txt trusty-security main restricted
deb mirror://mirrors.ubuntu.com/mirrors.txt trusty-security universe
deb-src mirror://mirrors.ubuntu.com/mirrors.txt trusty-security universe
# deb mirror://mirrors.ubuntu.com/mirrors.txt trusty-security multiverse
# deb-src mirror://mirrors.ubuntu.com/mirrors.txt trusty-security multiverse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment