Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.28 KB | None | 0 0
  1. andreasgp@OrangeSatan:~$ sudo apt upgrade
  2. Reading package lists... Done
  3. Building dependency tree      
  4. Reading state information... Done
  5. You might want to run 'apt --fix-broken install' to correct these.
  6. The following packages have unmet dependencies:
  7.  libgl1-mesa-dev : Depends: libgl-dev
  8.  libgles-dev : Depends: libegl-dev but it is not installed
  9.                Depends: libgl-dev
  10.  libglvnd-dev : Depends: libegl-dev (>= 1.3.0-1) but it is not installed
  11.                 Depends: libgl-dev (>= 1.3.0-1)
  12. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  13. andreasgp@OrangeSatan:~$ sudo apt install libgl-dev
  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.  libgles-dev : Depends: libegl-dev but it is not going to be installed
  20.  libglvnd-dev : Depends: libegl-dev (>= 1.3.0-1) but it is not going to be installed
  21. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  22. andreasgp@OrangeSatan:~$ libegl-dev
  23. libegl-dev: command not found
  24. andreasgp@OrangeSatan:~$ sudo apt install libegl-dev
  25. Reading package lists... Done
  26. Building dependency tree      
  27. Reading state information... Done
  28. You might want to run 'apt --fix-broken install' to correct these.
  29. The following packages have unmet dependencies:
  30.  libegl-dev : Depends: libgl-dev
  31.  libgl1-mesa-dev : Depends: libgl-dev
  32.  libgles-dev : Depends: libgl-dev
  33.  libglvnd-dev : Depends: libgl-dev (>= 1.3.0-1)
  34. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  35. andreasgp@OrangeSatan:~$ sudo apt --fix-broken install
  36. Reading package lists... Done
  37. Building dependency tree      
  38. Reading state information... Done
  39. Correcting dependencies... Done
  40. The following packages were automatically installed and are no longer required:
  41.   libaribb24-0 libbasicusageenvironment1 libcddb2 libdca0 libdvbpsi10 libebml4v5 libfaad2 libglvnd-core-dev
  42.   libgroupsock8 libkate1 liblirc-client0 liblivemedia62 libmatroska6v5 libmicrodns0 libmpcdec6 libnfs11 libopengl0
  43.   libopenmpt-modplug1 libplacebo4 libprotobuf-lite10 libproxy-tools libresid-builder0c2a libsidplay2 libupnp6
  44.   libusageenvironment3 libvlc-bin libvlc5 libvlccore9 libxcb-xv0 linux-headers-5.0.0-37
  45.   linux-headers-5.0.0-37-generic linux-headers-5.3.0-26 linux-headers-5.3.0-26-generic linux-image-5.0.0-37-generic
  46.   linux-image-5.3.0-26-generic linux-modules-5.0.0-37-generic linux-modules-5.3.0-26-generic
  47.   linux-modules-extra-5.0.0-37-generic linux-modules-extra-5.3.0-26-generic python-libtorrent vlc-bin vlc-data
  48.   vlc-l10n vlc-plugin-base vlc-plugin-notify vlc-plugin-qt vlc-plugin-samba vlc-plugin-skins2
  49.   vlc-plugin-video-output vlc-plugin-video-splitter vlc-plugin-visualization
  50. Use 'sudo apt autoremove' to remove them.
  51. The following additional packages will be installed:
  52.   libegl-dev libgl-dev
  53. The following NEW packages will be installed:
  54.   libegl-dev libgl-dev
  55. 0 upgraded, 2 newly installed, 0 to remove and 28 not upgraded.
  56. 428 not fully installed or removed.
  57. Need to get 0 B/119 kB of archives.
  58. After this operation, 1,506 kB of additional disk space will be used.
  59. Do you want to continue? [Y/n] y
  60. (Reading database ... 384396 files and directories currently installed.)
  61. Preparing to unpack .../libgl-dev_1.3.0-7~kisak~b_amd64.deb ...
  62. Unpacking libgl-dev:amd64 (1.3.0-7~kisak~b) ...
  63. dpkg: error processing archive /var/cache/apt/archives/libgl-dev_1.3.0-7~kisak~b_amd64.deb (--unpack):
  64.  trying to overwrite '/usr/include/GL/gl.h', which is also in package mesa-common-dev:amd64 19.3.4~kisak1~b
  65. dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
  66. Preparing to unpack .../libegl-dev_1.3.0-7~kisak~b_amd64.deb ...
  67. Unpacking libegl-dev:amd64 (1.3.0-7~kisak~b) ...
  68. dpkg: error processing archive /var/cache/apt/archives/libegl-dev_1.3.0-7~kisak~b_amd64.deb (--unpack):
  69.  trying to overwrite '/usr/include/EGL/egl.h', which is also in package libegl1-mesa-dev:amd64 19.3.4~kisak1~b
  70. Errors were encountered while processing:
  71.  /var/cache/apt/archives/libgl-dev_1.3.0-7~kisak~b_amd64.deb
  72.  /var/cache/apt/archives/libegl-dev_1.3.0-7~kisak~b_amd64.deb
  73. E: Sub-process /usr/bin/dpkg returned an error code (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement