Advertisement
Guest User

Terminal output

a guest
Oct 24th, 2018
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.89 KB | None | 0 0
  1. mirad@mirad-desktop-kubuntu:~$ sudo apt install --reinstall packagekit
  2. [sudo] password for mirad:
  3. Reading package lists... Done
  4. Building dependency tree      
  5. Reading state information... Done
  6. You might want to run 'apt --fix-broken install' to correct these.
  7. The following packages have unmet dependencies:
  8.  libnvidia-ifr1-390 : Depends: libnvidia-gl-390 but it is not going to be installed
  9.  libnvidia-ifr1-390:i386 : Depends: libnvidia-gl-390:i386 but it is not going to be installed
  10.  nvidia-driver-390 : Depends: libnvidia-gl-390 (= 390.87-0ubuntu1) but it is not going to be installed
  11.                      Recommends: libnvidia-gl-390:i386 (= 390.87-0ubuntu1)
  12. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  13. mirad@mirad-desktop-kubuntu:~$ sudo apt install --reinstall nvidia-driver-390
  14. Reading package lists... Done
  15. Building dependency tree      
  16. Reading state information... Done
  17. You might want to run 'apt --fix-broken install' to correct these.
  18. The following packages have unmet dependencies:
  19.  libnvidia-ifr1-390 : Depends: libnvidia-gl-390 but it is not going to be installed
  20.  libnvidia-ifr1-390:i386 : Depends: libnvidia-gl-390:i386 but it is not going to be installed
  21.  nvidia-driver-390 : Depends: libnvidia-gl-390 (= 390.87-0ubuntu1) but it is not going to be installed
  22.                      Recommends: libnvidia-gl-390:i386 (= 390.87-0ubuntu1)
  23. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  24. mirad@mirad-desktop-kubuntu:~$ apt --fix-broken install
  25. E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
  26. E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), are you root?
  27. mirad@mirad-desktop-kubuntu:~$ sudo !!
  28. sudo apt --fix-broken install
  29. Reading package lists... Done
  30. Building dependency tree      
  31. Reading state information... Done
  32. Correcting dependencies... Done
  33. The following additional packages will be installed:
  34.   libnvidia-gl-390 libnvidia-gl-390:i386
  35. The following NEW packages will be installed:
  36.   libnvidia-gl-390 libnvidia-gl-390:i386
  37. 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
  38. 39 not fully installed or removed.
  39. Need to get 0 B/29.2 MB of archives.
  40. After this operation, 147 MB of additional disk space will be used.
  41. Do you want to continue? [Y/n] y
  42. (Reading database ... 261124 files and directories currently installed.)
  43. Preparing to unpack .../libnvidia-gl-390_390.87-0ubuntu1_amd64.deb ...
  44. 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
  45. dpkg-divert: error: mismatch on package
  46.   when removing 'diversion of /usr/lib/x86_64-linux-gnu/libGL.so.1 by libnvidia-gl-390'
  47.   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'
  48. dpkg: error processing archive /var/cache/apt/archives/libnvidia-gl-390_390.87-0ubuntu1_amd64.deb (--unpack):
  49.  new libnvidia-gl-390:amd64 package pre-installation script subprocess returned error exit status 2
  50. Preparing to unpack .../libnvidia-gl-390_390.87-0ubuntu1_i386.deb ...
  51. diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to /usr/lib/i386-linux-gnu/libGL.so.1.distrib by nvidia-340
  52. dpkg-divert: error: mismatch on package
  53.   when removing 'diversion of /usr/lib/i386-linux-gnu/libGL.so.1 by libnvidia-gl-390'
  54.   found 'diversion of /usr/lib/i386-linux-gnu/libGL.so.1 to /usr/lib/i386-linux-gnu/libGL.so.1.distrib by nvidia-340'
  55. dpkg: error processing archive /var/cache/apt/archives/libnvidia-gl-390_390.87-0ubuntu1_i386.deb (--unpack):
  56.  new libnvidia-gl-390:i386 package pre-installation script subprocess returned error exit status 2
  57. Errors were encountered while processing:
  58.  /var/cache/apt/archives/libnvidia-gl-390_390.87-0ubuntu1_amd64.deb
  59.  /var/cache/apt/archives/libnvidia-gl-390_390.87-0ubuntu1_i386.deb
  60. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement