Skip to content

Instantly share code, notes, and snippets.

Created August 31, 2012 15:37
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/3554752 to your computer and use it in GitHub Desktop.
Save anonymous/3554752 to your computer and use it in GitHub Desktop.
apt-get install strace
~
$ sudo apt-get install strace
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
cpp-4.7 : Depends: gcc-4.7-base (= 4.7.1-4) but 4.7.1-7 is to be installed
g++-4.7 : Depends: gcc-4.7-base (= 4.7.1-4) but 4.7.1-7 is to be installed
Depends: libstdc++6-4.7-dev (= 4.7.1-4) but 4.7.1-7 is to be installed
gcc-4.7 : Depends: gcc-4.7-base (= 4.7.1-4) but 4.7.1-7 is to be installed
libgfortran3 : Depends: gcc-4.7-base (= 4.7.1-4) but 4.7.1-7 is to be installed
libgomp1 : Depends: gcc-4.7-base (= 4.7.1-4) but 4.7.1-7 is to be installed
libquadmath0 : Depends: gcc-4.7-base (= 4.7.1-4) but 4.7.1-7 is to be installed
libstdc++6-4.7-dev : Depends: g++-4.7 (= 4.7.1-7) but 4.7.1-4 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment