Skip to content

Instantly share code, notes, and snippets.

@arooni
Created May 23, 2012 03:21
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 arooni/2773094 to your computer and use it in GitHub Desktop.
Save arooni/2773094 to your computer and use it in GitHub Desktop.
root@ubuntu:~# cat package_list | sudo dpkg --set-selections
root@ubuntu:~# cat package_list | sudo dpkg --set-selections && sudo apt-get dselect-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have unmet dependencies:
upstart : Depends: initscripts
Depends: mountall
Depends: ifupdown (>= 0.6.10ubuntu5)
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
E: Internal error, problem resolver broke stuff
root@ubuntu:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment