Advertisement
Guest User

chromium-browser broken dependencies

a guest
Jun 4th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. volumio@volumio:~$ sudo apt install chromium-browser
  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. chromium-browser : Depends: chromium-codecs-ffmpeg-extra (= 78.0.3904.108-rpt1) but it is not going to be installed or
  13. chromium-codecs-ffmpeg (= 78.0.3904.108-rpt1) but it is not going to be installed
  14. Depends: libraspberrypi0 but it is not going to be installed
  15. E: Unable to correct problems, you have held broken packages.
  16. volumio@volumio:~$ sudo apt install chromium-codecs-ffmpeg-extra
  17. Reading package lists... Done
  18. Building dependency tree
  19. Reading state information... Done
  20. Some packages could not be installed. This may mean that you have
  21. requested an impossible situation or if you are using the unstable
  22. distribution that some required packages have not yet been created
  23. or been moved out of Incoming.
  24. The following information may help to resolve the situation:
  25.  
  26. The following packages have unmet dependencies:
  27. chromium-codecs-ffmpeg-extra : Depends: libraspberrypi0 but it is not going to be installed
  28. E: Unable to correct problems, you have held broken packages.
  29. volumio@volumio:~$ sudo apt install libraspberrypi0
  30. Reading package lists... Done
  31. Building dependency tree
  32. Reading state information... Done
  33. Some packages could not be installed. This may mean that you have
  34. requested an impossible situation or if you are using the unstable
  35. distribution that some required packages have not yet been created
  36. or been moved out of Incoming.
  37. The following information may help to resolve the situation:
  38.  
  39. The following packages have unmet dependencies:
  40. libraspberrypi0 : Depends: raspberrypi-bootloader (= 1.20200601-1) but it is not installable
  41. E: Unable to correct problems, you have held broken packages.
  42. volumio@volumio:~$ sudo apt install raspberrypi-bootloader
  43. Reading package lists... Done
  44. Building dependency tree
  45. Reading state information... Done
  46. Package raspberrypi-bootloader is not available, but is referred to by another package.
  47. This may mean that the package is missing, has been obsoleted, or
  48. is only available from another source
  49. However the following packages replace it:
  50. raspberrypi-kernel
  51.  
  52. E: Package 'raspberrypi-bootloader' has no installation candidate
  53. volumio@volumio:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement