Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2012
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. You might want to run 'apt-get -f install' to correct these:
  2. The following packages have unmet dependencies:
  3. python2.6 : Conflicts: python-profiler (<= 2.7.1-2)
  4. python2.7 : Conflicts: python-profiler (<= 2.7.1-2)
  5. E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
  6. ++ failed
  7. ++ local r=100
  8. ++ set +o xtrace
  9.  
  10.  
  11. This is how I originally installed:
  12.  
  13. VER=`apt-get download python-profiler | grep "^Get:" | cut -d" " -f4`
  14. PROFILERDEB="python-profiler_${VER}_all.deb"
  15. dpkg --force-conflicts -i $PROFILERDEB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement