Guest User

Untitled

a guest
May 20th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. sudo apt-get install vim
  2.  
  3. The following packages have unmet dependencies.
  4. vim : Depends: libpython3.6 (>= 3.6.4~rc1) but it is not going to be installed
  5. E: Unable to correct problems, you have held broken packages.
  6.  
  7. sudo apt-get update
  8. sudo apt-get -f install
  9.  
  10. dpkg --get-selections | grep hold
  11.  
  12. sudo aptitude install -f vim
Add Comment
Please, Sign In to add comment