Guest User

Untitled

a guest
Mar 30th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.00 KB | None | 0 0
  1. [root@SYSADMIN-NB ~]# apt-get install libegl-mesa0
  2. Reading package lists... Done
  3. Building dependency tree      
  4. Reading state information... Done
  5. Some packages could not be installed. This may mean that you have
  6. requested an impossible situation or if you are using the unstable
  7. distribution that some required packages have not yet been created
  8. or been moved out of Incoming.
  9. The following information may help to resolve the situation:
  10.  
  11. The following packages have unmet dependencies:
  12.  libegl-mesa0 : Depends: libgbm1 (= 18.2.8-0ubuntu0~18.04.2) but 19.0~git1811301930.89b479~oibaf~x is to be installed
  13. E: Unable to correct problems, you have held broken packages.
  14.  
  15. [root@SYSADMIN-NB ~]# apt-cache policy libegl-mesa0
  16. libegl-mesa0:
  17.   Installed: (none)
  18.   Candidate: 18.2.8-0ubuntu0~18.04.2
  19.   Version table:
  20.      18.2.8-0ubuntu0~18.04.2 500
  21.         500 http://mirror.yandex.ru/ubuntu bionic-updates/main amd64 Packages
  22.      18.0.0~rc5-1ubuntu1 500
  23.         500 http://mirror.yandex.ru/ubuntu bionic/main amd64 Packages
  24.  
  25. [root@SYSADMIN-NB ~]# apt-get install libgbm1
  26. Reading package lists... Done
  27. Building dependency tree      
  28. Reading state information... Done
  29. libgbm1 is already the newest version (19.0~git1811301930.89b479~oibaf~x).
  30. libgbm1 set to manually installed.
  31. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  32.  
  33. [root@SYSADMIN-NB ~]# apt-cache policy libgbm1
  34. libgbm1:
  35.   Installed: 19.0~git1811301930.89b479~oibaf~x
  36.   Candidate: 19.0~git1811301930.89b479~oibaf~x
  37.   Version table:
  38.  *** 19.0~git1811301930.89b479~oibaf~x 100
  39.         100 /var/lib/dpkg/status
  40.      18.2.8-0ubuntu0~18.04.2 500
  41.         500 http://mirror.yandex.ru/ubuntu bionic-updates/main amd64 Packages
  42.      18.0.0~rc5-1ubuntu1 500
  43.         500 http://mirror.yandex.ru/ubuntu bionic/main amd64 Packages
  44.  
  45. [root@SYSADMIN-NB ~]# apt-get purge libgbm1
  46. Reading package lists... Done
  47. Building dependency tree      
  48. Reading state information... Done
  49. The following packages were automatically installed and are no longer required:
  50.   libnvidia-cfg1-390 libnvidia-common-390 libnvidia-decode-390 libnvidia-decode-390:i386 libnvidia-encode-390 libnvidia-encode-390:i386 libnvidia-fbc1-390 libnvidia-fbc1-390:i386 libnvidia-gl-390
  51.   libnvidia-gl-390:i386 libnvidia-ifr1-390 libnvidia-ifr1-390:i386 libwayland-client0:i386 libwayland-server0 libwayland-server0:i386 libxnvctrl0 nvidia-compute-utils-390 nvidia-dkms-390 nvidia-kernel-common-390
  52.   nvidia-kernel-source-390 nvidia-prime nvidia-settings nvidia-utils-390 screen-resolution-extra xserver-xorg-legacy
  53. Use 'apt autoremove' to remove them.
  54. The following packages will be REMOVED:
  55.   gir1.2-webkit-3.0* libegl1-mesa* libgbm1* libwebkitgtk-3.0-0* nvidia-driver-390* xorg* xserver-xorg* xserver-xorg-core* xserver-xorg-hwe-16.04* xserver-xorg-input-libinput* xserver-xorg-input-wacom*
  56.   xserver-xorg-video-nvidia-390*
  57. 0 upgraded, 0 newly installed, 12 to remove and 0 not upgraded.
  58. After this operation, 50.3 MB disk space will be freed.
  59. Do you want to continue? [Y/n] n
  60. Abort.
Advertisement
Add Comment
Please, Sign In to add comment