Advertisement
Guest User

Untitled

a guest
Mar 12th, 2021
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. james@pop-os:~$ 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. firmware-linux : Depends: firmware-linux-free but it is not installed
  8. firmware-linux-nonfree : Depends: firmware-misc-nonfree (= 20210208-2) but it is not installed
  9. Depends: firmware-amd-graphics (= 20210208-2) but it is not installed
  10. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  11. james@pop-os:~$ sudo apt --fix-broken install
  12. Reading package lists... Done
  13. Building dependency tree
  14. Reading state information... Done
  15. Correcting dependencies... Done
  16. The following packages were automatically installed and are no longer required:
  17. linux-headers-5.10.14-xanmod1 linux-headers-5.10.16-xanmod1
  18. linux-headers-5.10.17-xanmod1 linux-image-5.10.14-xanmod1
  19. linux-image-5.10.16-xanmod1 linux-image-5.10.17-xanmod1
  20. Use 'sudo apt autoremove' to remove them.
  21. The following additional packages will be installed:
  22. firmware-amd-graphics firmware-linux-free firmware-misc-nonfree
  23. The following NEW packages will be installed:
  24. firmware-amd-graphics firmware-linux-free firmware-misc-nonfree
  25. 0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded.
  26. 50 not fully installed or removed.
  27. Need to get 0 B/13.0 MB of archives.
  28. After this operation, 80.7 MB of additional disk space will be used.
  29. Do you want to continue? [Y/n] y
  30. (Reading database ... 378286 files and directories currently installed.)
  31. Preparing to unpack .../firmware-linux-free_20200122-1_all.deb ...
  32. Unpacking firmware-linux-free (20200122-1) ...
  33. dpkg: error processing archive /var/cache/apt/archives/firmware-linux-free_20200
  34. 122-1_all.deb (--unpack):
  35. trying to overwrite '/lib/firmware/av7110/bootcode.bin', which is also in packa
  36. ge linux-firmware 1.190.3+system76~1614008899~20.10~43c6c11
  37. Preparing to unpack .../firmware-misc-nonfree_20210208-2_all.deb ...
  38. Unpacking firmware-misc-nonfree (20210208-2) ...
  39. dpkg: error processing archive /var/cache/apt/archives/firmware-misc-nonfree_202
  40. 10208-2_all.deb (--unpack):
  41. trying to overwrite '/lib/firmware/3com/typhoon.bin', which is also in package
  42. linux-firmware 1.190.3+system76~1614008899~20.10~43c6c11
  43. dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
  44. Preparing to unpack .../firmware-amd-graphics_20210208-2_all.deb ...
  45. Unpacking firmware-amd-graphics (20210208-2) ...
  46. dpkg: error processing archive /var/cache/apt/archives/firmware-amd-graphics_202
  47. 10208-2_all.deb (--unpack):
  48. trying to overwrite '/lib/firmware/amdgpu/banks_k_2_smc.bin', which is also in
  49. package linux-firmware 1.190.3+system76~1614008899~20.10~43c6c11
  50. dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
  51. Errors were encountered while processing:
  52. /var/cache/apt/archives/firmware-linux-free_20200122-1_all.deb
  53. /var/cache/apt/archives/firmware-misc-nonfree_20210208-2_all.deb
  54. /var/cache/apt/archives/firmware-amd-graphics_20210208-2_all.deb
  55. E: Sub-process /usr/bin/dpkg returned an error code (1)
  56. james@pop-os:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement