Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. root@ubuntu:/home/szymon# sudo dpkg -P libvlccore8
  2. dpkg: warning: ignoring request to remove libvlccore8 which isn't installed
  3. root@ubuntu:/home/szymon# sudo apt-get -f install
  4. Reading package lists... Done
  5. Building dependency tree
  6. Reading state information... Done
  7. Correcting dependencies... Done
  8. The following packages were automatically installed and are no longer required:
  9. lib32gcc1 libc6-i386 ocl-icd-libopencl1
  10. Use 'sudo apt autoremove' to remove them.
  11. The following additional packages will be installed:
  12. libnvidia-gl-390 libnvidia-gl-390:i386
  13. The following NEW packages will be installed:
  14. libnvidia-gl-390 libnvidia-gl-390:i386
  15. 0 upgraded, 2 newly installed, 0 to remove and 16 not upgraded.
  16. 18 not fully installed or removed.
  17. Need to get 0 B/29,1 MB of archives.
  18. After this operation, 147 MB of additional disk space will be used.
  19. Do you want to continue? [Y/n] y
  20. (Reading database ... 155839 files and directories currently installed.)
  21. Preparing to unpack .../libnvidia-gl-390_390.87-0ubuntu0~gpu18.04.1_i386.deb ...
  22. diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to /usr/lib/i386-linux-gnu/libGL.so.1.distrib by nvidia-340
  23. dpkg-divert: error: mismatch on package
  24. when removing 'diversion of /usr/lib/i386-linux-gnu/libGL.so.1 by libnvidia-gl-390'
  25. found 'diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to /usr/lib/i386-linux-gnu/libGL.so.1.distrib by nvidia-340'
  26. dpkg: error processing archive /var/cache/apt/archives/libnvidia-gl-390_390.87-0ubuntu0~gpu18.04.1_i386.deb (--unpack):
  27. new libnvidia-gl-390:i386 package pre-installation script subprocess returned error exit status 2
  28. Preparing to unpack .../libnvidia-gl-390_390.87-0ubuntu0~gpu18.04.1_amd64.deb ...
  29. diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 to /usr/lib/x86_64-linux-gnu/libGL.so.1.distrib by nvidia-340
  30. dpkg-divert: error: mismatch on package
  31. when removing 'diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 by libnvidia-gl-390'
  32. found 'diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 to /usr/lib/x86_64-linux-gnu/libGL.so.1.distrib by nvidia-340'
  33. dpkg: error processing archive /var/cache/apt/archives/libnvidia-gl-390_390.87-0ubuntu0~gpu18.04.1_amd64.deb (--unpack):
  34. new libnvidia-gl-390:amd64 package pre-installation script subprocess returned error exit status 2
  35. Errors were encountered while processing:
  36. /var/cache/apt/archives/libnvidia-gl-390_390.87-0ubuntu0~gpu18.04.1_i386.deb
  37. /var/cache/apt/archives/libnvidia-gl-390_390.87-0ubuntu0~gpu18.04.1_amd64.deb
  38. E: Sub-process /usr/bin/dpkg returned an error code (1)
  39. root@ubuntu:/home/szymon#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement