Advertisement
Rwinner

Untitled

Dec 22nd, 2021
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.69 KB | None | 0 0
  1. sudo apt install build-essential
  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. build-essential : Depends: libc6-dev but it is not going to be installed or
  13. libc-dev
  14. Depends: g++ (>= 4:9.2) but it is not going to be installed
  15. E: Unable to correct problems, you have held broken packages.
  16. rwinner@Clubuntu:~$ sudo apt install libc6-dev
  17. [sudo] password for rwinner:
  18. Reading package lists... Done
  19. Building dependency tree
  20. Reading state information... Done
  21. Some packages could not be installed. This may mean that you have
  22. requested an impossible situation or if you are using the unstable
  23. distribution that some required packages have not yet been created
  24. or been moved out of Incoming.
  25. The following information may help to resolve the situation:
  26.  
  27. The following packages have unmet dependencies:
  28. libc6-dev : Depends: libc6 (= 2.31-0ubuntu9) but 2.31-0ubuntu9.2 is to be installed
  29. E: Unable to correct problems, you have held broken packages.
  30. rwinner@Clubuntu:~$ sudo apt install libc6
  31. Reading package lists... Done
  32. Building dependency tree
  33. Reading state information... Done
  34. libc6 is already the newest version (2.31-0ubuntu9.2).
  35. libc6 set to manually installed.
  36. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  37. rwinner@Clubuntu:~$ sudo apt install libc-dev
  38. Reading package lists... Done
  39. Building dependency tree
  40. Reading state information... Done
  41. Note, selecting 'libc6-dev' instead of 'libc-dev'
  42. Some packages could not be installed. This may mean that you have
  43. requested an impossible situation or if you are using the unstable
  44. distribution that some required packages have not yet been created
  45. or been moved out of Incoming.
  46. The following information may help to resolve the situation:
  47.  
  48. The following packages have unmet dependencies:
  49. libc6-dev : Depends: libc6 (= 2.31-0ubuntu9) but 2.31-0ubuntu9.2 is to be installed
  50. E: Unable to correct problems, you have held broken packages.
  51. rwinner@Clubuntu:~$ sudo apt install libc6\
  52. > ^C
  53. rwinner@Clubuntu:~$ sudo apt install libc6
  54. Reading package lists... Done
  55. Building dependency tree
  56. Reading state information... Done
  57. libc6 is already the newest version (2.31-0ubuntu9.2).
  58. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  59. rwinner@Clubuntu:~$ sudo apt install libc-dev
  60. Reading package lists... Done
  61. Building dependency tree
  62. Reading state information... Done
  63. Note, selecting 'libc6-dev' instead of 'libc-dev'
  64. Some packages could not be installed. This may mean that you have
  65. requested an impossible situation or if you are using the unstable
  66. distribution that some required packages have not yet been created
  67. or been moved out of Incoming.
  68. The following information may help to resolve the situation:
  69.  
  70. The following packages have unmet dependencies:
  71. libc6-dev : Depends: libc6 (= 2.31-0ubuntu9) but 2.31-0ubuntu9.2 is to be installed
  72. E: Unable to correct problems, you have held broken packages.
  73. rwinner@Clubuntu:~$ sudo apt install build-essential
  74. Reading package lists... Done
  75. Building dependency tree
  76. Reading state information... Done
  77. Some packages could not be installed. This may mean that you have
  78. requested an impossible situation or if you are using the unstable
  79. distribution that some required packages have not yet been created
  80. or been moved out of Incoming.
  81. The following information may help to resolve the situation:
  82.  
  83. The following packages have unmet dependencies:
  84. build-essential : Depends: libc6-dev but it is not going to be installed or
  85. libc-dev
  86. Depends: g++ (>= 4:9.2) but it is not going to be installed
  87. E: Unable to correct problems, you have held broken packages.
  88. rwinner@Clubuntu:~$ sudo apt install g++
  89. Reading package lists... Done
  90. Building dependency tree
  91. Reading state information... Done
  92. Some packages could not be installed. This may mean that you have
  93. requested an impossible situation or if you are using the unstable
  94. distribution that some required packages have not yet been created
  95. or been moved out of Incoming.
  96. The following information may help to resolve the situation:
  97.  
  98. The following packages have unmet dependencies:
  99. g++ : Depends: g++-9 (>= 9.3.0-3~) but it is not going to be installed
  100. E: Unable to correct problems, you have held broken packages.
  101.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement