Created
May 23, 2012 03:21
-
-
Save arooni/2773094 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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