Advertisement
Guest User

Ubuntu crash error

a guest
May 31st, 2024
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.20 KB | None | 0 0
  1. irony@irony:/$ sudo apt upgrade
  2.  
  3. Reading package lists... Done
  4.  
  5. Building dependency tree... Done
  6.  
  7. Reading state information... Done
  8.  
  9. You might want to run 'apt -fix-broken install' to correct these. The
  10.  
  11. following packages have unnet dependencies: dconf-gsettings-backend: Depends: libglib2.0-0 (>= 2.79.0) dconf-service: Depends: libglib2.0-0 (>
  12.  
  13. = 2.79.0) libdconf1: Depends: libglib2.0-0 (>= 2.79.0)
  14.  
  15. openssl: Depends: libss13t64 (>= 3.0.9) but it is not installed E: Unnet dependencies. Try 'apt -fix-broken install' with no packages (or specify a solution).ditya-irony@aditya-irony:/$
  16.  
  17.  
  18.  
  19. irony@irony:$ sudo apt -fix-broken install
  20.  
  21. Reading package lists... Done
  22.  
  23. Building dependency tree... Done
  24.  
  25. Reading state information... Done Correcting dependencies... failed.
  26.  
  27. The following packages have unmet dependencies
  28.  
  29. : dconf-gsettings-backend: Depends: libglib2.0-0 (>= 2.79.0)
  30.  
  31. dconf-service Depends: libglib2.0-0 (>= 2.79.0)
  32.  
  33. libdconfi: Depends: libglib2.0-0 (>= 2.79.0)
  34.  
  35. openssl: Depends: libss13t64 (>= 3.0.9) but it is not installed
  36.  
  37. E: Error, pkgProblemResolver:: Resolve generated breaks, this may be caused by held packages.
  38.  
  39. E: Unable to correct dependencies
  40.  
  41. irony@irony:$
  42.  
  43.  
  44.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement