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