Guest User

Untitled

a guest
May 22nd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. apt --fix-broken install
  2.  
  3. apt-get install libgl1-nvidia-glx:i386
  4. Reading package lists... Done
  5. Building dependency tree
  6. Reading state information... Done
  7. You might want to run 'apt --fix-broken install' to correct these.
  8. The following packages have unmet dependencies:
  9. gcc-6-multilib : Depends: libc6-dev-i386 (>= 2.11) but it is not going to be installed
  10. libc6-dev-x32 : Depends: libc6-dev-i386 (= 2.24-10) but it is not going to be installed
  11. libgl1-glvnd-nvidia-glx : Conflicts: libgl1-nvidia-glx:i386 but 375.39-1 is to be installed
  12. libgl1-nvidia-glx:i386 : Depends: libnvidia-glcore:i386 (= 375.39-1) but it is not going to be installed
  13. Depends: libx11-6:i386 but it is not going to be installed
  14. Depends: libxext6:i386 but it is not going to be installed
  15. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  16.  
  17. dpkg --purge --force-depends "package name"
  18.  
  19. dpkg --purge --force-depends "gcc-multilib"
Add Comment
Please, Sign In to add comment