Advertisement
Majd07

Raspberry PI error output (2)

Jun 29th, 2021 (edited)
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. ========================
  2. === os-release is: ===
  3. ========================
  4.  
  5.  
  6. PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
  7. NAME="Debian GNU/Linux"
  8. VERSION_ID="11"
  9. VERSION="11 (bullseye)"
  10. VERSION_CODENAME=bullseye
  11. ID=debian
  12. HOME_URL="https://www.debian.org/"
  13. SUPPORT_URL="https://www.debian.org/support"
  14. BUG_REPORT_URL="https://bugs.debian.org/"
  15.  
  16.  
  17. =============================
  18. === apt edit-sources is: ===
  19. ==============================
  20.  
  21.  
  22. deb http://mirrordirector.raspbian.org/raspbian/ stretch main contrib non-free rpi
  23. # Uncomment line below then 'apt-get update' to enable 'apt-get source'
  24. #deb-src http://archive.raspbian.org/raspbian/ stretch main contrib non-free rpi
  25.  
  26. # deb http://mirrors.linode.com/debian buster main
  27. # deb-src http://mirrors.linode.com/debian buster main
  28.  
  29. # deb http://mirrors.linode.com/debian-security buster/updates main
  30. # deb-src http://mirrors.linode.com/debian-security buster/updates main
  31.  
  32. # buster-updates, previously known as 'volatile'
  33. # deb http://mirrors.linode.com/debian buster-updates main
  34. # deb-src http://mirrors.linode.com/debian buster-updates main
  35.  
  36. # Debian Testing Non-Free
  37.  
  38. # deb http://http.us.debian.org/debian/ testing non-free contrib main
  39.  
  40.  
  41. deb http://deb.debian.org/debian bullseye main contrib non-free
  42. deb http://deb.debian.org/debian bullseye-updates main contrib non-free
  43. deb http://security.debian.org/debian-security bullseye-security main
  44. deb http://ftp.debian.org/debian bullseye-backports main contrib non-free
  45.  
  46. =====================================================================================================================================
  47. I also found [this site](https://itsfoss.com/dpkg-returned-an-error-code-1/) that told me to use `dpkg --configure -a`, which yielded in this error:
  48. =====================================================================================================================================
  49.  
  50.  
  51. dpkg: error processing package libice6:armhf (--configure):
  52. dependency problems - leaving unconfigured
  53. Errors were encountered while processing:
  54. openssh-server
  55. kbd
  56. dbus
  57. console-setup-linux
  58. x11-common
  59. console-setup
  60. dbus-x11
  61. libice6:armhf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement