Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2023
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. :~# apt update
  2. [...]
  3. :~# apt upgrade
  4. Reading package lists... Done
  5. Building dependency tree
  6. Reading state information... Done
  7. You might want to run 'apt --fix-broken install' to correct these.
  8. The following packages have unmet dependencies:
  9. containerd : Breaks: docker.io (< 19.03.13-0ubuntu4) but 18.09.7-0ubuntu16.04.7 is installed
  10. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  11. :~# 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. [...]
  18. Use 'apt autoremove' to remove them.
  19. The following additional packages will be installed:
  20. docker.io
  21. Sugested packages:
  22. aufs-tools debootstrap docker-doc rinse zfs-fuse | zfutils
  23. The following packages will be upgraded:
  24. docker.io
  25. 1 upgraded, 0 newly installed, 0 to remove and 3 not upgraded
  26. 1 not fully installed or removed.
  27. Need to get 0 B/31.8 MB of archives
  28. After this operation, 8,033 kB of additional disk space will be used.
  29. Do you want to continue? [Y/n]
  30. Preconfiguring packages...
  31. (Reading database ... 165543 files and directories currently installed.)
  32. Preparing to unpack .../docker.io_20.10.12-0ubuntu2~18.04.1_amd64.deb ...
  33. The aufs storage-driver is no longer supported.
  34. Please ensure that none of your containers are
  35. using the aufs storage driver, remove the directory
  36. /var/lib/docker/aufs and try again.
  37. dpkg: error processing archive /var/cache/apt/archives/docker.io_20.10.12-0ubuntu2~18.04.1_amd64.deb (--unpack):
  38. Error were encountered while processing:
  39. /var/cache/apt/archives/docker.io_20.10.12-0ubuntu2~18.04.1_amd64.deb
  40. E: Sub-process /usr/bin/dpkg/ returned an error code (1)
  41. :~# apt autoremove
  42. Reading package lists... Done
  43. Building dependency tree
  44. Reading state information... Done
  45. You might want to run 'apt --fix-broken install' to correct these.
  46. The following packages have unmet dependencies:
  47. containerd : Breaks: docker.io (< 19.03.13-0ubuntu4) but 18.09.7-0ubuntu16.04.7 is installed
  48. E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement