Skip to content

Instantly share code, notes, and snippets.

@ifduyue
Created October 14, 2015 09:08
Show Gist options
  • Save ifduyue/5c2c0fd381e1af611c2b to your computer and use it in GitHub Desktop.
Save ifduyue/5c2c0fd381e1af611c2b to your computer and use it in GitHub Desktop.
Can't install docker-engine on Ubuntu 14.04 LTS
# apt-get install -f docker-engine
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
docker-engine : Depends: init-system-helpers (>= 1.18~) but 1.14 is to be installed
Depends: lsb-base (>= 4.1+Debian11ubuntu7) but 4.1+Debian11ubuntu6 is to be installed
Depends: libdevmapper1.02.1 (>= 2:1.02.99) but 2:1.02.77-6ubuntu2 is to be installed
Recommends: aufs-tools but it is not going to be installed
Recommends: cgroupfs-mount but it is not installable or
cgroup-lite but it is not going to be installed
Recommends: git
E: Unable to correct problems, you have held broken packages.
@poliveira89
Copy link

I have been following this guid: https://docs.docker.com/installation/ubuntulinux/
And have the same result :/

@ctate
Copy link

ctate commented Nov 5, 2015

@ifduyue @poliveira89 Make sure you only add one entry in Step 6 of "Update your apt sources".

@wangshuwei5
Copy link

@ctate Thank you.

@ifduyue
Copy link
Author

ifduyue commented Jan 20, 2016

@ifduyue
Copy link
Author

ifduyue commented Jan 20, 2016

It seems gist has no notification feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment